Commit Graph

22 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
mahendran.mookkiah c6b6c8123f #587 sonarqube bugs 2017-07-22 18:35:18 -04:00
Ilkka Seppälä faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
Joseph McCarthy 3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
Ilkka Seppala 8b020837ea Checkstyle corrections 2015-12-29 21:34:27 +02:00
Ilkka Seppala 5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
Ilkka Seppala cec9a99410 Adjust checkstyle rules. Make checkstyle fail the build when violations are found. Correct all current checkstyle violations. 2015-12-25 23:49:28 +02:00
Jeroen Meulemeester de78490d29 Added tests for intercepting-filter pattern 2015-12-13 15:18:13 +01:00
Ankur Kaushal 306b1f3d31 Reformat rest of the design patterns - Issue #224 2015-11-01 21:29:13 -05:00
Ilkka Seppala b4118bb866 Improve Intercepting Filter Javadoc 2015-10-03 21:28:17 +03:00
Ilkka Seppala 0d8b3c9935 #107 Intercepting Filter example JavaDoc 2015-08-18 23:06:14 +03:00
Ilkka Seppala 3d488ec15a #108 Consistent package naming throughout the examples 2015-07-24 11:32:22 +03:00
Ilkka Seppala 0faebd8a67 #98 Added unit test for Intercepting Filter 2015-07-12 14:36:35 +03:00
Ilkka Seppala 8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00
Ilkka Seppala 484e1ddfca #43 Removed some commented out code. 2015-04-10 17:27:20 +03:00
Ilkka Seppala e03bd818ec Fixes "Intercepting Filter example needs some improvement" #43 2015-04-09 22:23:17 +03:00
Ilkka Seppala a381a43f2e Formatted Intercepting Filter source code. 2015-04-04 21:22:13 +03:00
Josh 57c7a4895c fixed folder structure and added package 2015-04-05 01:15:02 +08:00
Josh 10be0b0b10 made changes according to 2nd batch of comments 2015-04-04 21:37:36 +08:00
Josh 6d4e47311a added intercepting filter 2015-04-04 04:54:56 +08:00
Josh 2392d6caac added intercepting filter and changes 2015-04-03 22:24:37 +08:00