Commit Graph

331 Commits

Author SHA1 Message Date
55453cc23d Fix rule's description. 2016-01-21 15:22:48 -03:00
371db089c9 Change EmptyMethodInAbstractClassShouldBeAbstract rule's description.
Summary: Change EmptyMethodInAbstractClassShouldBeAbstract rule's description.

Test Plan: run tests

Reviewers: jmsotuyo

Differential Revision: http://ph.monits.com/D14582
2016-01-21 15:09:27 -03:00
2b700c02b6 Fix unit test 2016-01-20 22:33:50 +01:00
3e791f5d22 Merge branch 'pr-30' 2016-01-20 22:25:40 +01:00
8c4d307ddd Refactor command line tests for CPD and create a BaseCPDCLITest class 2016-01-20 22:13:25 +01:00
531c88b103 Merge branch 'bug-1452' 2016-01-15 10:44:10 +01:00
7bf00118a7 Refactoring AccessorClassGenerationRule 2016-01-15 10:42:19 +01:00
69dbbdfe2d references #81 2016-01-15 10:42:08 +01:00
a200fd2625 Merge branch 'pr-79'
Closes #79
2016-01-07 10:26:39 +01:00
f67dbb85f6 do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs 2016-01-07 10:16:26 +01:00
83eceab455 [maven-release-plugin] prepare for next development iteration 2015-12-04 19:15:01 +01:00
c141c91612 [maven-release-plugin] prepare release pmd_releases/5.3.6 2015-12-04 19:15:01 +01:00
cdc7b688e4 Merge branch 'bug-1434' 2015-12-03 20:17:22 +01:00
735b3e59f2 #1434 CommentRequired raises violation on serialVersionUID field 2015-12-03 20:15:25 +01:00
07e60d756e Merge branch 'bug-1373' 2015-11-30 10:10:34 +01:00
2452db15f4 #1373 JUnitAssertionsShouldIncludeMessage is no longer compatible with TestNG 2015-11-30 10:05:42 +01:00
b72a9c5810 Merge branch 'bug-1374' 2015-11-30 09:46:33 +01:00
bc9379d9b4 verify #1374 JUnitAssertionsShouldIncludeMessage does not work 2015-11-30 09:35:27 +01:00
f4f5af7fc3 Merge branch 'bug-1446' 2015-11-30 09:31:16 +01:00
2a52757aa5 #1446 False positive with JUnit4TestShouldUseBeforeAnnotation when TestNG is used 2015-11-30 09:26:13 +01:00
b78c7f2aa7 Merge branch 'java-7' 2015-11-29 22:11:44 +01:00
fd2dcddc44 Java 7 changes and some compiler warnings fixed 2015-11-25 22:06:18 +01:00
88477e3f54 Merge branch 'bug-1436' 2015-11-20 11:23:25 +01:00
14af9fd1cb Merge branch 'bug-1436' into pmd/5.4.x 2015-11-20 11:23:18 +01:00
b4c2a51781 #1436 UnnecessaryFullyQualifiedName false positive on clashing static imports with enums 2015-11-20 11:23:01 +01:00
74b6be0690 Merge branch 'bug-1422' 2015-11-20 10:11:46 +01:00
988931c43d #1422 UselessQualifiedThis: False positive with Java 8 Function 2015-11-20 10:05:49 +01:00
8fe0071cf9 Merge branch 'bug-1431' 2015-11-19 22:11:59 +01:00
4a0853060f Merge branch 'bug-1431' into pmd/5.4.x 2015-11-19 22:11:51 +01:00
d621707e2f #1431 SuspiciousEqualsMethodName false positive 2015-11-19 22:06:51 +01:00
12afa44ec8 Merge branch 'bug-1438' 2015-11-19 21:51:06 +01:00
3282a84652 Merge branch 'bug-1438' into pmd/5.4.x 2015-11-19 21:45:45 +01:00
f2ec1be93f #1438 UseNotifyAllInsteadOfNotify gives false positive 2015-11-19 21:35:50 +01:00
bbc0bc718d #1442 Java 9 Jigsaw readiness 2015-11-18 19:31:12 +01:00
7ed200f387 Merge branch 'bug-1443' 2015-11-16 21:43:49 +01:00
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
0056043ee6 Merge branch 'Add-check-to-MissingStaticMethodInNonInstantiableClass-rule' of https://github.com/Monits/pmd into Monits-Add-check-to-MissingStaticMethodInNonInstantiableClass-rule 2015-11-14 18:01:13 +01:00
c584aa8cfa Merge branch 'bug-1440' 2015-11-13 19:18: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
e6d67312e1 InvalidSlf4jMessageFormat: Fix Null pointer with VariableNamingDeclaration
and VariableDeclaratorId types
2015-11-01 19:39:06 +01:00
e7c0d03180 InvalidSlf4jMessageFormat: Fix class cast exception with method calls 2015-11-01 18:51:37 +01:00
50554257ce Add Builder pattern check
Summary: Add the builder pattern check to the MissingStaticMethodInNonInstantiatableClass rule

Test Plan: run tests

Reviewers: jmsotuyo

Reviewed By: jmsotuyo

Maniphest Tasks: T1440

Differential Revision: http://ph.monits.com/D13295
2015-10-30 12:10:27 -03:00
8bfe2682e9 Merge branch 'typos' of https://github.com/mkordas/pmd into mkordas-typos 2015-10-28 21:10:20 +01:00
31cef1474a Fix various typos 2015-10-17 20:33:42 +02:00
312d4c60c0 Merge branch 'bug-1430' 2015-10-17 18:01:25 +02:00
9df4ff15b5 #1430 CommentDefaultAccessModifier triggers on field annotated with @VisibleForTesting 2015-10-17 18:00:37 +02:00
599a556bc1 Merge branch 'master' of https://github.com/kullfar/pmd into kullfar-master 2015-10-16 17:18:35 +02:00
0bd9aa9568 Merge branch 'mkorda-patch-2', Closes #74 2015-10-16 17:09:37 +02:00