Commit Graph

9 Commits

Author SHA1 Message Date
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
3d29755842 Add license headers 2017-06-11 19:37:52 +03:00
863589ed29 Create meaningful JavaDocs instead of author names 2017-06-04 21:09:17 +02:00
85acb1cf6c Replase system.println with logger 2017-06-04 20:49:15 +02:00
08c4202852 #541 fix checkstyle errors 2017-05-03 22:08:04 +02:00
c92a8daeda Class diagram & fix relation between units 2017-05-03 17:59:54 +02:00
678524704c Test done 2017-05-03 13:21:13 +02:00
645e91ed23 first version of pattern without Tests 2017-04-27 13:58:58 +02:00