-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#168 wip pmd 7.x #184
#168 wip pmd 7.x #184
Conversation
* AvoidProhibitedMethodsUsage - Fix deprecated warnings * MissingMandatoryAnnotation - Fix deprecated warnings * ObfuscationRequired - Fix deprecated warnings * PotentiallyThreadLocalPollutionByMdc - Fix deprecated warnings * UseExistingConstant - Fix deprecated warnings * WrongRestMethodSignature - Fix deprecated warnings * Checkstyle fixes * Optimize imports * Ignore rule tests * Upgrade PMD dependency version to 7.4.0 * Fix AvoidProhibitedMethodsUsage rule * Fix AvoidProhibitedClasses rule - from XPath to Java * Fix ObfuscationRequired rule * Fix AvoidMdcOutsideTryStatement rule - from XPath to Java * Fix PotentiallyThreadLocalPollutionByMdc rule * Fix AvoidUsingObjectMapperAsALocalVariable rule - from XPath to Java * Update Copyright * Update RestEndpointsWithoutExposedMetrics rule * Fix UseConstantAsMetricName rule - from XPath to Java * Reformat code --------- Co-authored-by: Yurii Dubinka <[email protected]>
… (xpath), UseExistingConstant
fix custom PMD rules (Java and XPath)
fix ruleset rules
168 wip pmd 7.x
fix checkstyle
168 wip pmd 7.x
change pmd version in readme
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #184 +/- ##
=============================================
- Coverage 100.00% 94.66% -5.34%
- Complexity 80 108 +28
=============================================
Files 6 10 +4
Lines 196 300 +104
Branches 13 22 +9
=============================================
+ Hits 196 284 +88
- Misses 0 3 +3
- Partials 0 13 +13 ☔ View full report in Codecov by Sentry. |
|
#168