ecfcfaf8ae
Merge branch 'pr-1851'
2019-06-16 21:44:11 -03:00
fadaf07015
review fixes
2019-06-14 13:02:15 +03:00
3e280cd9d0
Merge branch 'master' into 1845-fix-methodreturnsinternalarray-regression
2019-06-14 12:33:41 +03:00
5f40ab11cf
enum with array instead of copy, inner enums with error and no error
2019-06-14 01:47:17 +03:00
c5a77fbc35
add inner interface, inner and top-level annotations
2019-06-13 01:04:50 +03:00
427b5003a3
Merge branch 'pr-1829'
2019-06-08 17:22:18 +02:00
142a706d5e
Merge branch 'pr-1792'
2019-06-08 17:10:23 +02:00
2bcb8dcfdc
Merge branch 'pr-1849'
2019-06-01 19:41:20 +02:00
fe420562a1
More deprecations of node setters and constructors
2019-06-01 19:16:37 +02:00
2d60e2b822
Remove more unnecessary comments from javacc
2019-06-01 19:15:50 +02:00
b76fefb974
Merge branch 'master' into pr-1829
2019-06-01 11:02:18 +02:00
0c219e2a59
[java] UnsynchronizedStatic(Date)Formatter - new property allowMethodLevelSynchronization
...
This new property is added to allow backwards compatibility, since
the rule now allows by default only synchronized blocks.
2019-06-01 10:53:40 +02:00
f1f20b97f2
[java] UnsynchronizedStatic(Date)Formatter - test cases, documentation
...
* Fixes #1814
* Fixes #1815
2019-06-01 10:31:20 +02:00
8492c32273
UseUtilityClass - fix false-negatives with inner classes
2019-06-01 10:04:33 +02:00
3227f7e605
[java] UseUtilityClass should be LombokAware
...
Fixes #1094
2019-05-31 20:36:45 +02:00
9758f3afb0
Move lombok annotations to UnusedPrivateFieldRule and SingularFieldRule
...
Add additional test cases for ImmutableField and BeanMembersShouldSerialize
2019-05-31 19:49:19 +02:00
1f7cc9b74c
Merge branch 'master' into pr-1792
2019-05-31 19:28:40 +02:00
a5780c6372
Fix lombok annotation lombok.experimental.Delegate
2019-05-31 19:28:30 +02:00
34853337a0
Add test cases of #1703 for SingularField and UnusedPrivateField
...
Co-Authored: jakivey32
2019-05-31 19:28:06 +02:00
7f619ebe14
fix checkstyle violation
2019-05-31 16:37:58 +03:00
94afed80df
Fix ambiguity with switch
2019-05-30 15:48:55 +02:00
0df9870ec4
Add regression test for modifiers mixed with annotations
2019-05-30 15:11:17 +02:00
39921f40b4
Add to grammar changelog
2019-05-30 15:06:50 +02:00
396bdeea90
Fix package privateism
2019-05-30 14:59:25 +02:00
06b84079b9
#1845 Regression in MethodReturnsInternalArray not handling enums
2019-05-30 15:54:05 +03:00
10158751d2
Fix local class modifiers being forgotten
2019-05-30 14:53:16 +02:00
ff579dfd53
Fix repeated annotation
2019-05-29 10:15:15 +02:00
fb8744d8a8
Remove duplicate annotations
2019-05-28 21:57:46 +02:00
ccbf12a267
Add visit comment
2019-05-28 21:57:44 +02:00
97db569ccd
Remove jjtree comments
2019-05-28 21:57:07 +02:00
31f15b7622
Deprecate setters
2019-05-28 21:16:41 +02:00
76e638c83f
Deprecate base node classes
2019-05-28 21:09:21 +02:00
3e66d232d7
Deprecate AST constructors
2019-05-28 21:05:46 +02:00
5ac687918a
[maven-release-plugin] prepare for next development iteration
2019-05-26 11:02:26 +02:00
ba2d795f59
[maven-release-plugin] prepare release pmd_releases/6.15.0
2019-05-26 11:02:18 +02:00
145753eab7
Improve deprecation notice for LoggerIsNotStaticFinal
2019-05-26 10:21:23 +02:00
6d9356cb05
Merge branch 'bedla-logger-class-names' for PR #1762
2019-05-26 00:56:18 +02:00
fb8a422d73
Merge branch for pr #1647
2019-05-26 00:46:33 +02:00
b9ac84ef33
Fix unit test for QuickstartRuleset
...
check the logger directly instead of System.err.
2019-05-25 18:49:05 +02:00
1f01557ca9
Merge branch 'pr-1843'
2019-05-25 18:11:42 +02:00
8563ed8c35
Merge branch 'pr-1798'
2019-05-25 17:52:27 +02:00
19dc5a4f82
Simplify XPath expression for UseShortArrayInitializer
...
Co-Authored-By: oowekyala <clement.fournier76@gmail.com >
2019-05-25 17:22:44 +02:00
d482083df9
Merge branch 'master' into pr-1762
2019-05-25 17:14:41 +02:00
677a252c1c
Improve XPath expression for ProperLogger
...
The properties loggerName and staticLoggerName are actually different
properties used in different contexts.
The property requireStaticFinalLogger is not needed - this behaviour
of the rule was already there and is not new.
2019-05-25 13:49:49 +02:00
e415e68d34
Improve test cases for ProperLogger
2019-05-25 13:46:24 +02:00
e1577e1f14
Revert whitespace changes and generated doc changes
2019-05-25 11:12:11 +02:00
d1044287c3
Add additional test case to cover "var"
2019-05-25 10:43:17 +02:00
ae8ba5128b
Fix annotated module declaration
2019-05-25 07:27:59 +02:00
6c4a0dc13c
Merge branch 'master' into pr-1647
2019-05-24 20:18:15 +02:00
3be46b8b27
Rename the rule to UseShortArrayInitializer
2019-05-24 20:17:58 +02:00