14307 Commits

Author SHA1 Message Date
8810e58a31 This is the change regarding the usediamondoperator #1517 2018-12-20 23:13:52 +05:30
df64fd4d72 [java] New Rule UnsynchronizedStaticFormatterRule
This rule replaces UnsynchronizedStaticDateFormatterRule
2018-12-20 18:27:45 +01:00
38be3d09a4 [java] UnsynchronizedStaticDateFormatterRule
* Use typeresolution
* Use rule chain
2018-12-20 18:09:56 +01:00
cbebef552a AvoidReassigningLoopVariables: fixes and additional test cases for: FN when changing the condition/expression of a flow control statement, FP when accessing arrays using the loop variable or if the loop variable is an array being accessed 2018-12-20 14:31:39 +01:00
c25f40829e AvoidReassigningLoopVariables: code-review, updated documentation, added simple control flow analysis to detect unconditional increments in for-loops 2018-12-20 09:25:42 +01:00
7cde3ffef9 Merge branch 'pr-1529' 2018-12-20 09:22:57 +01:00
36feb85476 AvoidReassigningLoopVariables: fixed NPE when checking fields 2018-12-18 00:30:17 +01:00
83f30e6d4f AvoidReassigningLoopVariables: initial implementation 2018-12-17 22:58:59 +01:00
9afe4e61dc Style 2018-12-17 17:59:22 +01:00
76610a6eff Rename some methods 2018-12-17 17:25:16 +01:00
57a3d37d91 Use a single color fadeout 2018-12-17 17:00:23 +01:00
5f33a63dc5 Merge branch 'master' into designer-tree-parentage 2018-12-17 16:10:31 +01:00
e079d0c2e9 Merge branch 'pr-1525' 2018-12-17 16:08:39 +01:00
e56d97aac3 Merge branch 'pr-1524' 2018-12-17 16:05:54 +01:00
daebaa2796 Merge branch 'pr-1522' 2018-12-17 15:43:27 +01:00
69878f3562 [plsql] Parse Exception with IS NOT NULL
Fixes #1511
2018-12-13 17:25:48 +01:00
351d04568f [plsql] Parse Exception with OUTER/INNER Joins
Fixes #1509
2018-12-13 17:03:13 +01:00
43a96d92f0 [plsql] Parse Exception when using '||' operator in where clause
Fixes #1507
2018-12-13 15:47:42 +01:00
c47694b98f Update documentation
TRAVIS_JOB_NUMBER=3197.1
TRAVIS_COMMIT_RANGE=5639222e9572...992526671be2
2018-12-13 08:25:23 +00:00
992526671b Merge branch 'pr-1514' 2018-12-13 09:01:41 +01:00
1834ac5ec3 Remove unnecessary CDATA sections 2018-12-13 09:00:12 +01:00
875785c435 Add additional test cases 2018-12-13 08:58:27 +01:00
61888729e3 Update release notes, refs #1514, fixes #1513 2018-12-13 08:54:41 +01:00
5639222e95 Merge branch 'pr-1503' 2018-12-13 08:38:09 +01:00
89f23f73b3 Update release notes, refs #1503, fixes #1035 2018-12-13 08:36:37 +01:00
bb0cb91348 Added Test 2018-12-12 21:02:43 +05:30
c9d9b74d1a Merge branch 'pr-1521' 2018-12-12 09:57:33 +01:00
02c17117c7 Update release notes, refs #1521 2018-12-12 09:56:48 +01:00
7a8ef70e95 [plsql] Parse Exception when using SELECT COUNT(*)
Fixes #1508
2018-12-12 09:44:35 +01:00
2bb8571a29 Update documentation
TRAVIS_JOB_NUMBER=3191.1
TRAVIS_COMMIT_RANGE=5589540e9f13...9daa078694e1
2018-12-11 07:39:14 +00:00
9daa078694 Merge branch 'pr-1516' 2018-12-11 08:18:48 +01:00
029923a5d3 Update release notes, refs #1516, fixes #658 2018-12-11 08:18:39 +01:00
b015cfc7d0 ForLoopVariableCount: new rule to check the number of control variables in a for loop 2018-12-10 22:31:09 +01:00
7b56a43865 removed unnecessary parameter declaration in codestyle.xml 2018-12-10 21:05:28 +01:00
e357da1723 Upgrade to ASM7
Remove ASM7_EXPERIMENTAL flag since ASM7 has been released.
2018-12-11 05:52:16 +11:00
8e8a5cb7e5 OneDeclarationPerLine: Don't report multiple variables in a for statement. 2018-12-09 22:41:34 +01:00
35cb3dda17 Removed CDATA and added test case 2018-12-10 00:06:13 +05:30
5589540e9f Add workaround for #1515 2018-12-09 11:49:12 +01:00
84b007f2cc [doc] Fix version in next major development 2018-12-09 11:18:34 +01:00
09c0e298f4 Use travis_wait from https://github.com/m3t/travis_wait
since it's not available in deploy phase on travis
2018-12-09 11:01:26 +01:00
c9ec16cac1 Prepare next development version 2018-12-09 10:43:29 +01:00
dcb8bb42a2 [maven-release-plugin] prepare for next development iteration 2018-12-09 10:42:20 +01:00
27374d8592 [maven-release-plugin] prepare release pmd_releases/6.10.0 pmd_releases/6.10.0 2018-12-09 10:42:09 +01:00
c1e5cf7a73 Prepare pmd release 6.10.0 2018-12-09 10:33:50 +01:00
42b0d8dd9a Add missing rouge dependency for release notes generation 2018-12-09 10:33:23 +01:00
c15ece60e2 LocalVariableCouldBeFinal: Added property to allow ignoring variables declared in a for-each statement. 2018-12-08 20:56:45 +01:00
3188321e5c Use build-tools 1.3.0 2018-12-08 20:41:23 +01:00
98c5de8949 Update documentation
TRAVIS_JOB_NUMBER=3177.1
TRAVIS_COMMIT_RANGE=c9bdcf6ef6e9...16c7017aa923
2018-12-08 19:37:25 +00:00
16c7017aa9 Merge branch 'pr-1491' 2018-12-08 20:14:44 +01:00
b7bff3502c Merge branch 'pr-1489' 2018-12-08 20:13:23 +01:00