20 Commits

Author SHA1 Message Date
Narendra Pathai
2aa9e78ddd
Minor refactorings and code style changes (#807)
* Made minor changes in some patterns such as removed throws clause where not needed, changed incorrect order of arguments in assertEquals

* Minor refactorings and code style changes. 1) Removed several use of raw types 2) Removed unnecessary throws clauses 3) Used lambda expressions wherever applicable 4) Used apt assertion methods for readability 5) Use of try with resources wherever applicable 6) Corrected incorrect order of assertXXX arguments

* Removed unused import from Promise

* Addressed review comments

* Addressed checkstyle issue
2018-10-23 13:45:41 +05:30
Artur Mogozov
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Amit Dash
a2a08a3a3e Removed redundant times(1) params for verify() 2017-09-24 13:15:42 +05:30
Ilkka Seppälä
6f1736d2e6 Refactored tests for Bridge 2017-08-22 22:01:52 +03:00
Ilkka Seppälä
a5ec376089 Work on improved Bridge example 2017-08-22 09:11:18 +03:00
Ilkka Seppälä
faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
daniel-bryla
0438811489 #502 Replaced usages of System.out with logger. 2016-10-23 19:59:03 +02:00
Joseph McCarthy
3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
Ilkka Seppala
5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
Jeroen Meulemeester
8367c83aca Add proper unit tests for bridge pattern #293 2015-12-06 23:48:48 +01:00
Ankur Kaushal
e7b6542134 Reformat bridge design pattern - Issue #224 2015-11-01 17:43:54 -05:00
Ilkka Seppala
cdd586ec7c Improve Bridge Javadoc 2015-10-03 12:40:24 +03:00
Ilkka Seppala
1dc2d8d0c7 #107 JavaDoc improvements 2015-08-18 21:28:23 +03:00
Ilkka Seppala
7d2e9fa1b4 #107 JavaDoc improvements and minor fixes to Bridge example 2015-08-18 21:25:47 +03:00
Ilkka Seppala
8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00
Ilkka Seppala
6301e0bc11 Added unit tests for each of the patterns. 2014-12-06 20:34:41 +02:00
matthew
3da9ad5469 Formatted all files to the same standard 2014-10-08 13:42:12 +01:00
Matthew
bde5b343d0 Just formatting App classes to be like the other class files on the project 2014-10-07 16:23:37 +01:00
Ilkka Seppala
e71fba03a8 Added comments for bridge example. 2014-08-31 09:18:14 +03:00
Ilkka Seppala
e5fc439687 added bridge sample 2014-08-12 23:09:32 +03:00