Commit Graph

7 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
nikhilbarar 98c3f93e82 Review changes in Test Cases 2018-09-04 20:52:11 +05:30
nikhilbarar 9daa3140e4 Category Enum for category of Car 2018-08-29 22:02:17 +05:30
nikhilbarar b23d8430af Added Missing class 2018-08-26 23:31:03 +05:30
nikhilbarar cb6b0b3600 Checkstyle Fixes 2018-08-26 23:21:25 +05:30
nikhilbarar cd44ef3c81 Review Changes 2018-08-26 23:12:33 +05:30
nikhilbarar 2c8d1744df #564: Collection Pipeline pattern 2018-07-08 21:37:30 +05:30