Andreas Dangel
4a0802a269
Revert "RuleSetFactory Performance Enhancement:-"
...
This reverts commit 9da51952efb1671d664b20ffb3d49506e34d0818.
2016-03-10 20:11:06 +01:00
Andreas Dangel
3de70426cf
Revert "Update changelog, keep backwards compatible createRuleSets methods by overloading"
...
This reverts commit b753cc5ec5d2240e907b60f78925f78c2f682bf5.
2016-03-10 20:10:58 +01:00
Andreas Dangel
54ce3036b2
Add unit test to verify concurrency issue #1461
...
References pr #75
2016-03-10 20:10:51 +01:00
Andreas Dangel
e52be14980
Merge branch 'pr-31'
2016-01-21 20:37:53 +01:00
Andreas Dangel
a42cb1b0c2
Merge branch 'pr-31' into pmd/5.4.x
2016-01-21 20:30:39 +01:00
Andreas Dangel
04527bc4cb
Update changelog
2016-01-21 20:23:02 +01:00
Andreas Dangel
82178809fa
Merge branch 'detect_file_encoding_using_UTF_BOM' of https://github.com/tiobe/pmd into pr-31
2016-01-21 20:10:22 +01:00
Andreas Dangel
3e791f5d22
Merge branch 'pr-30'
2016-01-20 22:25:40 +01:00
Andreas Dangel
bd64e4fdc6
Merge branch 'pr-30' into pmd/5.4.x
2016-01-20 22:24:08 +01:00
Andreas Dangel
b9b6e13849
Update changelog
2016-01-20 22:08:28 +01:00
Andreas Dangel
64441c8e93
Merge branch 'tiobe/remove_filefilter_for_files' of https://github.com/tiobe/pmd into pr-30
2016-01-20 21:38:23 +01:00
Jan van Nunen
607606534d
Added file encoding detection to CPD.
2016-01-11 13:57:04 +01:00
Andreas Dangel
fc2856ee34
Merge branch 'pr-83'
...
Closes #83 (rebased)
2016-01-07 10:53:46 +01:00
Andreas Dangel
2b72dcabf2
Merge branch 'pr-83' into pmd/5.4.x
...
Closes #83 (rebased)
2016-01-07 10:52:28 +01:00
Andreas Dangel
e08ba3ea30
Update changelog
2016-01-07 10:50:48 +01:00
Bob W. Hogg
b2d5342493
Adds new Code Climate-compliant JSON renderer
2016-01-07 10:47:47 +01:00
Jan van Nunen
10db98bfee
Removed file filter for files that are explicitly specified on the CPD command line using the '--files' command line option.
2015-12-10 16:47:58 +01:00
Andreas Dangel
fd2dcddc44
Java 7 changes and some compiler warnings fixed
2015-11-25 22:06:18 +01:00
Andreas Dangel
d7b5ef8884
Java 7 changes and some compiler warnings fixed
2015-11-20 11:32:18 +01:00
Andreas Dangel
1b64519690
Java 7 changes
2015-11-20 11:32:18 +01:00
Andreas Dangel
7be078a2d8
Merge branch 'pull-request-25' into pmd/5.4.x
2015-10-26 21:00:53 +01:00
Andreas Dangel
ba92715b19
CPD GUI: Add ignoreUsings option
2015-10-26 20:47:34 +01:00
Andreas Dangel
2fa869a868
CPD Ant Task: Add ignoreUsings option
2015-10-26 20:36:07 +01:00
Andreas Dangel
88634a220a
Add "--ignore-usings" parameter to CPD commandline for C#
2015-10-25 19:10:18 +01:00
Andreas Dangel
2cff91d187
Merge branch 'amitbitcse-pmd/5.3.x' into pmd/5.4.x
2015-10-16 17:50:42 +02:00
Andreas Dangel
933002de34
Merge branch 'amitbitcse-pmd/5.3.x' into pmd/5.3.x
2015-10-16 17:50:14 +02:00
Andreas Dangel
b753cc5ec5
Update changelog, keep backwards compatible createRuleSets methods by overloading
2015-10-16 17:49:45 +02:00
Andreas Dangel
0c3c9830e7
Merge branch 'bug-1425' into pmd/5.4.x
2015-10-16 12:30:14 +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
amitbitcse
9da51952ef
RuleSetFactory Performance Enhancement:-
...
To enhance performance of RuleSetFactory, the RuleSets generated by RuleSetFactory from ruleSetString is set in PMDConfiguration and is checked before generating it again in MonoThreadProcessor, MutliThreadProcessor and PMDRunnable classes.
2015-10-13 17:50:37 +05:30
Andreas Dangel
262d154bdb
Merge branch 'pr-72' into pmd/5.4.x
2015-10-10 17:40:29 +02:00
Andreas Dangel
d788b6ce74
Update changelog for pr-72
2015-10-10 17:37:58 +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
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
b965cf45b3
#1412 UnusedPrivateMethod false positive: Issue #1403 not completely solved
2015-09-22 21:55:06 +02:00
Andreas Dangel
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
Andreas Dangel
0f48fd501d
#1393 PMD hanging during DataflowAnomalyAnalysis
2015-09-18 10:17:01 +02:00
Andreas Dangel
e1a41bdf98
#1405 UnusedPrivateMethod false positive?
...
Don't use the auxclasspath if not provided.
2015-09-17 20:26:07 +02:00
Andreas Dangel
93b4ce9bb4
#1394 dogfood.xml - Unable to exclude rules [UncommentedEmptyMethod]
2015-09-08 20:03:28 +02:00
Andreas Dangel
922e35453a
#1402 Windows-Only: File exclusions are not case insensitive
2015-09-04 21:22:47 +02:00
Andreas Dangel
6e300f0854
#1402 Windows-Only: File exclusions are not case insensitive
2015-09-04 21:21:20 +02:00
Andreas Dangel
944082c53d
Revert "Use Path instead of string to check file exclusions to fix windows-only bug where files were not being correctly excluded."
...
This reverts commit 59fcd70c8d718624a3ab107440debbfab51e0c50.
2015-09-04 21:11:49 +02:00
Andreas Dangel
14a47c82cc
Merge branch 'master' of https://github.com/msloan/pmd into msloan-master
2015-09-04 20:51:24 +02:00
Andreas Dangel
a865a28af6
Update changelog
2015-09-04 19:05:43 +02:00
Andreas Dangel
36f48c9159
Update changelog, add the new rule to 540.xml
2015-08-31 18:01:03 +02:00
Matt Sloan
59fcd70c8d
Use Path instead of string to check file exclusions to fix windows-only bug where files were not being correctly excluded.
2015-08-24 00:28:12 -07:00
Andreas Dangel
72db30c87e
Update changelog and add new rule to 540.xml
2015-08-10 21:10:47 +02:00
Andreas Dangel
0bf765be04
Update changelog
2015-07-29 20:16:07 +02:00