Commit Graph
61 Commits
Author SHA1 Message Date
Joseph McCarthy c7f4311706 #354 Clean up 2016-02-01 18:57:05 +00:00
Joseph McCarthy 37da470178 #354 Finish Readme 2016-02-01 18:45:54 +00:00
Joseph McCarthy b27d6dff66 Merge branch 'master' of github.com:mikulucky/java-design-patterns
terns
Update
2016-01-31 23:28:28 +00:00
Joseph McCarthy bf5ba44260 #354 add App.java 2016-01-31 23:24:35 +00:00
Joseph McCarthy 8603333e5d #354 Adding Class Diagram 2016-01-31 14:10:34 +00:00
Joseph McCarthy 7cc93de672 #354 Merged Remote Master and resolved conflicts 2016-01-31 13:58:00 +00:00
Joseph McCarthy c2e750aca1 #354 finished method javadocs 2016-01-31 13:46:34 +00:00
Joseph McCarthy 98326a1e5e #354 Start Adding Java docs 2016-01-28 21:14:40 +00:00
Joseph McCarthy 3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
Joseph McCarthy 321f5d6c5a Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into MIT-Source 2016-01-27 22:15:15 +00:00
Joseph McCarthy 7b61395bc1 #358 Add Plugin for Auto License 2016-01-27 22:14:28 +00:00
Joseph McCarthy 77e14f0069 #354 Add tests for Properties 2016-01-26 23:38:28 +00:00
Joseph McCarthy 4a49f82f23 #354 add general boolean method to services for feature status. Change user.toString 2016-01-26 21:18:47 +00:00
Joseph McCarthy ba1d3a0fbf #354 Added Configuration Based Example of Feature Toggle 2016-01-26 21:08:28 +00:00
Joseph McCarthy d627b7af6b #354 Moved Tests to the correct area 2016-01-26 20:24:43 +00:00
Joseph McCarthy 91b2379fd0 #354 Fixed CheckStyle Issues 2016-01-26 19:20:28 +00:00
Joseph McCarthy 32f9cf3ab1 #354 Some clean up and show the difference between paid and free a bit more. 2016-01-26 18:58:35 +00:00
Joseph McCarthy a1ede8980f #354 Added WelcomeMessage Service and Tests for tier example of featureToggle 2016-01-26 18:49:25 +00:00
Joseph McCarthy 72733acfc6 #354 added usergroup for version of feature toggle 2016-01-26 18:41:08 +00:00
Joseph McCarthy 0b834128b9 #354 Add Blank index.md 2016-01-25 21:29:05 +00:00
Joseph McCarthy 89e0e3e73e #354 Remove generated copyright banner 2016-01-25 21:16:35 +00:00
Joseph McCarthy d7526fc7c0 #354 Add maven model for feature toggle design pattern 2016-01-25 21:14:24 +00:00
Joseph McCarthy cf10bd1d05 #354 Add maven model for feature toggle design pattern 2016-01-25 21:11:26 +00:00
Joseph McCarthy 5ad99be224 #354 Add maven model for feature toggle design pattern 2016-01-25 21:10:58 +00:00
Joseph McCarthy bea1a0d6d9 Revert "Revert "Add class diagram for #113 and to be included in PR #299""
This reverts commit 0f75a0e239.
2016-01-03 00:55:04 +00:00
Joseph McCarthy d6719729b9 Revert "Revert "Merge remote-tracking branch 'origin/master'""
This reverts commit 03f0a2112b.
2016-01-03 00:54:49 +00:00
Joseph McCarthy 03f0a2112b Revert "Merge remote-tracking branch 'origin/master'"
This reverts commit 248ea5191a, reversing
changes made to 02bd15db90.
2016-01-03 00:52:56 +00:00
Joseph McCarthy 0f75a0e239 Revert "Add class diagram for #113 and to be included in PR #299"
This reverts commit 0c062d3f55.
2016-01-03 00:52:24 +00:00
Joseph McCarthy 0c062d3f55 Add class diagram for #113 and to be included in PR #299 2016-01-03 00:01:43 +00:00
Joseph McCarthy 248ea5191a Merge remote-tracking branch 'origin/master' 2016-01-02 23:59:47 +00:00
Joseph McCarthy 39b183d569 Merge pull request #2 from genericmethod/master
Pull
2016-01-02 23:58:43 +00:00
Joseph McCarthy 02bd15db90 Merge remote-tracking branch 'iluwatar/master' 2016-01-02 18:39:58 +00:00
Joseph McCarthy e25ef1b0f8 Check Style fixes #334 2016-01-02 00:54:26 +00:00
Joseph McCarthy ca4a4ec07b Created a Lambdas example for the callback pattern, using the same output of the traditional version. Have also added another unit test for issue #334 2016-01-01 23:41:56 +00:00
Joseph McCarthy ad714294dd Clean up javaDocs on Printer.java #324 2015-12-30 20:08:52 +00:00
Joseph McCarthy 623c2081cd Update App.java to have more information on the pattern #324 2015-12-30 20:07:42 +00:00
Joseph McCarthy dec5ff22fc Update index.md #324 2015-12-30 18:26:32 +00:00
Joseph McCarthy 7b323e9cb4 Updated Class Diagram #324 2015-12-30 17:55:42 +00:00
Joseph McCarthy 45cecf68c4 Updated Class Diagram #324 2015-12-30 17:34:50 +00:00
Joseph McCarthy d7580f5530 Review Comments #324 2015-12-30 16:56:47 +00:00
Joseph McCarthy 58b8a06561 Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
* 'master' of https://github.com/iluwatar/java-design-patterns:
  Define checkstyle suppression filter location in maven plugin configuration
2015-12-30 16:17:07 +00:00
Joseph McCarthy 17b889c31d Update to match checkStyle rules added for test packages #324 2015-12-29 22:07:52 +00:00
Joseph McCarthy 52192de909 Merge commit '8b020837eaacc9ed4497f3c2461984935314bfb8' into add-delegation-pattern
* commit '8b020837eaacc9ed4497f3c2461984935314bfb8':
  Checkstyle corrections
  Checkstyle configuration to look into test classes too
  Rephrase readme title
  Corrected difficulty for Visitor #213
  Add performance tag to relevant patterns #213
  Categorize and tag all patterns #213
  Update CONTRIBUTING.MD
  Update CONTRIBUTING.MD
  add-contributing
2015-12-29 22:00:56 +00:00
Joseph McCarthy 52d6e20ad9 Readd File to Index#324 2015-12-28 22:13:05 +00:00
Joseph McCarthy 749880e3b9 Messed up indexes #324 2015-12-28 22:12:11 +00:00
Joseph McCarthy 41593774c6 CheckStyle reporting strange error about classname, suspect caching, forcing a clean build #324 2015-12-28 21:56:41 +00:00
Joseph McCarthy 0bc722f797 Fix CheckStyle #324 2015-12-28 20:34:28 +00:00
Joseph McCarthy fcadb223ce Merge branch 'add-delegation-pattern'
* add-delegation-pattern:
  Add java documentation #324
  Populate the index.md for the delegate module #324
  Move App.java to correct Package #324
  Move App.java to correct Package #324
  Generic For AbstractPrinterController #324
  Generate UML for delegation pattern
  Add simple tests for delegate pattern #324
  Make AppTest.java match other patterns and update AppTest.java to match other patterns #324
  3am Code is starting to show. Get this build working. #324
  Created a unit test for build, added junit to pom for delegation maven module. #324
  Add template index.md for population later #324
  Added skeleton code for delegation pattern #324
  Create maven module for delegation pattern #324
2015-12-28 20:01:14 +00:00
Joseph McCarthy c842f88eb7 Add java documentation #324 2015-12-28 19:23:00 +00:00
Joseph McCarthy 6d516d5124 Populate the index.md for the delegate module #324 2015-12-28 18:16:58 +00:00
Joseph McCarthy 483db04cef Move App.java to correct Package #324 2015-12-27 20:12:04 +00:00
Joseph McCarthy fac10dc454 Move App.java to correct Package #324 2015-12-27 20:10:48 +00:00
Joseph McCarthy 982f9f5e31 Generic For AbstractPrinterController #324 2015-12-27 20:09:33 +00:00
Joseph McCarthy 74d1823078 Merge pull request #1 from fluxw42/add-delegation-pattern
Generate UML for delegation pattern
2015-12-27 20:03:42 +00:00
Joseph McCarthy a49dbefb56 Add simple tests for delegate pattern #324 2015-12-27 14:10:49 +00:00
Joseph McCarthy fb0617e9c5 Make AppTest.java match other patterns and update AppTest.java to match other patterns #324 2015-12-27 13:59:50 +00:00
Joseph McCarthy 84fd2348ea 3am Code is starting to show. Get this build working. #324 2015-12-26 23:02:45 +00:00
Joseph McCarthy f0ff8ad4b3 Created a unit test for build, added junit to pom for delegation maven module. #324 2015-12-26 22:55:12 +00:00
Joseph McCarthy c3184255bf Add template index.md for population later #324 2015-12-26 22:29:45 +00:00
Joseph McCarthy bdacfe30c1 Added skeleton code for delegation pattern #324 2015-12-26 22:20:53 +00:00
Joseph McCarthy 30363cbb7f Create maven module for delegation pattern #324 2015-12-26 22:05:12 +00:00