0bca478e31
#1282 False Positive with implicit String.valuesOf() (Java)
2014-11-15 17:02:50 +01:00
55a912e731
#1281 UnusedPrivateMethod incorrectly flagged for methods nested private classes
2014-11-15 16:51:51 +01:00
70723b16bc
verify #1280 False Positive in UnusedImports when import used in javadoc
2014-11-15 15:19:12 +01:00
a8d7b594ab
#1276 False positive in UnusedPrivateMethod with inner enum
2014-11-15 12:55:15 +01:00
a5bc2a079f
#1276 , #1278 , #1279 , #1280 False positive in UnusedPrivateMethod
...
Make the auxclasspath option optional. Falls back to the old behavior,
which prevents many false positives.
But it introduces the false negative case #1226 , if no auxclasspath is set.
2014-11-15 12:21:18 +01:00
60fe895abf
verify #1280 False Positive in UnusedImports when import used in javadoc
2014-11-13 20:10:14 +01:00
4da773b7fc
Add ruleset factory tests for all languages
2014-11-09 11:20:54 +01:00
a97e9fc532
[maven-release-plugin] prepare for next development iteration
2014-11-03 19:59:01 +01:00
22d22382f6
[maven-release-plugin] prepare release pmd_releases/5.2.1
2014-11-03 19:59:00 +01:00
0450f9a9d7
#1258 Java 8 Lambda parse error on direct field access
2014-11-02 10:47:51 +01:00
58bd3c0514
#1255 UseUtilityClass false positive with Exceptions
2014-11-02 10:13:12 +01:00
1454d8d9c8
#1256 PositionLiteralsFirstInComparisons false positive with Characters
2014-11-02 09:55:04 +01:00
fdac23abfe
#1259 CloseResource rule ignores conditionnals within finally blocks
2014-10-24 22:00:46 +02:00
5fec443bad
#1261 False positive "Avoid unused private methods" with Generics, another case
2014-10-24 20:18:19 +02:00
0e68c00f41
#1275 False positive: UnusedModifier rule for static inner class in enum
2014-10-23 21:36:59 +02:00
67b1ad9c98
#1261 False positive "Avoid unused private methods" with Generics
2014-10-20 19:17:54 +02:00
cc24717980
#1262 False positive for MissingBreakInSwitch
2014-10-18 13:15:47 +02:00
8f866a8906
#1272 varargs in methods are causing IndexOutOfBoundException when trying to process files
2014-10-18 13:02:41 +02:00
66ea6b0f9b
#550 False +: MissingBreakInSwitch
2014-10-18 11:49:17 +02:00
85afbcfe7c
#1263 PMD reports CheckResultSet violation in completely unrelated source files.
2014-10-18 11:44:23 +02:00
0b6f6322e6
#1273 CheckResultSet false positive in try-with-resources nested in if
2014-10-18 11:36:56 +02:00
4a7be51c70
[maven-release-plugin] prepare for next development iteration
2014-10-17 20:15:46 +02:00
118d1c5d30
[maven-release-plugin] prepare release pmd_releases/5.2.0
2014-10-17 20:15:45 +02:00
c714a7da87
Implement clean for generated xdocs
2014-10-12 19:50:25 +02:00
9ade75a621
Refactor CPDGui to detect available languages dynamically
2014-10-12 10:43:53 +02:00
694258d7df
Cleanup dependencies
2014-10-12 09:39:43 +02:00
f839ff43d5
Cleanup dependencies
2014-10-11 13:26:10 +02:00
464b0bcef8
Rework CPD's LanguageFactory to use ServiceLoader, too
2014-10-11 12:16:28 +02:00
7deb1ac596
Bump version to 5.2.0-SNAPSHOT
2014-10-08 22:57:04 +02:00
f748539c45
Rename pmd -> pmd-core and pmd-aggregate -> pmd
2014-10-08 22:52:25 +02:00
38dd43a16b
PMD, Checkstyle and Clover configurations
2014-10-08 22:31:29 +02:00
475745e98e
Configure the site for every module
2014-10-08 21:49:23 +02:00
19fb5426f7
Move forgotten files to java
2014-10-06 22:52:13 +02:00
17b573ef81
Fix ant tests - PMDTaskTest is moved partly to java,
...
javascript and xml
2014-10-06 22:46:01 +02:00
f120134b6d
Fix CLI Tests, move coverage test to java
2014-10-06 20:14:43 +02:00
8ce1607b23
Fix more tests like StatisticalRuleTest, SourceCodeTest
...
MatchAlgorithmTest moved to java
2014-10-06 19:19:52 +02:00
563a41afd7
More fixes - some tests simply moved to java module
2014-10-05 18:46:34 +02:00
5c548570f6
Introduce two dummy languages for testing, fix more compile errors in tests
2014-10-04 21:16:33 +02:00
e41b56a8e5
Move tests for typeresolution and symboltable to java sub-module
2014-10-04 20:44:01 +02:00
8165bc2bf5
Fix test compilation errors - LanguageVersion*Tests in each sub-module now
2014-10-04 20:40:05 +02:00
c352217131
Move cpd tokenizer tests to the various sub-modules
2014-10-04 19:16:01 +02:00
c859a05718
Extract test framework into own sub-module
2014-10-04 17:37:09 +02:00
ad88b4784d
Move java into own sub-module pmd-java
2014-10-04 17:36:41 +02:00
c214c1b5ba
Move documentation up to parent module
2014-10-03 21:00:28 +02:00
c1c6f71981
Configure correct multi-module build
...
and move common parts up to the parent pom
2014-10-02 19:09:58 +02:00
612364a06d
Create a first sub-module for java
...
* almost empty, just compiling the java grammar
* no code moved yet
2014-09-30 19:51:42 +02:00