Skip to content

Commit

Permalink
[yegor256#1198] remove puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Mar 12, 2024
1 parent b309fed commit 44d7fc9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml
Expand Up @@ -147,12 +147,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</property>
</properties>
</rule>
<!--
@todo #1198 Rules for AvoidDirectAccessToStaticFields and AvoidAccessToStaticMembersViaThis produce
WARNING: Use of deprecated attribute 'FieldDeclaration/@VariableName' by XPath rule ...,
please use VariableDeclaratorId/@Name instead
Rules should be updated to avoid deprecated (replacement from the message does not work)
-->
<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">
<description>
Avoid accessing static fields directly.
Expand Down

0 comments on commit 44d7fc9

Please sign in to comment.