Commit Graph

  • f3749a2b9d Solved the classcast exception and used instanceof instead. Improved javadocs a bit. Narendra Pathai 2018-09-11 15:58:14 +05:30
  • 1d12d94bac Fix redundant list alloc in LotteryNumbers Nick Andrievsky 2018-09-11 11:55:53 +02:00
  • 9e56e5cbc1 Merge pull request #791 from er2/executeAroundLambda Narendra Pathai 2018-09-09 00:24:42 +05:30
  • 1698b066f3 Merge pull request #767 from nikhilbarar/collection-pipeline Narendra Pathai 2018-09-09 00:21:45 +05:30
  • 4ed039d807 Updated UCLS file and PNG image nikhilbarar 2018-09-08 20:38:04 +05:30
  • ec6d2a8ebe execute around lambda Eric Riese 2018-09-07 22:29:51 -04:00
  • 98c3f93e82 Review changes in Test Cases nikhilbarar 2018-09-04 20:52:11 +05:30
  • 26fbbed62e Typo in Readme nikhilbarar 2018-09-01 15:48:36 +05:30
  • 0f9089dd62 Typo in Readme nikhilbarar 2018-09-01 15:48:07 +05:30
  • 038befea26 Merge pull request #779 from mitchellirvin/bst-iterator Narendra Pathai 2018-08-30 12:46:13 +05:30
  • 9daa3140e4 Category Enum for category of Car nikhilbarar 2018-08-29 22:02:17 +05:30
  • 8458e426bc correcting raw types for the item Iterator. mxi1809 2018-08-29 07:36:52 -04:00
  • e6f84f2f41 modified return type of TreasureChestItemIterator's constructor to be Iterator Mitchell Irvin 2018-08-28 07:46:02 -04:00
  • 74f3799eb4 Merge pull request #788 from diffblue-assistant/finallyclosetotrywithresources Narendra Pathai 2018-08-28 13:17:16 +05:30
  • b23d8430af Added Missing class nikhilbarar 2018-08-26 23:31:03 +05:30
  • cb6b0b3600 Checkstyle Fixes nikhilbarar 2018-08-26 23:21:25 +05:30
  • cd44ef3c81 Review Changes nikhilbarar 2018-08-26 23:12:33 +05:30
  • 1c2ddfad54 Refactored App.java to remove duplicate code and elegantly demonstrate each implementation of the Iterator interface. Removed the redundant ItemIterator interface. Added insert() method to TreeNode class to allow for more elegant construction of BSTs. Mitchell Irvin 2018-08-25 18:49:43 -04:00
  • f36de036f6 Use try-with-resources Diffblue assistant 2018-08-23 11:28:17 +01:00
  • b64262303a Merge pull request #787 from bordoisila1/checkstyle-minor-updates Narendra Pathai 2018-08-21 11:20:16 +05:30
  • 9d012772fd Merge pull request #785 from sgyyz/fix-image-name Narendra Pathai 2018-08-21 11:12:40 +05:30
  • e1a2f141c5 Fixed minor changes suggested by Checkstyle bordoisila1 2018-08-20 22:36:58 -04:00
  • cce104a271 Fix converter image issue Yongzhi Yang 2018-08-20 21:14:16 +08:00
  • 16df157181 Add license headers Ilkka Seppälä 2018-08-13 08:13:06 +03:00
  • c34004bea5 Merge pull request #763 from 7agustibm/master Ilkka Seppälä 2018-08-10 22:42:09 +03:00
  • 3e0cfa5684 #778 Implemented BSTIterator. Included comprehensive unit and integration tests. Refactored file structure to be friendly to future contributors with iterators of more data structures. Added JUnitPlatform to enable running test suite across all iterator implementations. Added README to /binarysearchtree to document what it does and how it works. Mitchell Irvin 2018-08-04 21:59:53 -04:00
  • ce459e8f9f Merge branch 'master' into collection-pipeline nikhilbarar 2018-08-02 02:43:47 +05:30
  • 535431fac1 Merge branch 'master' of https://github.com/iluwatar/java-design-patterns nikhilbarar 2018-08-02 02:30:08 +05:30
  • facb9e51a6 Merge pull request #774 from zenuo/master Ilkka Seppälä 2018-08-01 16:02:23 +03:00
  • 9eb8c30bcb Add Annotation 'Override' to com.iluwatar.reactor.app.AppClient.TcpLoggingClient.run method. zenuo 2018-07-18 17:06:19 +08:00
  • fc87f8b7d3 Merge branch 'master' of https://github.com/iluwatar/java-design-patterns nikhilbarar 2018-07-08 23:09:55 +05:30
  • b453753790 Fix import not used Agustí Becerra Milà 2018-07-08 19:38:54 +02:00
  • d2b900b524 Fix checkstyle & update interface services Agustí Becerra Milà 2018-07-08 19:25:42 +02:00
  • 2c8d1744df #564: Collection Pipeline pattern nikhilbarar 2018-07-02 00:42:04 +05:30
  • d915b66e70 Merge pull request #755 from okinskas/ambassador Ilkka Seppälä 2018-07-08 09:55:36 +03:00
  • 328f917749 #564: Collection Pipeline pattern nikhilbarar 2018-07-02 00:42:04 +05:30
  • ae07423470 First proposal Agustí Becerra Milà 2018-07-01 16:29:07 +02:00
  • 7add7b833c Merge branch 'master' into ambassador Ovidijus Okinskas 2018-06-29 14:34:31 +01:00
  • c7f9266768 Merge pull request #753 from Argyro-Sioziou/master Narendra Pathai 2018-06-28 13:55:32 +05:30
  • 0453bf9063 General cleanup. Simplifying code. Replacing all prints with appropriate Logger. Ovidijus Okinskas 2018-06-23 13:24:07 +01:00
  • f9bdd58bb7 Merge remote-tracking branch 'upstream/master' Argyro-Sioziou 2018-06-14 18:34:27 +03:00
  • 57f60c5ebf Updating javadoc comments Argyro-Sioziou 2018-06-14 18:30:46 +03:00
  • 51659fe9c5 Updating HayesVisitor and ZoomVisitor Argyro-Sioziou 2018-06-14 18:04:30 +03:00
  • 04d80f05c8 Adding consequences in README.md Argyro-Sioziou 2018-06-14 17:56:14 +03:00
  • 6636fb151b Adding AllModemVisitor interface Argyro-Sioziou 2018-06-14 12:40:41 +03:00
  • 6a0fa747ad Fixing typos Argyro-Sioziou 2018-06-14 12:18:46 +03:00
  • 8b1ed95d6b Updating ConfigureForDosVisitorTest and ConfigureForUnixVisitorTest classes Argyro-Sioziou 2018-06-14 12:14:35 +03:00
  • 6167d06dce Removing test case Argyro-Sioziou 2018-06-14 12:02:34 +03:00
  • 49feead13f Removing interfaces' test classes Argyro-Sioziou 2018-06-14 11:59:02 +03:00
  • 179a02bcdd Removing default constructors Argyro-Sioziou 2018-06-14 11:52:23 +03:00
  • 71f61cd40e #466, #509: Added diagrams and Readme files nikhilbarar 2018-06-13 23:40:36 +05:30
  • d54e29051f #466: Fix Checkstyle Issues nikhilbarar 2018-06-13 02:54:09 +05:30
  • 4456a440bc Monitor Object pattern #466 nikhilbarar 2018-06-13 02:43:25 +05:30
  • c48a1e9193 #509: Checkstyle Fixes nikhilbarar 2018-06-11 01:56:32 +05:30
  • 971a74e13a #509: Component Object Pattern nikhilbarar 2018-06-11 00:38:03 +05:30
  • 868e4561b5 Updating pom dependencies and adding license. Ovidijus Okinskas 2018-06-05 21:16:16 +01:00
  • c4dd94a019 Fixing CheckStyle issues in Test classes. Ovidijus Okinskas 2018-06-05 07:32:29 +01:00
  • ff579fabcf Fixing CheckStyle issues. Ovidijus Okinskas 2018-06-04 22:50:59 +01:00
  • 5393c96247 Adding README.md Ovidijus Okinskas 2018-06-04 22:32:05 +01:00
  • bae51f5803 Adding license to test classes. Ovidijus Okinskas 2018-06-04 21:27:04 +01:00
  • 74190e36bb Adding tests for each class. Ovidijus Okinskas 2018-06-04 21:20:04 +01:00
  • 6b10f4bdd1 Adding appropriate comments on classes and full description in App.java. Removing added function in ServiceAmbassador as it's not appropriate for the example. Ovidijus Okinskas 2018-06-04 20:36:10 +01:00
  • 73925cef2e Ambassador adds logging, imitates trying to connect to remote service and provides new client-side functionality. Need to clean up code, add tests and add descriptive comments. Ovidijus Okinskas 2018-06-03 22:20:40 +01:00
  • 987994f0fe Add license headers Ilkka Seppälä 2018-06-03 14:15:11 +03:00
  • 95df47e418 Disable intermittently failing test Ilkka Seppälä 2018-06-03 14:15:00 +03:00
  • afe85e22e7 Enhancing code format Argyro-Sioziou 2018-05-29 01:37:53 +03:00
  • 4023944240 Adding README.md file giorgosmav21 2018-05-27 17:10:20 +03:00
  • 17164c282a Adding class diagram Argyro-Sioziou 2018-05-27 17:07:34 +03:00
  • 27f58e0925 Adding HayesTest and ZoomTest giorgosmav21 2018-05-27 17:04:22 +03:00
  • 36a14778dc Adding App class giorgosmav21 2018-05-27 17:02:56 +03:00
  • 5e1da6361f Adding ConfigureForDosVisitor and ConfigureForUnixVisitor Argyro-Sioziou 2018-05-27 16:58:38 +03:00
  • 97718846d1 Adding HayesVisitor and ZoomVisitor Argyro-Sioziou 2018-05-27 16:55:08 +03:00
  • bbdf1cd738 Adding Hayes and Zoom classes giorgosmav21 2018-05-27 16:51:26 +03:00
  • 323395daaf Adding ModemVisitorTest giorgosmav21 2018-05-27 16:49:05 +03:00
  • 75734a6b7d Adding Modem abstract class giorgosmav21 2018-05-27 16:45:43 +03:00
  • 3f92b8f84e Adding ModemTest Argyro-Sioziou 2018-05-27 16:37:13 +03:00
  • 18a75c0620 Adding ModemVisitor interface Argyro-Sioziou 2018-05-27 16:12:31 +03:00
  • 9e15abbafc Adding pom.xml file Argyro-Sioziou 2018-05-27 15:49:35 +03:00
  • e9a219f643 Merge branch 'master' of https://github.com/Argyro-Sioziou/java-design-patterns into acyclic-visitor Argyro-Sioziou 2018-05-27 15:44:04 +03:00
  • 8bf53fe91d Adding acyclic-visitor module in pom.xml Argyro-Sioziou 2018-05-27 15:11:06 +03:00
  • c713dbcbf4 Merge pull request #752 from christophercolumbusdog/master Ilkka Seppälä 2018-05-27 10:59:52 +03:00
  • f3e1cd3a1d Fix checkstyle Christian Cygnus 2018-05-25 22:47:23 -05:00
  • 4ab46c7fcb #643 Fix flaky tests for throttling pattern Christian Cygnus 2018-05-25 22:26:35 -05:00
  • d7893c1fc2 Updated incorrect tag Narendra Pathai 2018-05-16 12:36:17 +05:30
  • eddfe76a84 Merge pull request #717 from waisuan/master Narendra Pathai 2018-05-16 12:31:20 +05:30
  • a386d4266d Fixed UnitTest Evan Sia Wai Suan 2018-05-12 18:18:44 +01:00
  • 29edeabaae Fixes based on code review feedback Evan Sia Wai Suan 2018-05-12 17:47:03 +01:00
  • abcc39871b Merged with upstream Evan Sia Wai Suan 2018-05-12 16:12:23 +01:00
  • 4ac6f90c96 Merge pull request #748 from pelmegov/clean-converter-class Ilkka Seppälä 2018-04-29 10:39:51 +03:00
  • a8d89ca861 Parameters in Converter class methods was renamed. A base class must not contain the concrete entities names or concrete class names pelmegov 2018-04-28 19:34:57 +03:00
  • 998600f09e Merge pull request #744 from pokemon4e/master Ilkka Seppälä 2018-04-12 21:02:08 +03:00
  • 1e04b17a2d Merge pull request #743 from MottoX/cleanup Ilkka Seppälä 2018-04-12 20:39:45 +03:00
  • 187b16c9e0 Merge pull request #740 from mernst/coverage-documentation Ilkka Seppälä 2018-04-12 20:37:30 +03:00
  • 3b45f2cad6 Consistent naming for EIP patterns #733 Milena Sapunova 2018-04-12 15:24:57 +03:00
  • 65e1cae2de Cleanup unnecessary code MottoX 2018-04-11 16:11:37 +08:00
  • 0b7343dd34 Correct the command for computing code coverage Michael Ernst 2018-04-09 16:38:09 -07:00
  • 379a825182 Merge pull request #714 from dheeraj-mummareddy/master Ilkka Seppälä 2018-04-08 20:01:42 +03:00
  • 522fbc035f delete the incorrect package Dheeraj Mummareddy 2018-04-08 10:56:48 -04:00
  • 40e5cc628a minor code review comments and Updating license header Dheeraj Mummareddy 2018-04-08 10:56:10 -04:00
  • 7a13012855 Merge branch 'master' of github.com:iluwatar/java-design-patterns Dheeraj Mummareddy 2018-04-08 10:38:16 -04:00