rulesets.java.ali-orm.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of p3c-pmd Show documentation
Show all versions of p3c-pmd Show documentation
Alibaba Java Coding Guidelines PMD implementations
<?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"> <rule name="IbatisMethodQueryForListRule" language="java" since="1.6" message="java.naming.IbatisMethodQueryForListRule.rule.msg" class="com.alibaba.p3c.pmd.lang.java.rule.orm.IbatisMethodQueryForListRule"> <priority>3</priority> </rule> </ruleset>