Thomas
f84c4c1611
Update App.java
...
Correction of correction ;-)
2017-03-18 10:02:37 +01:00
Thomas
2c2d874ac8
Update App.java
...
Correction of error detected by maven-pmd-plugin.
2017-03-18 10:00:13 +01:00
Thomas
fd7107694a
Update pom.xml
...
Changed
<version>1.14.0-SNAPSHOT</version>
to
<version>1.15.0-SNAPSHOT</version>
2017-02-18 15:16:15 +01:00
Thomas
ddac9dc6cb
Add files via upload
...
Changed the classname part "runnable" to "callable"
2017-01-29 12:34:13 +01:00
Thomas
2bbf84233e
Delete DateFormatRunnableTestMultiThread.java
2017-01-29 12:32:44 +01:00
Thomas
82f8460243
Delete DateFormatRunnableTestIncorrectDateFormat.java
2017-01-29 12:32:32 +01:00
Thomas
59ea20745f
Delete DateFormatRunnableTest.java
2017-01-29 12:32:21 +01:00
Thomas
3d3dd58501
Update pom.xml
...
removed errors caused by copy code from master
2017-01-29 12:08:11 +01:00
Thomas
3324e1bc43
Update pom.xml
...
added <module>tls</module>
2017-01-29 12:01:32 +01:00
Thomas
6202f3ab44
Add files via upload
2017-01-29 11:42:16 +01:00
Thomas
453862cfc2
Delete AppTest.java
2017-01-29 11:41:46 +01:00
Thomas
a8e2c157de
Add files via upload
...
Test reworked completely. AppTest seperated.
2017-01-29 11:41:13 +01:00
Thomas
080965fb17
Delete DateFormatUglyRunnable.java
2017-01-29 11:38:49 +01:00
Thomas
7200329a6b
Add files via upload
...
Rework replaces previous version completely. Using ExecutorService. Use of result object instead of static variables. Ugly example is left out.
2017-01-29 11:38:20 +01:00
Thomas
f170aaa42b
Delete DateFormatRunnable.java
2017-01-29 11:34:12 +01:00
Thomas
c598748549
Delete AppUgly.java
2017-01-29 11:33:59 +01:00
Thomas
ed11c4c4f9
Delete App.java
2017-01-29 11:33:40 +01:00
Thomas
283f198ba8
Delete empty
2017-01-29 11:32:26 +01:00
Thomas
15913d6382
Add files via upload
...
new uml diagramm after changes to the java classes
2017-01-29 11:31:06 +01:00
Thomas
65e047974c
Create empty
2017-01-29 11:29:19 +01:00
Thomas
c529e35791
Delete tls.urm.puml
2017-01-29 11:28:27 +01:00
Thomas
3342851005
Delete tls.ucls
2017-01-29 11:28:17 +01:00
Thomas
c167f87ce5
Delete tls.png
2017-01-29 11:27:46 +01:00
Thomas
e8fc3427c6
Update README.md
...
no change of content. Improved text
2017-01-29 11:23:33 +01:00
Thomas
26b79a5382
Update README.md
...
Some additonal description, deleted wrong pumlid
2017-01-29 11:16:45 +01:00
Thomas
e210e4ed62
Add files via upload
2016-12-16 11:17:27 +01:00
Thomas
fb98da86c4
Add files via upload
2016-12-16 11:12:43 +01:00
Thomas
c8b3c773c7
Add files via upload
2016-12-16 09:43:16 +01:00
Thomas
61b1356976
Delete emptyfile
2016-12-16 09:42:46 +01:00
Thomas
487f9ddc80
Add files via upload
2016-12-16 09:42:08 +01:00
Thomas
9b7ce556e3
Create emptyfile
2016-12-16 09:35:19 +01:00
Thomas
e17cf27e5a
upload pom.xml
2016-12-15 18:33:52 +01:00
Thomas
937a1e269d
delete empty file
2016-12-15 18:32:13 +01:00
Thomas
803a97237c
delete empty file
2016-12-15 18:31:53 +01:00
Thomas
e64f7faa3f
upload junit test
2016-12-15 18:31:20 +01:00
Thomas
15d660b117
empty file to create folder
2016-12-15 18:30:22 +01:00
Thomas
544f7fb6d1
delete empty file
2016-12-15 18:28:02 +01:00
Thomas
c4eb198a8d
Upload code files
2016-12-15 18:27:28 +01:00
Thomas
7067d1ae56
Create test
2016-12-15 18:24:03 +01:00
Thomas
d80edd1ed3
Create test
2016-12-15 18:08:12 +01:00
Thomas
aeefc11f25
Merge pull request #1 from iluwatar/master
...
Update my local repository
2016-12-14 08:52:22 +01:00
Thomas
9180bb0fef
Update App.java
...
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
2016-11-14 16:43:58 +01:00