Commit Graph
7082 Commits
Author SHA1 Message Date
Andreas Dangel 46f3110bcc pmd-eclipse: update site location 2013-08-07 19:20:14 +02:00
Andreas Dangel e25162b8d5 pmd: fix #1069 Eclipse plugin does not accept project-local config
This is about the RuleSetReferenceId and how we resolve such a
id to a real ruleset.
It is mostly backwards compatible.
2013-08-07 19:20:06 +02:00
Andreas Dangel 9215e37ff4 pmd: fix #1114 CPD - Tokenizer not initialized with requested properties
There was a similar problem with CPD GUI.
Also resetting the properties, so that unchecking the checkboxes has actually an effect.
2013-08-05 08:42:44 +02:00
Andreas Dangel 6bba7d3546 pmd: fix #1091 file extension for fortran seems to be wrong in cpdgui tools 2013-08-03 22:12:19 +02:00
Andreas Dangel e8887e828a pmd: fix #1102 False positive: shift operator parenthesis 2013-08-03 22:05:23 +02:00
Andreas Dangel 78c32afade pmd: fix #1099 UseArraysAsList false positives 2013-08-03 22:00:23 +02:00
Andreas Dangel 8a32b8e8c4 pmd: fixed #1107 PMD 5.0.4 couldn't parse call of parent outer java class method from inner class 2013-08-03 21:38:16 +02:00
Andreas Dangel 2ad3e5152b pmd: fix for comment required rule - class cast exception 2013-08-03 21:30:38 +02:00
Andreas Dangel 1dc6b18fae pmd-eclipse: fix #1071 Violations are reported multiple times 2013-08-03 19:43:55 +02:00
Andreas Dangel 1110318832 pmd: fix #1092 Wrong Attribute "excludemarker" in Ant Task Documentation 2013-08-03 18:57:09 +02:00
Andreas Dangel dc100d00bc pmd: fix #1084 NPE at UselessStringValueOfRule.java:36 2013-08-03 18:50:33 +02:00
Andreas Dangel e47d7cd1c8 Merge pull request #21
Merge branch 'master' of https://github.com/michalborek/pmd into michalborek-master
2013-08-03 18:42:57 +02:00
Andreas Dangel 69348714e4 pmd: fix #1104 IdempotentOperation false positive 2013-08-03 17:53:14 +02:00
Andreas Dangel 390c3778cf pmd: verify #1108 False +: Regression on bug 884 (DCL) 2013-08-03 17:40:34 +02:00
Andreas Dangel 2e5d6c214f pmd: applied #1109 Patch to build with Javacc 5.0 2013-08-03 17:19:53 +02:00
Andreas Dangel bcf567e3b3 pmd: fix #1111 False positive: Useless parentheses 2013-08-03 17:13:38 +02:00
Andreas Dangel ed8497a82d pmd-eclipse: fix #1117 An internal error occurred during: "RenderReport" 2013-08-03 16:45:42 +02:00
Andreas Dangel 98e27294f0 pmd: fix #1115 commentRequiredRule in pmd 5.1 is not working properly 2013-08-03 15:47:38 +02:00
Andreas Dangel 9255e26c70 pmd: fix #1118 ClassCastException in pmd.lang.ecmascript.ast.ASTElementGet 2013-08-03 14:17:11 +02:00
Andreas Dangel 66e8cfc622 pmd: #991 is for 5.0.5 2013-08-03 13:05:57 +02:00
Andreas Dangel a1edabfca3 pmd: fix #1114 CPD - Tokenizer not initialized with requested properties 2013-08-03 12:15:10 +02:00
Andreas Dangel 69c41f451a maven-plugin-pmd-build: fix maven warning about parent path 2013-08-01 21:56:19 +02:00
Andreas Dangel 4f02afb30e pmd: more clover 2013-08-01 21:21:33 +02:00
Andreas Dangel 890dfac22f pmd: correct checkstyle report 2013-08-01 20:31:25 +02:00
Andreas Dangel 9a1829cf1d pmd: remove maven warning about parent pom path 2013-08-01 20:28:45 +02:00
Andreas Dangel fe7ace9507 pmd: take clover into account 2013-08-01 20:28:27 +02:00
U-Michal-Komputer\Michal ffc5b6f2a8 Fixed problem #1110 Selecting non-duplicates during import doesn't work. 2013-07-30 22:40:54 +02:00
Andreas Dangel cdf3d2a9cb pmd: update changelog etc. with new rule ConsecutiveAppendsShouldReuse 2013-07-30 21:00:52 +02:00
Andreas Dangel ff21265893 Merge branch 'master' of https://github.com/jbaris/pmd into jbaris-master
Merges pull request #2.
2013-07-30 20:52:13 +02:00
Andreas Dangel 83bb14e28e pmd-eclipse: update documentation about the "official" update site 2013-07-23 21:37:04 +02:00
Andreas Dangel 1df96cb2e7 pmd-eclipse: fix #1116 PMD Eclipse plugin doesn't analyze project if it has non-existing source folders 2013-07-23 21:36:58 +02:00
Juan Ignacio Barisich 3cb34969eb ConsecutiveAppendsShouldReuse rule 2013-07-19 12:05:24 -03:00
Juan Ignacio Barisich bef2183dc7 ConsecutiveAppendsShouldReuse rule 2013-07-19 12:02:37 -03:00
Andreas Dangel 989672f8fb pmd: update changelog for new rule AvoidProtectedMethodInFinalClassNotExtending 2013-06-22 17:25:14 +02:00
Andreas Dangel 090f2af516 Merge pull request #19
Merge branch 'master' of https://github.com/frizbog/pmd into frizbog-master
2013-06-22 17:12:32 +02:00
Andreas Dangel 559d72a9fe cpd: update changelog and site for new command line option 2013-06-22 17:11:41 +02:00
Pelisse Romain 97762a57ba Merge pull request #20 from farmaazon/master
Possibility of non-scanning subdirectories in CPD command line interface
2013-05-22 15:27:46 -07:00
Adam Obuchowicz d176e8b51c pmd/cpd: Added non-recursive option 2013-05-21 14:01:28 +02:00
Matt Harrah (frizbog) 44e7bb6354 New rule: AvoidProtectedMethodsInFinalClassNotExtending 2013-05-17 10:21:37 -04:00
Andreas Dangel 95e0c7bca2 pmd-eclipse: update release howto, remove jgit timestamp provider
* the jgit timestamp provider wasn't of much help: For releases
we set the version manually anyway. While developing it's confusing
if you forget to commit locally first and build right away.
2013-05-10 10:59:06 +02:00
Andreas Dangel 914a1a771e pmd-eclipse: Prepare next pmd-eclipse-plugin development version 4.0.1-SNAPSHOT 2013-05-10 10:02:03 +02:00
Andreas Dangel 73aa908c69 pmd-eclipse: add release notes 2013-05-10 09:56:41 +02:00
Andreas Dangel a3550d17ec pmd-eclipse: update copyright years 2013-05-09 20:13:17 +02:00
Andreas Dangel 7f08a8f7c4 pmd-eclipse: add about section in preferences to display the plugin's version and the used PMD version. 2013-05-09 20:03:06 +02:00
Andreas Dangel dcd2ac2166 pmd-eclipse: upgrade to pmd 5.0.4 2013-05-09 18:17:39 +02:00
Hooperbloob 45d6a710bc Merge pull request #18 from adangel/eclipse-tycho
Use Maven Tycho to build pmd-eclipse-plugin
2013-05-04 17:47:34 -07:00
Andreas Dangel 3cc3c6993b Update readme 2013-05-01 14:56:22 +02:00
Andreas Dangel 3b49640920 pmd: added missing 5.0.3 release links to the website 2013-05-01 14:11:40 +02:00
Andreas Dangel ae5ae2646e pmd: Prepare pmd release 5.0.4 2013-05-01 11:58:01 +02:00
Andreas Dangel 850d7bfd00 pmd: fix #1089 When changing priority in a custom ruleset, violations reported twice 2013-05-01 11:32:39 +02:00