Diffblue assistant
|
f36de036f6
|
Use try-with-resources
Replace try statements that close a resource in the finally block with a
try-with-resources statement [1].
This commit was created automatically by Diffblue refactorings (https://www.diffblue.com/).
[1] https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html
|
2018-08-23 13:44:55 +01:00 |
|
Artur Mogozov
|
6694d742a3
|
Migrate to JUnit5
|
2017-12-31 16:29:48 +09:00 |
|
Ilkka Seppälä
|
faa29f8025
|
Update license headers
|
2016-11-27 14:34:20 +02:00 |
|
Joseph McCarthy
|
3d95696078
|
#358 Added license to all files using plugin
|
2016-01-27 22:20:42 +00:00 |
|
Ilkka Seppala
|
8b020837ea
|
Checkstyle corrections
|
2015-12-29 21:34:27 +02:00 |
|
Ilkka Seppala
|
5f033be54f
|
Fix PMD violations #327
|
2015-12-27 21:21:57 +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
|
df69a8f986
|
Add proper tests for execute-around pattern
|
2015-12-12 20:14:59 +01:00 |
|
Ankur Kaushal
|
306b1f3d31
|
Reformat rest of the design patterns - Issue #224
|
2015-11-01 21:29:13 -05:00 |
|
Ilkka Seppala
|
527da253c9
|
#107 Execute Around example JavaDoc
|
2015-08-18 22:39:03 +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
|
717cb53f2b
|
Cleanup test data in Execute Around tests.
|
2015-04-09 18:26:58 +03:00 |
|
Ilkka Seppala
|
027fd9934b
|
Added example code for Execute Around idiom.
|
2015-03-29 21:25:13 +03:00 |
|