Commit Graph

16 Commits

Author SHA1 Message Date
c4418311c6 Java 11 migration: ambassador async-method-invocation balking bridge builder (#1076)
* Moves ambassador pattern to java 11

* Moves async-method-invocation pattern  to java 11

* Moves balking pattern  to java 11

* Moves bridge pattern  to java 11

* Moves builder pattern  to java 11
2019-11-11 21:47:09 +02:00
4904d7eea0 #1021: Fix checkstyle warnings by changing the license header template (#1027)
* Add custom license header style in order to comply with Google's Checkstyle format

* Update license headers to comply with Google's Checkstyle format
2019-10-22 08:15:35 +03:00
9ebbc421dd Update license headers 2019-10-12 20:05:54 +03:00
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
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
a2a08a3a3e Removed redundant times(1) params for verify() 2017-09-24 13:15:42 +05:30
6f1736d2e6 Refactored tests for Bridge 2017-08-22 22:01:52 +03:00
a5ec376089 Work on improved Bridge example 2017-08-22 09:11:18 +03:00
faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
8367c83aca Add proper unit tests for bridge pattern #293 2015-12-06 23:48:48 +01:00
e7b6542134 Reformat bridge design pattern - Issue #224 2015-11-01 17:43:54 -05:00
1dc2d8d0c7 #107 JavaDoc improvements 2015-08-18 21:28:23 +03:00
8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00
6301e0bc11 Added unit tests for each of the patterns. 2014-12-06 20:34:41 +02:00