18a75c0620
Adding ModemVisitor interface
2018-05-27 16:12:31 +03:00
9e15abbafc
Adding pom.xml file
2018-05-27 15:49:35 +03:00
e9a219f643
Merge branch 'master' of https://github.com/Argyro-Sioziou/java-design-patterns into acyclic-visitor
2018-05-27 15:44:04 +03:00
8bf53fe91d
Adding acyclic-visitor module in pom.xml
2018-05-27 15:11:06 +03:00
c713dbcbf4
Merge pull request #752 from christophercolumbusdog/master
...
#643 Fix flaky tests for throttling pattern
2018-05-27 10:59:52 +03:00
f3e1cd3a1d
Fix checkstyle
2018-05-25 22:47:23 -05:00
4ab46c7fcb
#643 Fix flaky tests for throttling pattern
2018-05-25 22:26:35 -05:00
d7893c1fc2
Updated incorrect tag
...
Corrected improper tag from Difficulty-Easy to Difficulty-Beginner
2018-05-16 12:36:17 +05:30
eddfe76a84
Merge pull request #717 from waisuan/master
...
Dirty Flag pattern #560
2018-05-16 12:31:20 +05:30
a386d4266d
Fixed UnitTest
2018-05-12 18:18:44 +01:00
29edeabaae
Fixes based on code review feedback
2018-05-12 17:47:03 +01:00
abcc39871b
Merged with upstream
2018-05-12 16:12:23 +01:00
4ac6f90c96
Merge pull request #748 from pelmegov/clean-converter-class
...
Parameters in Converter class methods was renamed.
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
2018-04-28 19:34:57 +03:00
998600f09e
Merge pull request #744 from pokemon4e/master
...
Consistent naming for EIP patterns #733
2018-04-12 21:02:08 +03:00
1e04b17a2d
Merge pull request #743 from MottoX/cleanup
...
Cleanup unnecessary code
2018-04-12 20:39:45 +03:00
187b16c9e0
Merge pull request #740 from mernst/coverage-documentation
...
Correct the command for computing code coverage
2018-04-12 20:37:30 +03:00
3b45f2cad6
Consistent naming for EIP patterns #733
2018-04-12 15:49:52 +03:00
65e1cae2de
Cleanup unnecessary code
2018-04-11 16:11:37 +08:00
0b7343dd34
Correct the command for computing code coverage
2018-04-09 16:38:09 -07:00
379a825182
Merge pull request #714 from dheeraj-mummareddy/master
...
#473 serveless implementation using aws compute engine and serverless fram…
2018-04-08 20:01:42 +03:00
522fbc035f
delete the incorrect package
2018-04-08 10:56:48 -04:00
40e5cc628a
minor code review comments and Updating license header
2018-04-08 10:56:10 -04:00
7a13012855
Merge branch 'master' of github.com:iluwatar/java-design-patterns
2018-04-08 10:38:16 -04:00
1c0e0cd88b
Set version for next development iteration
2018-03-31 10:36:05 +03:00
3407392664
Reach milestone 1.19.0
1.19.0
2018-03-31 10:34:25 +03:00
474c218f85
Update license headers
2018-03-31 10:25:58 +03:00
17ea0b17f6
Disable flaky tests mentioned in issue #643 and #699
2018-03-31 10:16:56 +03:00
7d4ccc6490
Merge pull request #730 from Deathnerd/master
...
Add Java annotation to code blocks in README files #728
2018-03-31 09:50:28 +03:00
8b06ea52ab
Removed unnecessary changes outside of scope of the task
2018-03-28 01:41:43 -04:00
86ee59c232
Add Java annotation to code blocks in README files
2018-03-28 01:35:43 -04:00
6879990857
Merge pull request #726 from valery1707/patch-1
...
Update SonarCloud badge
2018-03-24 16:24:05 +02:00
855cf75dd6
Merge pull request #729 from S177LM/patch-1
...
Fixed typo
2018-03-22 17:38:32 +02:00
ecad864703
Fixed typo
...
Just fixed a little repetition in the javadoc comment.
2018-03-20 19:51:04 +01:00
c3b102e547
fixing the link
2018-03-14 19:22:39 -04:00
69be74c016
Update SonarCloud badge
...
Update link into badge URL as described in https://about.sonarcloud.io/news/2018/02/05/new-project-badges.html
2018-03-14 20:20:15 +03:00
3f9a5a254e
code review comments
2018-03-13 12:03:23 -04:00
05a9c030c0
Merge branch 'master' of github.com:iluwatar/java-design-patterns
2018-03-12 09:19:55 -04:00
c723289bbb
Merge pull request #723 from Juaanma/patch-1
...
Captain is implementing RowingBoat - Adapter pattern
2018-03-11 21:59:13 +02:00
477da92e2f
Merge pull request #724 from anthonycampbell/master
...
My solution to issue #602 .
2018-03-11 21:23:32 +02:00
ac57d67f45
solution to issue #602 . Implemented multiton with enum, added example to app.java, a test for the enum, and commented my code
2018-03-08 16:08:09 -08:00
960d2ea6f7
solution to issue #602 . Implemented multiton with enum, added example to app.java, a test for the enum, and commented my code
2018-03-08 15:52:35 -08:00
87cb33f69b
Fixed tests
2018-03-07 17:43:03 -03:00
915a1f3eb0
Forgot to delete row's @Override
...
My bad, sorry. It should compile now.
2018-03-07 17:26:39 -03:00
c8fd0bc23d
Merge pull request #716 from baislsl/javadoc-fix
...
Improve Javadoc
2018-03-07 21:52:50 +02:00
696ed86aff
Captain is implementing RowingBoat - Adapter pattern
...
Captain and RowingBoat aren't interchangable.
Captain, as a client, may have a method to use the boat, but it isn't needed that they share the same interface, as it makes the code more confusing.
2018-03-07 00:19:33 -03:00
e0b8f6f850
fix checkstyle
2018-03-06 16:09:22 +08:00
143213483c
fixing typo
2018-03-05 21:41:24 -05:00
678fa93838
update readme and thanks to Amazon Web Services & cloud guru
2018-03-05 21:25:08 -05:00
b2607010b4
update readme and ready for review
2018-03-05 21:23:42 -05:00