Commit Graph

1313 Commits

Author SHA1 Message Date
9b05d5264e Corrections for PR #567 2017-08-19 20:23:38 +02:00
785b04944c Fix checkstyle 2017-08-19 18:34:54 +02:00
b58e23ca71 Merge branch 'parserTst++' of https://github.com/oowekyala/pmd into pr-553 2017-08-19 18:31:31 +02:00
d28620fd45 Removed a few hundred unnecessary lines 2017-08-18 15:22:15 +02:00
8b11246bb3 Replaced javadoc for metrics with link to doc site 2017-08-18 14:58:04 +02:00
36f3dbaf03 ConsiderAssert option for cyclo 2017-08-18 14:53:46 +02:00
d33039870b Fixed tests 2017-08-18 14:44:57 +02:00
3a2866b703 Finished the doc 2017-08-18 14:44:57 +02:00
f747129e8c Internal builder for MetricOptions 2017-08-18 14:44:57 +02:00
8bac632333 Documentation 2017-08-18 14:44:57 +02:00
34894bca6f Decorators work 2017-08-18 14:44:57 +02:00
ceba5afece MetricOptions bundle, decorator doesn't work
The decorator needs some work because the decorated visitor takes over control to visit the children
2017-08-18 14:44:57 +02:00
6408b57b8e Varargs options -> bad 2017-08-18 14:44:57 +02:00
eb645b379a Fix failed build 2017-08-18 13:56:31 +02:00
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
0df423f1d2 Removed some redundancy in ClassTypeResolver and MetricsVisitorTest 2017-08-15 14:56:07 +02:00
17bb56a179 Made ParserTst a static utility class 2017-08-15 14:40:18 +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
5cff0e7a7a Added some utility methods to ParserTst 2017-08-13 17:56:40 +02:00