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

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

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

<ruleset name="Migration13"
    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.3
  </description>

 <rule ref="rulesets/java/migrating.xml/ReplaceVectorWithList"/>
 <rule ref="rulesets/java/migrating.xml/ReplaceHashtableWithMap"/>
 <rule ref="rulesets/java/migrating.xml/ReplaceEnumerationWithIterator"/>

</ruleset>







© 2015 - 2025 Weber Informatics LLC | Privacy Policy