rulesets.releases.38.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <ruleset name="38" xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd"> <description> This ruleset contains links to rules that are new in PMD v3.8 </description> <rule ref="rulesets/java/basic.xml/BrokenNullCheck"/> <rule ref="rulesets/java/strictexception.xml/AvoidRethrowingException"/> <!-- <rule ref="rulesets/java/optimizations.xml/UnnecessaryWrapperObjectCreation"/>--> <rule ref="rulesets/java/strings.xml/UselessStringValueOf"/> </ruleset>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy