Commit Graph

1144 Commits

Author SHA1 Message Date
7194328c4f Completed doc and tests 2017-08-18 12:12:45 +02:00
1c73437a78 Merge branch 'master' of https://github.com/pmd/pmd into for2foreach 2017-08-17 21:46:26 +02:00
24e9a9f5c5 [doc] Add UnnecessaryParentheses back as deprecated and moved 2017-08-17 20:25:13 +02:00
35e25912ac Merge remote-tracking branch 'origin/master' into docs-update-for-405
# Conflicts:
#	pmd-java/src/main/resources/rulesets/java/controversial.xml
#	pmd-java/src/main/resources/rulesets/java/design.xml
#	pmd-java/src/main/resources/rulesets/java/unnecessary.xml
2017-08-17 20:15:10 +02:00
a661b5a2bb Merge branch 'pr-563' 2017-08-17 15:04:36 -03:00
80a15c7851 Java, typeres: fix PR comments 2017-08-17 18:11:37 +02:00
8eb2986192 Merge branch 'pr-556' 2017-08-16 15:18:00 -03:00
93c3393999 Add fully qualified test case 2017-08-16 15:16:35 -03:00
9d234d9567 Merge branch 'pr-554' 2017-08-16 14:16:25 -03:00
248b9837d6 Corrections for PR #554 2017-08-16 17:26:08 +02:00
2b8ed89edd Merge branch 'master' of https://github.com/pmd/pmd into for2foreach 2017-08-16 15:56:47 +02:00
2d5f1355c2 Deleted controversial/UnnecessaryParentheses 2017-08-16 14:37:46 +02:00
a4dc70610b Enhanced unnecessary/UselessParentheses with tests from controversial/UnnecessaryParentheses 2017-08-16 14:31:52 +02:00
bc20be1ed8 Java, typeres: add basic method type inference 2017-08-16 00:02:34 +02:00
1426b23ce5 Java, typeres: add support for producing initial method inference constraints 2017-08-16 00:02:34 +02:00
90b802526c Java, typeres: add producing initial bounds for method invocation 2017-08-16 00:02:34 +02:00
238f5f9eab Merge branch 'npath' of https://github.com/oowekyala/pmd into pr-557 2017-08-15 20:35:30 +02:00
35fb3c8723 Merge branch 'cyclo' of https://github.com/oowekyala/pmd into pr-555 2017-08-15 20:11:53 +02:00
f29dcd549f Remove remaining references to pmd-build-tools-plugin 2017-08-15 14:31:03 +02:00
1aaf52f0b0 [doc] [java] Adjust externalInfoUrl properties to new site - Part 4
Note: I also took the chance to fix tab damage
2017-08-15 14:31:03 +02:00
9b1b3654b3 [doc] [java] Adjust externalInfoUrl properties to new site - Part 3
Note: I also took the chance to fix tab damage
2017-08-15 14:31:03 +02:00
745acfa350 [doc] [java] Adjust externalInfoUrl properties to new site - Part 2
Note: I also took the chance to fix tab damage
2017-08-15 14:31:03 +02:00
6e02494e5e [doc] [java] Adjust externalInfoUrl properties to new site - Part 1
Note: I also took the chance to fix tab damage
2017-08-15 14:31:03 +02:00
3d9511a0e5 [doc] Remove old maven site 2017-08-15 14:31:03 +02:00
f3aa28ca1c Merge branch 'pr-550' 2017-08-15 00:30:17 -03:00
288ca5da43 Java, typres: fix PR comments 2017-08-14 22:17:27 +02:00
41123508bc Use typeresolution in UncommentedEmptyConstructorRule 2017-08-13 23:28:39 +02:00
7d126ab206 Fix cyclo doc 2017-08-13 19:23:42 +02:00
b24edf9565 Merge branch 'master' of https://github.com/pmd/pmd into npath 2017-08-13 19:20:48 +02:00
3d08dbb480 Fix #357 2017-08-13 19:18:25 +02:00
abc70c6cf6 Fix test 2017-08-13 18:42:46 +02:00
5bd2fc1382 Merge branch 'master' of https://github.com/pmd/pmd into cyclo 2017-08-13 18:40:46 +02:00
69b32d4c00 Fix #537 2017-08-13 18:36:13 +02:00
908e8edc13 Update docs 2017-08-13 12:37:57 +02:00
d87ae0e4f7 Merge branch 'docs-metrics' of https://github.com/oowekyala/pmd into pr-548 2017-08-13 12:05:51 +02:00
25f081de24 Merge branch 'pr-526' 2017-08-12 19:23:45 -03:00
86f5fa99c0 Merge branch 'issue-536' of https://github.com/Monits/pmd into pr-539 2017-08-12 22:06:56 +02:00
c9d3c8b5ae Moved to migrating ruleset 2017-08-12 17:51:12 +02:00
ff89698cd2 Considers iterators 2017-08-11 23:16:13 +02:00
9111316c01 [doc] Support renamed/moved rules 2017-08-11 21:37:24 +02:00
d749166191 Prefix increment works 2017-08-11 21:35:06 +02:00
1f6ef4a497 Removed false positives with start index != 0 2017-08-11 19:32:14 +02:00
f51c75fa73 Java, typeres: basic type variable resolution in place 2017-08-11 18:41:49 +02:00
7e49521762 Java, typeres: WIP resolution 2017-08-11 18:19:17 +02:00
7a707aa7b6 Java, typeres: add erased candidate set and minimal erased candidate set methods 2017-08-11 18:19:17 +02:00
0f657b3a52 Java, typeres: add supertype set and erased supertype set methods to JavaTypeDefinition 2017-08-11 18:19:17 +02:00
37139c4038 Java, typeres: implement equals for JavaTypeDefinition 2017-08-11 18:19:17 +02:00
c94bb39352 Java, typeres: partial resolution algorithm for type inference 2017-08-11 18:19:17 +02:00
b22b4ec588 Java, typeres: compute variable's dependencies in type inference resolution step 2017-08-11 18:19:17 +02:00
b9e71bf4e4 Support for iteration on arrays 2017-08-11 18:16:55 +02:00