|
3d58d913a7
|
Merge branch 'bug-1464' into pmd/5.4.x
|
2016-02-28 15:12:30 +01:00 |
|
|
573186be69
|
fixes #1464 UnnecessaryFinalModifier false positive on a @SafeVarargs method
|
2016-02-28 14:22:04 +01:00 |
|
|
a81de955c6
|
Merge branch 'pr-85' into pmd/5.4.x
Closes #85
Note: pr-85 has been rebased onto pmd/5.3.x
|
2016-02-28 14:05:29 +01:00 |
|
|
fc35a162d9
|
Update changelog, whitespaces, improve test case
|
2016-02-28 14:01:32 +01:00 |
|
|
08fb59180d
|
remove trailing spaces
|
2016-02-28 13:07:03 +01:00 |
|
|
40bf82244f
|
Fix the fix for #1340
|
2016-02-28 13:07:03 +01:00 |
|
|
3c0516b86f
|
Fix #1340 UseStringBufferForStringAppends False Positive with ternary
operator (used both in condition and options)
|
2016-02-28 13:07:03 +01:00 |
|
|
15a82f0ddb
|
Merge branch 'bug-1465' into pmd/5.4.x
|
2016-02-27 19:37:39 +01:00 |
|
|
1c08f94691
|
fixes #1465 False Positve UnusedImports with javadoc @link
|
2016-02-27 19:30:16 +01:00 |
|
|
873b28dd1d
|
Merge branch 'bug-1457' into pmd/5.4.x
|
2016-02-07 12:38:29 +01:00 |
|
|
079ffeb4df
|
fixes #1457 TooManyMethods counts inner class methods
|
2016-02-07 12:31:49 +01:00 |
|
|
84a20e2082
|
Merge branch 'bug-1456' into pmd/5.4.x
|
2016-02-07 12:15:35 +01:00 |
|
|
89ffb56e4e
|
fixes #1456 UnusedFormalParameter should ignore overriding methods
|
2016-02-07 12:03:30 +01:00 |
|
|
cfaaf2f52a
|
fixes #1424 False positive with ternary operator
|
2016-02-01 22:10:38 +01:00 |
|
|
62da34ccce
|
Merge branch 'bug-1453' into pmd/5.4.x
|
2016-01-28 22:29:13 +01:00 |
|
|
b9f8f2d4fb
|
fixes #1453 Test Class Without Test Cases gives false positive
|
2016-01-28 22:24:34 +01:00 |
|
|
d4c4ab4e7e
|
Merge branch 'bug-1455' into pmd/5.4.x
|
2016-01-25 10:36:34 +01:00 |
|
|
e6f5380719
|
fixes #1455 PMD doesn't handle Java 8 explicit receiver parameters
Those parameters are correctly parsed now and can be found
with "//FormalParameter[@ExplicitReceiverParameter='true']"
|
2016-01-25 10:29:00 +01:00 |
|
|
55685046ac
|
Merge branch 'bug-1449' into pmd/5.4.x
|
2016-01-24 17:33:28 +01:00 |
|
|
44a8c0defe
|
fixes #1449 false positive when casting a variable to short
|
2016-01-24 17:18:50 +01:00 |
|
|
260e777d71
|
Fix unit test
|
2016-01-20 22:47:15 +01:00 |
|
|
bd64e4fdc6
|
Merge branch 'pr-30' into pmd/5.4.x
|
2016-01-20 22:24:08 +01:00 |
|
|
8c4d307ddd
|
Refactor command line tests for CPD and create a BaseCPDCLITest class
|
2016-01-20 22:13:25 +01:00 |
|
|
0cdc14deed
|
Merge branch 'bug-1452' into pmd/5.4.x
|
2016-01-15 10:42:56 +01:00 |
|
|
7bf00118a7
|
Refactoring AccessorClassGenerationRule
|
2016-01-15 10:42:19 +01:00 |
|
|
69dbbdfe2d
|
references #81
|
2016-01-15 10:42:08 +01:00 |
|
|
38e1ff9c41
|
Merge branch 'pr-79' into pmd/5.4.x
Closes #79
|
2016-01-07 10:25:36 +01:00 |
|
|
f67dbb85f6
|
do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs
|
2016-01-07 10:16:26 +01:00 |
|
|
9c60faeab5
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-04 21:24:48 +01:00 |
|
|
9a26c74723
|
[maven-release-plugin] prepare release pmd_releases/5.4.1
|
2015-12-04 21:24:47 +01:00 |
|
|
83eceab455
|
[maven-release-plugin] prepare for next development iteration
|
2015-12-04 19:15:01 +01:00 |
|
|
c141c91612
|
[maven-release-plugin] prepare release pmd_releases/5.3.6
|
2015-12-04 19:15:01 +01:00 |
|
|
9931a52608
|
Merge branch 'bug-1434' into pmd/5.4.x
|
2015-12-03 20:16:21 +01:00 |
|
|
735b3e59f2
|
#1434 CommentRequired raises violation on serialVersionUID field
|
2015-12-03 20:15:25 +01:00 |
|
|
a4c131c1bd
|
Merge branch 'bug-1373' into pmd/5.4.x
|
2015-11-30 10:10:29 +01:00 |
|
|
2452db15f4
|
#1373 JUnitAssertionsShouldIncludeMessage is no longer compatible with TestNG
|
2015-11-30 10:05:42 +01:00 |
|
|
b74d821714
|
Merge branch 'bug-1374' into pmd/5.4.x
|
2015-11-30 09:46:25 +01:00 |
|
|
bc9379d9b4
|
verify #1374 JUnitAssertionsShouldIncludeMessage does not work
|
2015-11-30 09:35:27 +01:00 |
|
|
663d3ddad0
|
Merge branch 'bug-1446' into pmd/5.4.x
|
2015-11-30 09:31:06 +01:00 |
|
|
2a52757aa5
|
#1446 False positive with JUnit4TestShouldUseBeforeAnnotation when TestNG is used
|
2015-11-30 09:26:13 +01:00 |
|
|
fd2dcddc44
|
Java 7 changes and some compiler warnings fixed
|
2015-11-25 22:06:18 +01:00 |
|
|
14af9fd1cb
|
Merge branch 'bug-1436' into pmd/5.4.x
|
2015-11-20 11:23:18 +01:00 |
|
|
b4c2a51781
|
#1436 UnnecessaryFullyQualifiedName false positive on clashing static imports with enums
|
2015-11-20 11:23:01 +01:00 |
|
|
988931c43d
|
#1422 UselessQualifiedThis: False positive with Java 8 Function
|
2015-11-20 10:05:49 +01:00 |
|
|
4a0853060f
|
Merge branch 'bug-1431' into pmd/5.4.x
|
2015-11-19 22:11:51 +01:00 |
|
|
d621707e2f
|
#1431 SuspiciousEqualsMethodName false positive
|
2015-11-19 22:06:51 +01:00 |
|
|
3282a84652
|
Merge branch 'bug-1438' into pmd/5.4.x
|
2015-11-19 21:45:45 +01:00 |
|
|
f2ec1be93f
|
#1438 UseNotifyAllInsteadOfNotify gives false positive
|
2015-11-19 21:35:50 +01:00 |
|
|
adf3e231af
|
Merge branch 'bug-1443' into pmd/5.4.x
|
2015-11-16 21:39:16 +01:00 |
|
|
90b1f65ea2
|
#1443 RedundantFieldInitializer: False positive for small floats
|
2015-11-16 21:33:51 +01:00 |
|