forked from phoedos/pmd
Add priority definition.
This commit is contained in:
@ -239,7 +239,8 @@ Having the Logging Level specified provides a cleaner log, and improves readabil
|
||||
</description>
|
||||
<priority>3</priority>
|
||||
<properties>
|
||||
<property name="strictMode" type="Boolean" value="false" description="If true, mark statements that use the DEBUG enum of LoggingLevel."/>
|
||||
<property name="strictMode" type="Boolean" value="false"
|
||||
description="If true, mark statements that use the DEBUG enum of LoggingLevel." />
|
||||
<property name="xpath">
|
||||
<value>
|
||||
<![CDATA[
|
||||
@ -273,6 +274,7 @@ public class Foo {
|
||||
<description>
|
||||
Detects when a local variable is declared and/or assigned but not used.
|
||||
</description>
|
||||
<priority>5</priority>
|
||||
<example>
|
||||
<![CDATA[
|
||||
public Boolean bar(String z) {
|
||||
|
Reference in New Issue
Block a user