Andreas Dangel
|
38e1ff9c41
|
Merge branch 'pr-79' into pmd/5.4.x
Closes #79
|
2016-01-07 10:25:36 +01:00 |
|
Matt Benson
|
f67dbb85f6
|
do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs
|
2016-01-07 10:16:26 +01:00 |
|
Andreas Dangel
|
9931a52608
|
Merge branch 'bug-1434' into pmd/5.4.x
|
2015-12-03 20:16:21 +01:00 |
|
Andreas Dangel
|
735b3e59f2
|
#1434 CommentRequired raises violation on serialVersionUID field
|
2015-12-03 20:15:25 +01:00 |
|
Andreas Dangel
|
a4c131c1bd
|
Merge branch 'bug-1373' into pmd/5.4.x
|
2015-11-30 10:10:29 +01:00 |
|
Andreas Dangel
|
2452db15f4
|
#1373 JUnitAssertionsShouldIncludeMessage is no longer compatible with TestNG
|
2015-11-30 10:05:42 +01:00 |
|
Andreas Dangel
|
b74d821714
|
Merge branch 'bug-1374' into pmd/5.4.x
|
2015-11-30 09:46:25 +01:00 |
|
Andreas Dangel
|
bc9379d9b4
|
verify #1374 JUnitAssertionsShouldIncludeMessage does not work
|
2015-11-30 09:35:27 +01:00 |
|
Andreas Dangel
|
663d3ddad0
|
Merge branch 'bug-1446' into pmd/5.4.x
|
2015-11-30 09:31:06 +01:00 |
|
Andreas Dangel
|
2a52757aa5
|
#1446 False positive with JUnit4TestShouldUseBeforeAnnotation when TestNG is used
|
2015-11-30 09:26:13 +01:00 |
|
Andreas Dangel
|
fd2dcddc44
|
Java 7 changes and some compiler warnings fixed
|
2015-11-25 22:06:18 +01:00 |
|
Andreas Dangel
|
14af9fd1cb
|
Merge branch 'bug-1436' into pmd/5.4.x
|
2015-11-20 11:23:18 +01:00 |
|
Andreas Dangel
|
b4c2a51781
|
#1436 UnnecessaryFullyQualifiedName false positive on clashing static imports with enums
|
2015-11-20 11:23:01 +01:00 |
|
Andreas Dangel
|
988931c43d
|
#1422 UselessQualifiedThis: False positive with Java 8 Function
|
2015-11-20 10:05:49 +01:00 |
|
Andreas Dangel
|
4a0853060f
|
Merge branch 'bug-1431' into pmd/5.4.x
|
2015-11-19 22:11:51 +01:00 |
|
Andreas Dangel
|
d621707e2f
|
#1431 SuspiciousEqualsMethodName false positive
|
2015-11-19 22:06:51 +01:00 |
|
Andreas Dangel
|
3282a84652
|
Merge branch 'bug-1438' into pmd/5.4.x
|
2015-11-19 21:45:45 +01:00 |
|
Andreas Dangel
|
f2ec1be93f
|
#1438 UseNotifyAllInsteadOfNotify gives false positive
|
2015-11-19 21:35:50 +01:00 |
|
Andreas Dangel
|
adf3e231af
|
Merge branch 'bug-1443' into pmd/5.4.x
|
2015-11-16 21:39:16 +01:00 |
|
David Burström
|
90b1f65ea2
|
#1443 RedundantFieldInitializer: False positive for small floats
|
2015-11-16 21:33:51 +01:00 |
|
Andreas Dangel
|
0c2f2e5729
|
Merge branch 'bug-1440' into pmd/5.4.x
|
2015-11-13 19:14:24 +01:00 |
|
Andreas Dangel
|
02c49ce881
|
#1440 NPE in AvoidCallingFinalize
|
2015-11-13 19:05:24 +01:00 |
|
Andreas Dangel
|
9df4ff15b5
|
#1430 CommentDefaultAccessModifier triggers on field annotated with @VisibleForTesting
|
2015-10-17 18:00:37 +02:00 |
|
Michal Kordas
|
ad853d14d7
|
Fix rendering CommentDefaultAccessModifier description as code
|
2015-10-16 17:05:36 +02:00 |
|
Andreas Dangel
|
0c3c9830e7
|
Merge branch 'bug-1425' into pmd/5.4.x
|
2015-10-16 12:30:14 +02:00 |
|
Andreas Dangel
|
7fe60c0747
|
Merge branch 'bug-1425' into pmd/5.3.x
|
2015-10-16 12:25:51 +02:00 |
|
Andreas Dangel
|
3393507082
|
#1425 Invalid XML Characters in Output
XMLRenderer correctly escapes the surrogate characters
AvoidDuplicateLiterals tries to reconstruct original string literal
|
2015-10-16 12:18:15 +02:00 |
|
Andreas Dangel
|
4e8024e5b1
|
Merge branch 'bug-1428' into pmd/5.4.x
|
2015-10-10 19:00:18 +02:00 |
|
Andreas Dangel
|
808943e366
|
#1428 False positive in UnusedPrivateField when local variable hides member variable
|
2015-10-10 18:54:31 +02:00 |
|
Andreas Dangel
|
262d154bdb
|
Merge branch 'pr-72' into pmd/5.4.x
|
2015-10-10 17:40:29 +02:00 |
|
Andreas Dangel
|
1e0b8cfa21
|
Merge branch 'pmd/5.3.x' of https://github.com/amitbitcse/pmd into pr-72
|
2015-10-10 17:22:59 +02:00 |
|
Andreas Dangel
|
c79eff06e8
|
Merge branch 'bug-1429' into pmd/5.4.x
|
2015-10-10 16:13:18 +02:00 |
|
Andreas Dangel
|
a7a84766bd
|
#1429 Java - Parse Error: Cast in return expression
|
2015-10-10 16:08:38 +02:00 |
|
amitbitcse
|
1d190605e5
|
Added capability in Java and JSP parser for tracking tokens. It is often useful to keep track of each node's first and last token so that input can be easily reproduced again. Ref - https://javacc.java.net/doc/JJTree.html
|
2015-10-06 11:04:22 +05:30 |
|
Andreas Dangel
|
43c1aaa702
|
Add verification test for dogfood.xml ruleset and fix it
See also commit 05553969787df9524cff0ffd376b3ebf6b98577e
|
2015-10-05 09:17:25 +02:00 |
|
Andreas Dangel
|
2b4a4a6334
|
Merge branch 'pmd/5.3.x'
|
2015-10-04 14:15:29 +02:00 |
|
Andreas Dangel
|
82a137880b
|
UselessParentheses now exists only in unnecessary
|
2015-10-04 11:26:16 +02:00 |
|
Andreas Dangel
|
c9f623ca7b
|
Remove deprecated rules
|
2015-10-04 11:12:16 +02:00 |
|
Andreas Dangel
|
b5c2932051
|
Add unit test for #1414
|
2015-10-04 10:07:05 +02:00 |
|
Andreas Dangel
|
39cfbc238b
|
#1420 UnusedPrivateField: Ignore fields if using lombok
|
2015-10-04 09:52:22 +02:00 |
|
Andreas Dangel
|
73fe285b1a
|
#1418 RedundantFieldInitializer false positive with large long value
|
2015-10-03 17:36:07 +02:00 |
|
Michal Kordas
|
4a395ee8b7
|
#1410 Improve description of DefaultPackage rule
|
2015-09-30 22:36:00 +02:00 |
|
Andreas Dangel
|
bbd0bf98fd
|
#1414 Command line parameter to disable "failOnViolation" behavior
|
2015-09-26 17:08:20 +02:00 |
|
Andreas Dangel
|
38741d4638
|
Improve exit status documentation for PMD and CPD
|
2015-09-26 16:18:24 +02:00 |
|
Andreas Dangel
|
1ae4400ec0
|
Merge branch 'pmd/5.3.x'
|
2015-09-26 15:25:52 +02:00 |
|
Andreas Dangel
|
98278cfdfc
|
#1413 False positive StringBuffer constructor with ?: int value
|
2015-09-26 11:08:21 +02:00 |
|
Andreas Dangel
|
145780de9c
|
#1407 UselessParentheses "&" and "+" operator precedence
|
2015-09-26 10:23:43 +02:00 |
|
Andreas Dangel
|
f3da33cca2
|
#1387 CloseResource has false positive for ResultSet
|
2015-09-26 09:55:02 +02:00 |
|
Andreas Dangel
|
b965cf45b3
|
#1412 UnusedPrivateMethod false positive: Issue #1403 not completely solved
|
2015-09-22 21:55:06 +02:00 |
|
Andreas Dangel
|
d8d8a9539f
|
#1409 NullPointerException in InsufficientStringBufferRule
|
2015-09-20 20:51:09 +02:00 |
|