Anurag Agarwal
1fdc650545
Resolves checkstyle errors for remaining m ( #1090 )
...
* Reduces checkstyle errors in marker
* Reduces checkstyle errors in master-worker-pattern
* Reduces checkstyle errors in mediator
* Reduces checkstyle errors in memento
* Reduces checkstyle errors in model-view-controller
* Reduces checkstyle errors in model-view-presenter
* Reduces checkstyle errors in module
* Reduces checkstyle errors in monad
* Reduces checkstyle errors in monostate
* Reduces checkstyle errors in multiton
* Reduces checkstyle errors in mute-idiom
* Reduces checkstyle errors in mutex
2019-11-16 14:48:23 +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
Dos Debug
d8ac00536c
Fixes Checkstyle problems
...
There are few checkstyles problems found in the which are required to be fixed
2017-09-21 15:13:57 +05:00
mahendran.mookkiah
0271e55983
#587 SonarQube reports bugs
2017-08-05 10:07:28 -04:00
Sunil Mogadati
60ebcc56f8
#507 SonarQube blocker severity bugs
2017-04-01 20:55:47 -06:00
Ilkka Seppälä
faa29f8025
Update license headers
2016-11-27 14:34:20 +02:00
Mohammed Ezzat
0003c6cb00
pmd:RedundantFieldInitializer - Redundant-Field-Initializer
2016-02-18 08:40:19 +02:00
Joseph McCarthy
3d95696078
#358 Added license to all files using plugin
2016-01-27 22:20:42 +00:00
Ilkka Seppälä
7c6e1fc3d8
Merge pull request #323 from DevFactory/code-quality-fix-5
...
Code quality fixes
2015-12-30 19:47:19 +02:00
Ilkka Seppala
5f033be54f
Fix PMD violations #327
2015-12-27 21:21:57 +02:00
Kirill Vlasov
191078735f
Fixing squid:S1698 - Objects should be compared with equals() and squid:HiddenFieldCheck - Local variables should not shadow class fields
2015-12-27 21:12:35 +05:00
Ilkka Seppala
30bc25b5bf
Merge branch 'master' of https://github.com/fluxw42/java-design-patterns into fluxw42-master
...
Conflicts:
monostate/src/main/java/com/iluwatar/monostate/LoadBalancer.java
2015-12-26 12:36:38 +02:00
Ilkka Seppala
cec9a99410
Adjust checkstyle rules. Make checkstyle fail the build when violations are found. Correct all current checkstyle violations.
2015-12-25 23:49:28 +02:00
Jeroen Meulemeester
6fe01e73b2
Add additional tests for model-view-presenter pattern
2015-12-21 12:17:20 +01:00
Ankur Kaushal
306b1f3d31
Reformat rest of the design patterns - Issue #224
2015-11-01 21:29:13 -05:00
Ilkka Seppala
e8c8e26c8b
#107 Improve JavaDoc and change main class name for Model-View-Presenter
...
example
2015-08-20 22:29:44 +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
Stamatis Pitsios
4641ab28cf
Update MainApp.java
...
Added a short explanation of the application's logic.
2014-11-21 15:40:29 +02:00
mafagafogigante
a4637fcf99
Uses a StringBuilder to improve performance.
...
Also stops initializing a variable (removes an unused initialization).
2014-11-08 20:45:18 -02:00
matthew
3da9ad5469
Formatted all files to the same standard
2014-10-08 13:42:12 +01:00
pitsios-s
eeb8c58fe9
Made some overall changes.
2014-09-12 12:20:13 +03:00
pitsios-s
9f00e00f34
Removed some unnecessary files.
2014-09-11 16:14:40 +03:00
pitsios-s
f970a7646d
Added new design pattern.
...
Implementation for the Model-View-Presenter pattern is now available.
2014-09-11 15:31:24 +03:00