10559 Commits

Author SHA1 Message Date
Andreas Dangel
6dd0bc8bfd [maven-release-plugin] prepare release pmd_releases/5.8.0 pmd_releases/5.8.0 2017-06-24 22:26:34 +02:00
Andreas Dangel
f296aabebc Prepare pmd release 5.8.0 2017-06-24 22:19:47 +02:00
Andreas Dangel
a41fbf0ee2 Add releases/580.xml ruleset 2017-06-24 22:16:20 +02:00
Juan Martín Sotuyo Dodero
8b27fe0bd7 Merge branch 'pr-444' 2017-06-24 15:43:59 -03:00
Juan Martín Sotuyo Dodero
aa10a825eb Update changelog, refs #444 2017-06-24 15:32:01 -03:00
Juan Martín Sotuyo Dodero
a0f8a106bd Add TODO for future self 2017-06-24 15:31:48 -03:00
Andreas Dangel
556d845a34 Merge branch 'pr-466' 2017-06-24 11:08:26 +02:00
Andreas Dangel
0289fef501 Deprecate the three rules *CyclomaticComplexity (java-codesize)
Refs #445
2017-06-24 10:59:05 +02:00
Andreas Dangel
63f7fe264a Merge branch 'pr-451' 2017-06-24 10:53:13 +02:00
Andreas Dangel
6fff60bf1d Update changelog, refs #451 2017-06-24 10:52:55 +02:00
Andreas Dangel
baf22b432b Merge branch 'metrics' of https://github.com/oowekyala/pmd into pr-451 2017-06-24 10:36:35 +02:00
Juan Martín Sotuyo Dodero
85092dba04 Update changelog 2017-06-23 15:48:39 -03:00
Juan Martín Sotuyo Dodero
556cc6da90 [java] Fix NPE in JUnitTestsShouldIncludeAssertRule
- Don't assume all anotations are marker annotations
 - Fixes #465
2017-06-23 15:45:58 -03:00
Bendegúz Nagy
f1d315ff4c Java, typeres: Fix NPE with lambdas 2017-06-23 20:34:45 +02:00
oowekyala
5304b7e2e6 Corrections for review #451 2017-06-23 15:28:58 +02:00
Andreas Dangel
d9d820cc92 Merge branch 'pr-458' 2017-06-23 15:08:04 +02:00
Andreas Dangel
abe0c2eab7 Merge branch 'pr-455' 2017-06-23 15:00:01 +02:00
Andreas Dangel
92f10342c7 Merge branch 'pr-454' 2017-06-23 14:56:21 +02:00
Andreas Dangel
8f8e7282e8 Merge branch 'pr-453' 2017-06-23 14:53:27 +02:00
Andreas Dangel
52dbeedd3a Merge branch 'pr-452' 2017-06-23 14:44:25 +02:00
Juan Martín Sotuyo Dodero
dac5c8b04a Update changelog, refs #413 2017-06-21 23:59:51 -03:00
Juan Martín Sotuyo Dodero
eda54ae86a [java] EmptyCatchBlock may ignore blocks based on exception name
- Allow the developer to setup a regular expression for exception names
to be ignored by the rule.
 - Fixes #413
2017-06-21 23:52:05 -03:00
Juan Martín Sotuyo Dodero
52814a9ba9 Update changelog, refs #350 2017-06-21 17:53:31 -03:00
Juan Martín Sotuyo Dodero
15716ffd93 [java] SignatureDeclareThrowsException ignores @Override
- Avoid reporting on @Overrides, since we have no control of the
interface.
 - The original definition is still reported if it's part of our
application's code.
 - Fixes #350
2017-06-21 17:50:29 -03:00
Juan Martín Sotuyo Dodero
7ffa76e3e2 Update changelog, refs #432 2017-06-21 17:27:26 -03:00
Juan Martín Sotuyo Dodero
878f73158a [java] Allow try-with-resources to be empty
* Fixes #432
2017-06-21 17:20:11 -03:00
Juan Martín Sotuyo Dodero
60359ad1cc Update changelog, refs #365 2017-06-21 17:07:26 -03:00
Juan Martín Sotuyo Dodero
cc4294b399 [java] Simplify handling of SLF4J log arguments
- Fixes #365
2017-06-21 17:04:41 -03:00
Juan Martín Sotuyo Dodero
263a7d57ab Update changelog, refs #311 2017-06-21 16:46:38 -03:00
Juan Martín Sotuyo Dodero
e1f33504b9 [jsp] Update grammar to accept boolean attributes 2017-06-21 16:45:32 -03:00
oowekyala
b1d903bb2f Made metrics final 2017-06-21 18:57:00 +02:00
oowekyala
d2ede5784d Moved ResultOption handling to ClassStats 2017-06-20 16:20:45 +02:00
oowekyala
27f174969d Moved ResultOption handling to OperationMetric 2017-06-20 15:41:39 +02:00
oowekyala
f6bebb660e Fix doc 2017-06-20 14:02:06 +02:00
oowekyala
471c31e16d Implemented metrics capability handling 2017-06-20 13:47:41 +02:00
oowekyala
851c63433a Fix checkstyle violations 2017-06-20 12:50:35 +02:00
oowekyala
0d9f287de0 Revert changes to the AST (getParametermap) 2017-06-20 12:49:48 +02:00
oowekyala
00b7e4f326 Documentation 2017-06-20 12:10:20 +02:00
oowekyala
86ccccb872 Changed ruleset description 2017-06-20 00:42:12 +02:00
Bendegúz Nagy
46daa878b0 Java, typeres: fix PR comments, optimize by caching single class JavaTypeDefinitions 2017-06-20 00:18:21 +02:00
Andreas Dangel
bede603fb3 Merge branch 'pr-449' 2017-06-19 21:56:09 +02:00
oowekyala
70d136ecf0 Created the refactored CyclomaticComplexity rule + tests 2017-06-19 19:41:20 +02:00
Juan Martín Sotuyo Dodero
6ed0336971 Update changelog, refs #449 2017-06-19 11:19:52 -03:00
Juan Martín Sotuyo Dodero
2f0e12da6c [java] Fix false positive in UnusedImport
- When referencing static inner members of imports, false positives
would be reported.
 - Fixes #348
2017-06-19 11:07:12 -03:00
oowekyala
273c01a808 Added ResultOption 2017-06-19 14:41:29 +02:00
oowekyala
5f1f0e74f6 Better getter & setter detection + positive examples 2017-06-18 23:38:31 +02:00
oowekyala
eb9b73e359 Added getParameterMap 2017-06-18 23:10:37 +02:00
oowekyala
6a6a798240 Documentation 2017-06-18 16:31:31 +02:00
oowekyala
4b3ee62abe Refactored CycloMetric according to #445 2017-06-18 15:57:07 +02:00
oowekyala
a374fd308b Merge branch 'master' of https://github.com/pmd/pmd into metrics 2017-06-18 00:06:17 +02:00