10 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
James Roland
e9a541259b Removing all redundant super constructor calls 2018-01-10 21:20:37 -08:00
Artur Mogozov
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Sunil Mogadati
60ebcc56f8 #507 SonarQube blocker severity bugs 2017-04-01 20:55:47 -06:00
Ilkka Seppälä
cca4760f69 #190 Rename package for Queue-Based Load Leveling pattern 2017-02-12 00:33:30 +02:00
Chandana Amarnath
1387e2bc96 Fixed all the code changes after review 2016-11-28 20:13:18 +05:30
Chandana Amarnath
1a75ab8df1 Removed unused imports in tests 2016-11-23 09:00:04 +05:30
Chandana Amarnath
b9ac0dc6a3 Fixed PMD issue. 2016-11-23 00:10:30 +05:30
Chandana Amarnath
d6b5456f98 Updated checkstyle errors. 2016-11-20 23:36:23 +05:30
Chandana Amarnath
12b70cb39c Issue #450. First commit. Queue Based Load Leveling 2016-11-20 16:25:10 +05:30