19 Commits

Author SHA1 Message Date
Ilkka Seppala
5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
Ilkka Seppala
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
Jeroen Meulemeester
875e5b872c Add proper unit tests for builder pattern #293 2015-12-06 23:14:07 +01:00
Ankur Kaushal
3af06a3a3a Reformat builder pattern - issue #224 2015-11-01 18:03:29 -05:00
Ilkka Seppala
9a08e35101 Improve Builder Javadoc 2015-10-03 17:13:38 +03:00
Ilkka Seppala
81dda94abd #107 JavaDoc improvements for the Builder example 2015-08-18 21:37:07 +03:00
Ilkka Seppala
8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00
Ilkka Seppala
ca59c97510 Improved Hero#toString. 2015-03-23 21:49:18 +02:00
Ilkka Seppala
62b871774a Fixes HeroBuilder NullPointerException #35. 2015-03-23 21:46:51 +02:00
ruslanpa
300c8dfad4 [refactor] Update HairType enum in builder pattern. 2015-02-10 09:49:33 +02:00
ruslanpa
bd4cecd305 [refactor] Update Armor enum in builder pattern. 2015-02-09 21:47:50 +02:00
Ilkka Seppala
6301e0bc11 Added unit tests for each of the patterns. 2014-12-06 20:34:41 +02:00
noragami
4d52ecdaf6 accepted suggestion note by @iluwatar 2014-11-11 19:18:01 +01:00
yato
07b6b2e8a6 simplified toString method 2014-11-10 14:04:43 +01:00
matthew
3da9ad5469 Formatted all files to the same standard 2014-10-08 13:42:12 +01:00
Matthew
bde5b343d0 Just formatting App classes to be like the other class files on the project 2014-10-07 16:23:37 +01:00
Ilkka Seppala
52f0923df9 Corrected spelling mistake in hair type: BOLD -> BALD. 2014-09-25 21:16:48 +03:00
Ilkka Seppala
427df4e165 Added comments for Builder example. 2014-08-31 00:33:09 +03:00
Ilkka Seppala
a4b58fe06e added builder sample 2014-08-09 22:38:07 +03:00