9086dbb8b9
Merge branch 'java-7' into pmd/5.4.x
2015-11-29 22:02:27 +01:00
d563eb30fc
Java 7 changes and some compiler warnings fixed
2015-11-29 19:55:13 +01:00
fd2dcddc44
Java 7 changes and some compiler warnings fixed
2015-11-25 22:06:18 +01:00
d7b5ef8884
Java 7 changes and some compiler warnings fixed
2015-11-20 11:32:18 +01:00
1b64519690
Java 7 changes
2015-11-20 11:32: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
da50aa33ea
Merge branch 'bug-1436' into pmd/5.3.x
2015-11-20 11:23:12 +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
6754865e0b
Merge branch 'bug-1422' into pmd/5.4.x
2015-11-20 10:10:55 +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
07aa990ccc
Merge branch 'bug-1431' into pmd/5.3.x
2015-11-19 22:11:40 +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
1c7d1a1f1d
Merge branch 'bug-1438' into pmd/5.3.x
2015-11-19 21:41:21 +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
aab043787b
Merge branch 'bug-1443' into pmd/5.3.x
2015-11-16 21:34:33 +01:00
90b1f65ea2
#1443 RedundantFieldInitializer: False positive for small floats
2015-11-16 21:33:51 +01:00
f9d1a4e3f7
Merge branch 'travis-pull-request-fix'
2015-11-14 18:09:21 +01:00
0181f14347
Merge branch 'travis-pull-request-fix' into pmd/5.4.x
2015-11-14 18:09:17 +01:00
41b51c2158
Merge branch 'travis-pull-request-fix' into pmd/5.3.x
2015-11-14 18:09:10 +01:00
f1a319d6ee
Make sure the pull request validation builds don't fail
2015-11-14 18:08:56 +01:00
066630ba21
Merge branch 'Monits-Add-check-to-MissingStaticMethodInNonInstantiableClass-rule'
2015-11-14 18:06:50 +01:00
eb39afe2cc
Update changelog
2015-11-14 18:02:13 +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
ac39f245b2
Merge branch 'bug-1441'
2015-11-14 17:56:43 +01:00
30a9309479
Merge branch 'bug-1441' into pmd/5.4.x
2015-11-14 17:56:01 +01:00
c8a1307684
Merge branch 'bug-1441' into pmd/5.3.x
2015-11-14 17:54:13 +01:00
c9dca8dc92
#1441 PMD: Update documentation how to compile after modularization
2015-11-14 17:53:52 +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
0b1fc2b39f
Merge branch 'bug-1440' into pmd/5.3.x
2015-11-13 19:09:27 +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
a0bef4d9fe
Merge branch 'mkordas-typos'
2015-10-28 21:17:07 +01:00
42be7c099d
Update changelog
2015-10-28 21:11:46 +01:00
8bfe2682e9
Merge branch 'typos' of https://github.com/mkordas/pmd into mkordas-typos
2015-10-28 21:10:20 +01:00
7be078a2d8
Merge branch 'pull-request-25' into pmd/5.4.x
2015-10-26 21:00:53 +01:00
c43b24a40f
Merge branch 'pull-request-25'
2015-10-26 21:00:31 +01:00
b0a1223748
Merge branch 'pull-request-25' into pmd/5.3.x
2015-10-26 20:54:39 +01:00
ba92715b19
CPD GUI: Add ignoreUsings option
2015-10-26 20:47:34 +01:00