1. 27 12月, 2016 2 次提交
  2. 24 12月, 2016 1 次提交
  3. 18 12月, 2016 2 次提交
  4. 02 12月, 2016 1 次提交
  5. 01 12月, 2016 1 次提交
  6. 29 11月, 2016 1 次提交
  7. 28 11月, 2016 2 次提交
  8. 27 11月, 2016 3 次提交
  9. 26 11月, 2016 1 次提交
  10. 24 11月, 2016 2 次提交
  11. 23 11月, 2016 3 次提交
  12. 22 11月, 2016 2 次提交
  13. 21 11月, 2016 2 次提交
  14. 20 11月, 2016 1 次提交
  15. 19 11月, 2016 1 次提交
  16. 17 11月, 2016 1 次提交
  17. 16 11月, 2016 1 次提交
  18. 15 11月, 2016 2 次提交
  19. 14 11月, 2016 1 次提交
    • T
      Update App.java · 9180bb0f
      Thomas 提交于
      The relationship between decorator and target (in the code example between Troll und SmartTroll) ist not a composition as described in the code comment lines of class App. It's a aggregation. In a composition both instances canncot live without the other one. But the target (Troll) could live without the decorator (Smart Troll). Changed "composition" to "aggregation" in the comment lines. Code lines are unchanged.
      Greetings Thomas
      9180bb0f
  20. 13 11月, 2016 4 次提交
  21. 06 11月, 2016 2 次提交
  22. 04 11月, 2016 3 次提交
    • D
      #502 Introduced logging in new example · b37190a2
      daniel-bryla 提交于
      b37190a2
    • D
      Merge branch 'master' of https://github.com/iluwatar/java-design-patterns · 0a427710
      daniel-bryla 提交于
      * 'master' of https://github.com/iluwatar/java-design-patterns: (27 commits)
        Remove use of coveralls-maven-plugin (sonarqube.com covers this)
        Add SonarQube.com badge
        Fix environment variable
        Add Travis instructions for SonarQube.com analysis
        Adds more criticism to Singleton pattern.
        Event Based Asynchronous pattern: Add missing license header and puml diagram
        Changed config to non-interactive
        Moved config into a separate dir
        Unused import removed.
        End process logic clause has been corrected.
        Caching pattern: Documentation and diagram
        Fixes #437. Adds criticism to Singleton pattern.
        Alter JUnit tests to run in lesser time.
        Updated version snapshot to 1.14.0
        Changes based on review feedback.
        Closes #436. Adds criticism to service locator pattern.
        Caching pattern: Implementation of Cache-Aside pattern
        Caching pattern: Style fix for null check
        Caching pattern: Refactor LRU cache to avoid NPE and unnecessary cache lookup
        Caching pattern: Refactor shutdown hook to use method reference
        ...
      0a427710
    • D
      #502 Adjusted tests for logger introduction · e138163c
      daniel-bryla 提交于
      e138163c
  23. 02 11月, 2016 1 次提交