|
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 |
|
|
0c2f2e5729
|
Merge branch 'bug-1440' into pmd/5.4.x
|
2015-11-13 19:14:24 +01:00 |
|
|
02c49ce881
|
#1440 NPE in AvoidCallingFinalize
|
2015-11-13 19:05:24 +01:00 |
|
|
9df4ff15b5
|
#1430 CommentDefaultAccessModifier triggers on field annotated with @VisibleForTesting
|
2015-10-17 18:00:37 +02:00 |
|
|
ad853d14d7
|
Fix rendering CommentDefaultAccessModifier description as code
|
2015-10-16 17:05:36 +02:00 |
|
|
0c3c9830e7
|
Merge branch 'bug-1425' into pmd/5.4.x
|
2015-10-16 12:30:14 +02:00 |
|
|
7fe60c0747
|
Merge branch 'bug-1425' into pmd/5.3.x
|
2015-10-16 12:25:51 +02:00 |
|
|
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 |
|
|
4e8024e5b1
|
Merge branch 'bug-1428' into pmd/5.4.x
|
2015-10-10 19:00:18 +02:00 |
|
|
808943e366
|
#1428 False positive in UnusedPrivateField when local variable hides member variable
|
2015-10-10 18:54:31 +02:00 |
|
|
262d154bdb
|
Merge branch 'pr-72' into pmd/5.4.x
|
2015-10-10 17:40:29 +02:00 |
|
|
1e0b8cfa21
|
Merge branch 'pmd/5.3.x' of https://github.com/amitbitcse/pmd into pr-72
|
2015-10-10 17:22:59 +02:00 |
|
|
c79eff06e8
|
Merge branch 'bug-1429' into pmd/5.4.x
|
2015-10-10 16:13:18 +02:00 |
|
|
a7a84766bd
|
#1429 Java - Parse Error: Cast in return expression
|
2015-10-10 16:08:38 +02:00 |
|
|
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 |
|
|
4faf5e4240
|
Merge branch 'wip-dogfood-test' into pmd/5.4.x
|
2015-10-05 09:29:21 +02:00 |
|
|
43c1aaa702
|
Add verification test for dogfood.xml ruleset and fix it
See also commit 0555396978
|
2015-10-05 09:17:25 +02:00 |
|
|
d5bf509758
|
[maven-release-plugin] prepare for next development iteration
|
2015-10-04 14:39:14 +02:00 |
|
|
c21763a5e7
|
[maven-release-plugin] prepare release pmd_releases/5.4.0
|
2015-10-04 14:39:13 +02:00 |
|
|
2b4a4a6334
|
Merge branch 'pmd/5.3.x'
|
2015-10-04 14:15:29 +02:00 |
|
|
af9f9d477d
|
[maven-release-plugin] prepare for next development iteration
|
2015-10-04 12:48:25 +02:00 |
|
|
f357da73b6
|
[maven-release-plugin] prepare release pmd_releases/5.3.5
|
2015-10-04 12:48:25 +02:00 |
|
|
82a137880b
|
UselessParentheses now exists only in unnecessary
|
2015-10-04 11:26:16 +02:00 |
|
|
c9f623ca7b
|
Remove deprecated rules
|
2015-10-04 11:12:16 +02:00 |
|
|
b5c2932051
|
Add unit test for #1414
|
2015-10-04 10:07:05 +02:00 |
|
|
39cfbc238b
|
#1420 UnusedPrivateField: Ignore fields if using lombok
|
2015-10-04 09:52:22 +02:00 |
|
|
73fe285b1a
|
#1418 RedundantFieldInitializer false positive with large long value
|
2015-10-03 17:36:07 +02:00 |
|
|
4a395ee8b7
|
#1410 Improve description of DefaultPackage rule
|
2015-09-30 22:36:00 +02:00 |
|
|
bbd0bf98fd
|
#1414 Command line parameter to disable "failOnViolation" behavior
|
2015-09-26 17:08:20 +02:00 |
|
|
38741d4638
|
Improve exit status documentation for PMD and CPD
|
2015-09-26 16:18:24 +02:00 |
|
|
1ae4400ec0
|
Merge branch 'pmd/5.3.x'
|
2015-09-26 15:25:52 +02:00 |
|
|
98278cfdfc
|
#1413 False positive StringBuffer constructor with ?: int value
|
2015-09-26 11:08:21 +02:00 |
|
|
145780de9c
|
#1407 UselessParentheses "&" and "+" operator precedence
|
2015-09-26 10:23:43 +02:00 |
|
|
f3da33cca2
|
#1387 CloseResource has false positive for ResultSet
|
2015-09-26 09:55:02 +02:00 |
|
|
b965cf45b3
|
#1412 UnusedPrivateMethod false positive: Issue #1403 not completely solved
|
2015-09-22 21:55:06 +02:00 |
|
|
d8d8a9539f
|
#1409 NullPointerException in InsufficientStringBufferRule
|
2015-09-20 20:51:09 +02:00 |
|
|
365e7a1f68
|
#1410 DefaultPackage triggers on field annotated with @VisibleForTesting
|
2015-09-20 20:24:46 +02:00 |
|
|
aa5950fa41
|
Merge branch 'pmd/5.3.x' into master
# Conflicts:
# pmd-core/pom.xml
# pmd-cpp/pom.xml
# pmd-cs/pom.xml
# pmd-dist/pom.xml
# pmd-fortran/pom.xml
# pmd-go/pom.xml
# pmd-java/pom.xml
# pmd-java8/pom.xml
# pmd-javascript/pom.xml
# pmd-jsp/pom.xml
# pmd-matlab/pom.xml
# pmd-objectivec/pom.xml
# pmd-php/pom.xml
# pmd-plsql/pom.xml
# pmd-python/pom.xml
# pmd-ruby/pom.xml
# pmd-scala/pom.xml
# pmd-test/pom.xml
# pmd-vm/pom.xml
# pmd-xml/pom.xml
# pom.xml
# src/site/markdown/overview/changelog.md
|
2015-09-18 14:02:28 +02:00 |
|
|
819611dd23
|
[maven-release-plugin] prepare for next development iteration
|
2015-09-18 12:36:07 +02:00 |
|
|
0ffbe97a04
|
[maven-release-plugin] prepare release pmd_releases/5.3.4
|
2015-09-18 12:36:06 +02:00 |
|
|
0f48fd501d
|
#1393 PMD hanging during DataflowAnomalyAnalysis
|
2015-09-18 10:17:01 +02:00 |
|
|
ad1ffa5835
|
#1404 Java8 'Unnecessary use of fully qualified name' in Streams Collector
|
2015-09-16 22:11:18 +02:00 |
|
|
64012cc0b4
|
verified #1405 UnusedPrivateMethod false positive?
|
2015-09-16 21:37:17 +02:00 |
|
|
c7df93d22a
|
More braces for code samples with if
|
2015-09-15 08:17:11 +02:00 |
|
|
2500412b14
|
#1403 False positive UnusedPrivateMethod with JAVA8
|
2015-09-14 22:36:05 +02:00 |
|
|
9f6190f3b6
|
#1380 InsufficientStringBufferDeclaration false positive when literal string passed to a lookup service
|
2015-09-13 10:20:58 +02:00 |
|
|
9e620c2661
|
#1388 ConstructorCallsOverridableMethodRule doesn't work with params?
|
2015-09-12 17:56:45 +02:00 |
|
|
ac9fd51f84
|
#1392 SimplifyStartsWith false-negative
|
2015-09-11 12:22:49 +02:00 |
|
|
bbb9b4d9d9
|
Fix code example
Please, use proper java code style in your own examples. An if statement without brackets? More cases all over the examples
|
2015-09-11 11:20:53 +01:00 |
|