Add priority definition.

This commit is contained in:
mitchspano
2024-11-01 21:29:30 +00:00
parent 52fb6c814b
commit be3c34fe1a

View File

@ -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) {