Aleksandar Dudukovic
1abd96a9c8
#567 checkstyle fix
2017-05-03 22:09:47 +02:00
SrdjanPaunovic
08c4202852
#541 fix checkstyle errors
2017-05-03 22:08:04 +02:00
Aleksandar Dudukovic
6ecf994258
#567 pom.xml align fix
2017-05-03 21:42:15 +02:00
SrdjanPaunovic
0687a3f9f8
#541 pom.xml fix align
2017-05-03 21:40:54 +02:00
Aleksandar Dudukovic
64337dff06
merge fix
2017-05-03 21:07:49 +02:00
4lexis
34b09c75ec
#567 added .gitignore
2017-05-03 20:51:51 +02:00
4lexis
66c6f30c1c
#567 Updated pom.xml
2017-05-03 20:34:27 +02:00
Aleksandar Dudukovic
e413b116ac
Merge branch 'master' of https://github.com/4lexis/java-design-patterns
2017-05-03 19:57:57 +02:00
Aleksandar Dudukovic
6e0b3e37ea
updated pom.xml
2017-05-03 19:57:14 +02:00
4lexis
be3f4dce50
Update Picture
2017-05-03 19:49:25 +02:00
4lexis
6d87f63ed5
Added README.md
2017-05-03 19:48:29 +02:00
SrdjanPaunovic
c92a8daeda
Class diagram & fix relation between units
2017-05-03 17:59:54 +02:00
Aleksandar Dudukovic
20062faae6
All without Readme and pumlid
2017-05-03 17:50:35 +02:00
SrdjanPaunovic
678524704c
Test done
2017-05-03 13:21:13 +02:00
kapinuss
2b229d8ea1
Update AdvancedSorceressTest.java
2017-05-02 20:38:08 +03:00
kapinuss
03aa99c55f
Update AdvancedSorceressTest.java
2017-05-02 20:18:05 +03:00
ytian90
20a4c054a7
Merge branch 'master' of github.com:ytian90/java-design-patterns
2017-04-30 00:20:48 -07:00
ytian90
3ed6cc19d2
fix Block 3 case
2017-04-30 00:19:50 -07:00
Yu Tian
87a9387e62
Merge pull request #1 from iluwatar/master
...
Rebase
2017-04-29 16:03:26 -07:00
Aleksandar Dudukovic
8530d01e10
code implemented
2017-04-29 16:35:57 +02:00
Aleksandar Dudukovic
a34e7be9c2
check commit
2017-04-28 19:35:19 +02:00
Mihály Kuprivecz
ee3744cb0a
added travis supported sound files
2017-04-28 13:47:56 +02:00
Mihály Kuprivecz
2830a407ba
some fixes for testing in event queue
2017-04-28 12:19:57 +02:00
kapinuss
ccfb6709c7
Add files via upload
2017-04-28 13:00:01 +03:00
kapinuss
a1c5131304
Add files via upload
2017-04-28 12:59:09 +03:00
Mihály Kuprivecz
44401988d1
pom.xml fixes
2017-04-28 11:32:35 +02:00
Mihály Kuprivecz
6e8eaf7593
adding some test cases for the event queue
2017-04-28 10:38:40 +02:00
SrdjanPaunovic
645e91ed23
first version of pattern without Tests
2017-04-27 13:58:58 +02:00
Brandon D. McKay
9e7e8a64f6
Fix incorrect URL
2017-04-26 04:22:44 -04:00
Mihály Kuprivecz
152b2762c3
read.me and the diagram is added
2017-04-22 17:16:38 +02:00
Ilkka Seppälä
82b9f4fea7
Merge pull request #544 from kemitix/data-bus
...
[WIP] Data Bus
2017-04-22 15:17:31 +03:00
Paul Campbell
ff8d854a8d
#467 data-bus: README.md: clean up
2017-04-16 06:51:10 +01:00
Ilkka Seppälä
31f4b15e86
Merge pull request #565 from kapinuss/patch-1
...
Update ObjectPool.java
2017-04-16 08:17:56 +03:00
Ilkka Seppälä
cd54cf5512
Merge pull request #563 from sunilmogadati/SonarQubeBlockerBugs
...
#507 SonarQube blocker severity bugs
2017-04-16 08:13:26 +03:00
kapinuss
798aee47b3
Update ObjectPool.java
2017-04-12 18:59:43 +03:00
Mihály Kuprivecz
dce767c1c5
first commit
2017-04-06 23:48:15 +02:00
Sunil Mogadati
60ebcc56f8
#507 SonarQube blocker severity bugs
2017-04-01 20:55:47 -06:00
Paul Campbell
2643dfa0b8
#467 data-bus: App: add notes about this implementation of the patter
2017-04-01 19:33:54 +01:00
Paul Campbell
c96ebcb197
#467 data-bus: App: add description of the pattern
2017-04-01 19:26:41 +01:00
Paul Campbell
b72d545349
#467 data-bus: members: StatusMemberTest: added
2017-04-01 19:17:09 +01:00
Paul Campbell
311bb79870
#467 data-bus: members: StatusMember: records start and stop times
2017-04-01 19:16:55 +01:00
Paul Campbell
f495a88e91
#467 data-bus: members: MessageCollectorMemberTest: added
2017-04-01 19:05:19 +01:00
Paul Campbell
8b0c14cae0
Counter doesn't count anything. Added ability to collect the messages
...
from the MessageData that it receives.
2017-04-01 19:05:09 +01:00
Paul Campbell
b7a6a018e0
#467 data-bus: DataBusTest: added
2017-04-01 18:36:04 +01:00
Paul Campbell
46e0fa4825
#467 data-bus: pom.xml: add mockito dependency
2017-04-01 18:35:40 +01:00
Paul Campbell
86009f2261
#467 data-bus: add missing javadoc
2017-04-01 18:12:56 +01:00
Paul Campbell
146f367188
#467 data-bus: remove lombok
2017-04-01 18:12:32 +01:00
Paul Campbell
bc4d029a87
#467 data-bus: pom.xml: remove surefire plugin
2017-04-01 18:04:44 +01:00
Paul Campbell
960eee3d43
#467 update version
2017-04-01 18:04:16 +01:00
Paul Campbell
30315e788f
Merge remote-tracking branch 'upstream/master' into data-bus
...
* upstream/master: (67 commits)
Set version for next development iteration
Reached milestone 1.15.0
#539 Checkstyle fix
#539 More Checkstyle fixes
#539 Checkstyle fixes
#497 Add missing puml and license headers
#77 Add missing license header
Work on #190 : urm/puml updates * added pumlid where it was missing and possible * removed pumlid where it generated a bad image * regenerated some incorrect puml's * added 'left to right direction' puml prefix to some diagrams to improve the automatic layouting
Removed AvoidStarImport Rule Added JavaDocType Rule
Update App.java
Update App.java
Update after changes from review. Additional improvements.
Pom.xml files fixed.
#66 Balking Pattern
fixed pmd violation
fixed checkstyle violations
diagrams added
comments, tests and description
changed parent POM version #69
apply changes from review #69
...
# Conflicts:
# pom.xml
2017-04-01 18:03:02 +01:00