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

rulesets.java.ali-orm.xml Maven / Gradle / Ivy

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

<ruleset name="AlibabaJavaOrm" 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>AlibabaJavaOrm</description>

    <rule name="IbatisMethodQueryForListRule"
          language="java"
          since="1.6"
          message="java.naming.IbatisMethodQueryForListRule.rule.msg"
          class="com.xenoamess.p3c.pmd.lang.java.rule.orm.IbatisMethodQueryForListRule">
        <priority>3</priority>
    </rule>

</ruleset>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy