Commit Graph

1169 Commits

Author SHA1 Message Date
1008f7ef70 Merge branch 'pr-573' 2017-08-23 20:40:08 +02:00
dbf3adb770 [doc][java] Add hint for Guava users in InefficientEmptyStringCheck
Fixes issue #571.
2017-08-22 22:51:43 +02:00
e45061962e Corrections for PR #573 2017-08-22 22:23:11 +02:00
43bbe83e6b Fix Woc integer division 2017-08-22 16:15:52 +02:00
bc2ed8cade Merge branch 'metric-options' of https://github.com/oowekyala/pmd into pr-567 2017-08-21 22:07:13 +02:00
b49eb24579 Merge branch 'issue-463' of https://github.com/Monits/pmd into pr-515 2017-08-20 19:30:15 +02:00
8f45685af6 Documented metrics and rule 2017-08-20 18:00:55 +02:00
1379142788 Added test case 2017-08-20 17:43:03 +02:00
768c8a7227 Started doc 2017-08-20 17:43:03 +02:00
6e4a293009 DataClassRule working -> champagne!! 2017-08-20 17:42:54 +02:00
55c6c8865d WOC tests 2017-08-20 17:41:35 +02:00
60df71fc85 NOAM tests 2017-08-20 17:41:35 +02:00
3643883f5f NOPA tests 2017-08-20 17:41:35 +02:00
acc06a91e4 Consider double results in metric test rules 2017-08-20 17:41:35 +02:00
ea097cc600 WOC metric 2017-08-20 17:41:35 +02:00
68490f7320 Added metric keys 2017-08-20 17:41:35 +02:00
41f0c14d17 NOPA metric 2017-08-20 17:41:35 +02:00
21f268c0fb NOAM metric 2017-08-20 17:41:34 +02:00
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
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
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