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

rulesets.releases.40rc1.xml Maven / Gradle / Ivy

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

<ruleset name="40rc1"
    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.0rc1
  </description>

<!--  <rule ref="rulesets/java/migrating.xml/LongInstantiation"/>-->
<!--  <rule ref="rulesets/java/migrating.xml/ShortInstantiation"/>-->
<!--  <rule ref="rulesets/java/migrating.xml/ByteInstantiation"/>-->
  <rule ref="rulesets/java/migrating.xml/JUnit4TestShouldUseBeforeAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnit4TestShouldUseTestAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnit4TestShouldUseAfterAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnit4SuitesShouldUseSuiteAnnotation"/>
  <rule ref="rulesets/java/migrating.xml/JUnitUseExpected"/>
  <rule ref="rulesets/java/strictexception.xml/DoNotExtendJavaLangError"/>
  <rule ref="rulesets/java/j2ee.xml/MDBAndSessionBeanNamingConvention"/>
  <rule ref="rulesets/java/j2ee.xml/RemoteSessionInterfaceNamingConvention"/>
  <rule ref="rulesets/java/j2ee.xml/LocalInterfaceSessionNamingConvention"/>
  <rule ref="rulesets/java/j2ee.xml/LocalHomeNamingConvention"/>
  <rule ref="rulesets/java/j2ee.xml/RemoteInterfaceNamingConvention"/>
  <rule ref="rulesets/java/optimizations.xml/AddEmptyString"/>
  <rule ref="rulesets/java/naming.xml/BooleanGetMethodName"/>

</ruleset>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy