Commit Graph

13 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
pelmegov
a8d89ca861 Parameters in Converter class methods was renamed. A base class must not contain the concrete entities names or concrete class names 2018-04-28 19:34:57 +03:00
Artur Mogozov
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Hùng (Huka) L. K. Nguyễn
89bfaf876e Fix typo 2017-10-31 17:32:11 +07:00
Bartek
df04e19994 Use UserConverter instead of rewriting its ctor 2017-10-20 13:59:42 +02:00
Ilkka Seppälä
f3c4640d12 #539 More Checkstyle fixes 2017-04-01 15:43:36 +03:00
Ilkka Seppälä
c1c4411957 #539 Checkstyle fixes 2017-04-01 15:34:13 +03:00
Ilkka Seppälä
2921448f8b #497 Add missing puml and license headers 2017-04-01 14:25:13 +03:00
Kamil Pietruszka
77a534385c fixed pmd violation 2017-03-11 13:35:55 +01:00
Kamil Pietruszka
2ed7acbc31 fixed checkstyle violations 2017-03-11 13:02:29 +01:00
Kamil Pietruszka
8632bafcd7 comments, tests and description 2017-03-11 12:24:48 +01:00
Kamil Pietruszka
e8b634c33e java docs added 2017-03-10 20:59:24 +01:00
Kamil Pietruszka
8871f788d2 #497 Converter pattern implementation 2017-03-10 20:08:58 +01:00