35 Commits

Author SHA1 Message Date
va1m
5cf2fe009b
📍Use lombok, reformat, and optimize the code (#1560)
* Use lombok, reformat, and optimize the code

* Fix merge conflicts and some sonar issues

Co-authored-by: va1m <va1m@email.com>
2021-03-13 14:19:21 +02:00
Subhrodip Mohanta
7891c2b117
update inception year to 2021 (#1653) 2021-02-14 11:57:57 +02:00
Toxic Dreamz
31471acb69 Fixed most reported issues by SonarCloud. 2020-08-15 21:47:39 +04:00
Ilkka Seppälä
417f21ed3d
Code cleanup (#1461)
* Code cleanup

* Fix flux tests

* Fix checkstyle errors

* Fix compile error
2020-07-30 20:28:47 +03:00
Anurag Agarwal
ea57934db6 Java 11 migrate c-d (remaining) (#1111)
* Moves converter pattern to Java 11

* Moves cqrs pattern to Java 11

* Moves dao pattern to Java 11

* Moves data-bus pattern to Java 11

* Moves data-locality pattern to Java 11

* Moves data-mapper pattern to Java 11

* Moves data-transfer-object pattern to Java 11

* Moves decorator pattern to Java 11

* Moves delegation pattern to Java 11

* Moves dependency-injection to Java 11

* Moves dirty-flag to Java 11

* Moves double-buffer to Java 11

* Moves double-checked-locking to Java 11

* Moves double-dispatch to Java 11

* Corrects with changes thats breaking test cases
2019-12-14 20:32:45 +02:00
Anurag Agarwal
f2c91eb836 Resolves checkstyle errors for delegation dependency-injection dirty-flag double-buffer double-checked-locking double-dispatch (#1068)
* Reduces checkstyle errors in delegation

* Reduces checkstyle errors in dependency-injection

* Reduces checkstyle errors in dirty-flag

* Reduces checkstyle errors in double-buffer

* Reduces checkstyle errors in double-checked-locking

* Reduces checkstyle errors in double-dispatch
2019-11-10 19:31:19 +02:00
Alexander Ivanov
4904d7eea0 #1021: Fix checkstyle warnings by changing the license header template (#1027)
* Add custom license header style in order to comply with Google's Checkstyle format

* Update license headers to comply with Google's Checkstyle format
2019-10-22 08:15:35 +03:00
Ilkka Seppälä
9ebbc421dd Update license headers 2019-10-12 20:05:54 +03:00
Artur Mogozov
6694d742a3 Migrate to JUnit5 2017-12-31 16:29:48 +09:00
Ilkka Seppälä
ae1d9cf7a8 Add missing license headers 2017-05-21 09:19:29 +03:00
kapinuss
17039dc5e9 Update AdvancedSorceressTest.java 2017-05-18 20:27:16 +03:00
kapinuss
30dcbee2cc Update AdvancedSorceress.java 2017-05-18 20:26:47 +03:00
kapinuss
08901f3c26 Update AdvancedSorceress.java 2017-05-18 20:23:05 +03:00
kapinuss
c746004f73 Update AdvancedSorceress.java 2017-05-18 19:13:45 +03:00
kapinuss
09aa44ddcb Update App.java 2017-05-18 19:13:09 +03: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
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
Mudit Porwal
09585c3874 Removed AvoidStarImport Rule
Added JavaDocType Rule
2017-03-22 01:16:02 +08:00
Ilkka Seppälä
faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
daniel-bryla
e138163c4f #502 Adjusted tests for logger introduction 2016-11-04 11:47:06 +01:00
daniel-bryla
0438811489 #502 Replaced usages of System.out with logger. 2016-10-23 19:59:03 +02:00
Joseph McCarthy
3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
Ilkka Seppala
5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
Jeroen Meulemeester
29fc56002a Add proper unit tests for dependency-injection pattern 2015-12-11 20:24:56 +01:00
Ankur Kaushal
449340bd2b Reformat business-delegate, callback, chain, command, composite, dao, decorator & dependency-injection patterns. 2015-11-01 18:48:43 -05:00
Ilkka Seppala
e71f2279f0 #107 Dependency Injection example JavaDoc 2015-08-18 22:17:16 +03:00
Ilkka Seppala
3d488ec15a #108 Consistent package naming throughout the examples 2015-07-24 11:32:22 +03:00
Ilkka Seppala
8524c75ba6 Changed package naming across all examples. 2015-05-31 11:55:18 +03:00
Ilkka Seppala
0c0d84c220 Added source code comments. 2015-05-25 19:13:50 +03:00
Ilkka Seppala
fdf1d148fa Finished the example. 2015-05-25 18:42:36 +03:00
Ilkka Seppala
b2bfdb1752 Work on the DI example. Added second Wizard with injected Tobacco. 2015-05-25 18:42:36 +03:00
Ilkka Seppala
8b9e829b09 Work on Dependency Injection example. 2015-05-25 18:42:35 +03:00
Ilkka Seppala
ebcf46af86 Finished the example. 2015-05-25 18:41:54 +03:00