All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rulesets.releases.42.xml Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
<?xml version="1.0"?>

<ruleset name="42"
    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 v4.2
  </description>

  	<rule ref="rulesets/java/basic.xml/AvoidMultipleUnaryOperators"/>
  	<rule ref="rulesets/java/codesize.xml/TooManyMethods"/>
  	<rule ref="rulesets/java/controversial.xml/DoNotCallGarbageCollectionExplicitly"/>
<!--  	<rule ref="rulesets/java/design.xml/ReturnEmptyArrayRatherThanNull"/>-->
  	<rule ref="rulesets/java/design.xml/AbstractClassWithoutAnyMethod"/>
  	<rule ref="rulesets/java/design.xml/TooFewBranchesForASwitchStatement"/>
  	<rule ref="rulesets/java/strictexception.xml/DoNotThrowExceptionInFinally"/>
	<rule ref="rulesets/java/strings.xml/AvoidStringBufferField"/>

</ruleset>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy