12600 Commits

Author SHA1 Message Date
Juan Martín Sotuyo Dodero
5ce1bc331f Merge branch 'pr-1069' 2018-04-30 15:53:59 -03:00
Juan Martín Sotuyo Dodero
046d219fb1 Update changelog, refs #1069 2018-04-30 15:53:09 -03:00
Travis CI (pmd-bot)
618de0bb33 Update documentation 2018-04-30 18:09:23 +00:00
Juan Martín Sotuyo Dodero
69ab78accc Merge branch 'pr-1070' 2018-04-30 14:58:16 -03:00
Clément Fournier
7810c893a3 Checkstyle 2018-04-30 18:34:59 +02:00
Clément Fournier
30774b9ccc Update release notes, refs #1070
Closes #1065
2018-04-30 18:28:56 +02:00
Clément Fournier
f8e7b778db Allow numbers in class names 2018-04-30 18:26:05 +02:00
Clément Fournier
d34fd86735 Fix static and private method overriding 2018-04-30 17:58:22 +02:00
Clément Fournier
2abd5c5a59 Fix protected Object members in interface should not be overridden 2018-04-30 17:35:06 +02:00
Andreas Dangel
c6716388b9 Prepare next development version 2018-04-29 09:57:56 +02:00
Andreas Dangel
85874e7e9c [maven-release-plugin] prepare for next development iteration 2018-04-29 09:54:45 +02:00
Andreas Dangel
10c66fbf38 [maven-release-plugin] prepare release pmd_releases/6.3.0 pmd_releases/6.3.0 2018-04-29 09:54:36 +02:00
Andreas Dangel
1c93a66747 Prepare pmd release 6.3.0 2018-04-29 09:48:03 +02:00
Andreas Dangel
f0b3ca893e Fix unit test 2018-04-28 20:58:21 +02:00
Andreas Dangel
7d46c453c2 Merge branch 'pr-945' 2018-04-28 20:53:46 +02:00
Travis CI (pmd-bot)
109de192ed Update documentation 2018-04-28 18:35:14 +00:00
Andreas Dangel
098ad9d8a1 Merge branch 'pr-1059' 2018-04-28 20:14:32 +02:00
Andreas Dangel
1051d8b822 Merge branch 'pr-1060' 2018-04-28 20:13:31 +02:00
Andreas Dangel
f11c15cbab Merge branch 'pr-1040' 2018-04-28 20:09:51 +02:00
Juan Martín Sotuyo Dodero
9f20fe164c Merge branch 'pr-1058' 2018-04-28 12:40:16 -03:00
Juan Martín Sotuyo Dodero
d77d389107 Merge branch 'pr-1062' 2018-04-28 12:36:39 -03:00
Juan Martín Sotuyo Dodero
0cd74d9c29 Update changelog, refs #1062 2018-04-28 12:36:23 -03:00
Austin Shalit
13ecaf970f Update ASM to version 6.1.1
This should bring ASM to a version that supports Java 10.
2018-04-28 11:12:53 -04:00
Andreas Dangel
9ca83da878 [doc] Surround the delimiter with spaces, so that the browser can
wrap the default value of multi properties nicely.
2018-04-28 12:05:47 +02:00
Clément Fournier
fd40bef3c2 Dummy commit, to rerun the build 2018-04-28 00:15:06 +02:00
Clément Fournier
cb53810e68 Refactor test, no more XPath 2018-04-28 00:04:45 +02:00
Clément Fournier
ae7536c623 Fix simple comments 2018-04-27 23:50:30 +02:00
Clément Fournier
43d8dc4742 Fix confusing lack of markup 2018-04-27 23:20:25 +02:00
Clément Fournier
f7cf9c16a4 Update release notes, refs #1060
Closes #1004
2018-04-27 23:02:57 +02:00
Clément Fournier
fd6b9098e8 Add checkSingleIfStmt property to ControlStatementBraces
Setting this property to false whitelists if statements without braces,
provided they do not appear in an if statement chain.

The property checkIfElseStmt overrides the new property. Unsetting the
former causes the latter to be noop.
2018-04-27 22:55:50 +02:00
Andreas Dangel
95f4ac62e8 [java] Property ignoredAnnotations does not work for SingularField and ImmutableField
Fixes #1056
2018-04-27 22:26:45 +02:00
Andreas Dangel
529d2da054 [doc] Document the delimiter for multi valued properties 2018-04-27 21:56:45 +02:00
Andreas Dangel
970fdffbb9 [doc] Fix multi value property documentation for rules
Fixes #1057
2018-04-27 21:45:40 +02:00
Clément Fournier
751ee8e167 Merge branch 'master' into improve-method-naming-conventions-rule 2018-04-27 00:07:52 +02:00
Juan Martín Sotuyo Dodero
9ee838758c Merge branch 'pr-778' 2018-04-25 01:43:07 -03:00
Juan Martín Sotuyo Dodero
b8e90e44d6 Update changelog, refs #778 2018-04-25 01:39:39 -03:00
Juan Martín Sotuyo Dodero
4c3f6e5c6b Merge branch 'pr-1033' 2018-04-25 00:35:26 -03:00
Juan Martín Sotuyo Dodero
fd48b98aa2 Merge branch 'pr-1048' 2018-04-25 00:20:49 -03:00
Juan Martín Sotuyo Dodero
fabc52946f Update changelog, refs #1048 2018-04-25 00:20:06 -03:00
Andreas Dangel
00bcecd603 Merge branch 'pr-1031' 2018-04-24 22:24:05 +02:00
Andreas Dangel
6cb0b47ef5 [apex] Add test case, refs #776
Note: only solution right now is supressing the rule for the string.
2018-04-24 22:22:48 +02:00
gibarsin
0942ae36f8 Make MultiThreadProcessor more space efficient 2018-04-24 15:51:10 -03:00
Andreas Dangel
6ccbd11f9d [doc] Update sample configuration of CyclomaticComplexity rule 2018-04-24 15:08:33 +02:00
Andreas Dangel
c7e493f283 [java] Enable security ruleset for all-java.xml 2018-04-23 21:21:22 +02:00
Travis CI (pmd-bot)
260f1da440 Update documentation 2018-04-23 19:20:29 +00:00
Andreas Dangel
ba6f3fb5cb Merge branch 'pr-1042' 2018-04-23 21:02:48 +02:00
Andreas Dangel
1f662e81f7 Update release notes, refs #1042 - new rule 2018-04-23 21:01:11 +02:00
Andreas Dangel
092ec8264a Merge branch 'pr-1045', fixes #1036 2018-04-23 20:29:40 +02:00
Andreas Dangel
391193c044 PMD dogfooding - avoid unnecessary local before return 2018-04-23 20:29:13 +02:00
Andreas Dangel
fd71799c83 Don't consider null literal inside lambda 2018-04-23 19:32:13 +02:00