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

rulesets.java.migrating_to_15.xml Maven / Gradle / Ivy

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

<ruleset name="Migration15"
    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 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
  <description>
Contains rules for migrating to JDK 1.5
  </description>

  <rule ref="rulesets/java/migrating.xml/AvoidEnumAsIdentifier"/>
  <rule ref="rulesets/java/migrating.xml/IntegerInstantiation"/>
  <rule ref="rulesets/java/migrating.xml/LongInstantiation"/>
  <rule ref="rulesets/java/migrating.xml/ShortInstantiation"/>
  <rule ref="rulesets/java/migrating.xml/ByteInstantiation"/>

</ruleset>







© 2015 - 2025 Weber Informatics LLC | Privacy Policy