Commit Graph

16 Commits

Author SHA1 Message Date
31471acb69 Fixed most reported issues by SonarCloud. 2020-08-15 21:47:39 +04:00
8e060ad0ad Refactors null object pattern to java-11 2020-08-08 00:46:08 +00:00
417f21ed3d Code cleanup (#1461)
* Code cleanup

* Fix flux tests

* Fix checkstyle errors

* Fix compile error
2020-07-30 20:28:47 +03: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
faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
e138163c4f #502 Adjusted tests for logger introduction 2016-11-04 11:47:06 +01:00
3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
2e2707862a Fixed checkstyle code quality issues 2015-12-30 20:55:21 +01:00
8f6f171a3f Added tests for null-object pattern 2015-12-30 20:46:39 +01:00
5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
306b1f3d31 Reformat rest of the design patterns - Issue #224 2015-11-01 21:29:13 -05:00
2bc23844a4 #107 Improve JavaDoc for Null Object example 2015-08-20 22:42:49 +03:00
8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00