rulesets.java.j2ee.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <ruleset name="J2EE" 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> Rules specific to the use of J2EE implementations. </description> <!-- Rules, that have been moved into a category --> <rule ref="category/java/errorprone.xml/DoNotCallSystemExit" deprecated="true" /> <rule ref="category/java/errorprone.xml/StaticEJBFieldShouldBeFinal" deprecated="true" /> <rule ref="category/java/errorprone.xml/UseProperClassLoader" deprecated="true" /> <rule ref="category/java/codestyle.xml/LocalHomeNamingConvention" deprecated="true" /> <rule ref="category/java/codestyle.xml/LocalInterfaceSessionNamingConvention" deprecated="true" /> <rule ref="category/java/codestyle.xml/MDBAndSessionBeanNamingConvention" deprecated="true" /> <rule ref="category/java/codestyle.xml/RemoteInterfaceNamingConvention" deprecated="true" /> <rule ref="category/java/codestyle.xml/RemoteSessionInterfaceNamingConvention" deprecated="true" /> <rule ref="category/java/multithreading.xml/DoNotUseThreads" deprecated="true" /> </ruleset>