Skip to content

Commit b309fed

Browse files
committed
[#1198] remove quotes
1 parent b1d533a commit b309fed

File tree

1 file changed

+2
-2
lines changed
  • qulice-pmd/src/main/resources/com/qulice/pmd

1 file changed

+2
-2
lines changed

qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
149149
</rule>
150150
<!--
151151
@todo #1198 Rules for AvoidDirectAccessToStaticFields and AvoidAccessToStaticMembersViaThis produce
152-
"WARNING: Use of deprecated attribute 'FieldDeclaration/@VariableName' by XPath rule ...,
153-
please use VariableDeclaratorId/@Name instead"
152+
WARNING: Use of deprecated attribute 'FieldDeclaration/@VariableName' by XPath rule ...,
153+
please use VariableDeclaratorId/@Name instead
154154
Rules should be updated to avoid deprecated (replacement from the message does not work)
155155
-->
156156
<rule name="AvoidDirectAccessToStaticFields" message="Static fields should be accessed in a static way [CLASS_NAME.FIELD_NAME]." language="java" class="net.sourceforge.pmd.lang.rule.XPathRule">

0 commit comments

Comments
 (0)