Commit Graph

26 Commits

Author SHA1 Message Date
f835d3d516 Java 11 migrate remaining (g,h,i) (#1116)
* Moves game-loop to Java 11

* Moves guarded-suspension to Java 11

* Moves half-sync-half-async to Java 11

* Moves hexagonal to Java 11

* Moves intercepting-filter to Java 11

* Moves interpreter to Java 11

* Moves iterator to Java 11
2019-12-20 07:11:30 +02:00
7f06f3b78c Resolves checkstyle errors for intercepting-filter, interpreter, iterator (#1065)
* Reduces checkstyle errors in intercepting-filter

* Reduces checkstyle errors in interpreter

* Reduces checkstyle errors in iterator
2019-11-10 19:05:05 +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
c6b6c8123f #587 sonarqube bugs 2017-07-22 18:35:18 -04: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
8b020837ea Checkstyle corrections 2015-12-29 21:34:27 +02:00
5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
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
de78490d29 Added tests for intercepting-filter pattern 2015-12-13 15:18:13 +01:00
306b1f3d31 Reformat rest of the design patterns - Issue #224 2015-11-01 21:29:13 -05:00
b4118bb866 Improve Intercepting Filter Javadoc 2015-10-03 21:28:17 +03:00
0d8b3c9935 #107 Intercepting Filter example JavaDoc 2015-08-18 23:06:14 +03:00
3d488ec15a #108 Consistent package naming throughout the examples 2015-07-24 11:32:22 +03:00
0faebd8a67 #98 Added unit test for Intercepting Filter 2015-07-12 14:36:35 +03:00
8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00
484e1ddfca #43 Removed some commented out code. 2015-04-10 17:27:20 +03:00
e03bd818ec Fixes "Intercepting Filter example needs some improvement" #43 2015-04-09 22:23:17 +03:00
a381a43f2e Formatted Intercepting Filter source code. 2015-04-04 21:22:13 +03:00
57c7a4895c fixed folder structure and added package 2015-04-05 01:15:02 +08:00
10be0b0b10 made changes according to 2nd batch of comments 2015-04-04 21:37:36 +08:00
6d4e47311a added intercepting filter 2015-04-04 04:54:56 +08:00
2392d6caac added intercepting filter and changes 2015-04-03 22:24:37 +08:00