We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf643c commit 15e5db1Copy full SHA for 15e5db1
qulice-pmd/src/main/resources/com/qulice/pmd/ruleset.xml
@@ -183,7 +183,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
183
(./PrimaryPrefix[@ThisModifier=true()]) and
184
(./PrimarySuffix[
185
@Image=./ancestor::ClassOrInterfaceBody[1]/ClassOrInterfaceBodyDeclaration/FieldDeclaration[@Static=true()]/VariableDeclarator/VariableDeclaratorId/@Name
186
- or @Image=./ancestor::ClassOrInterfaceBody[1]/ClassOrInterfaceBodyDeclaration/MethodDeclaration[@Static=true()]/@MethodName
+ or @Image=./ancestor::ClassOrInterfaceBody[1]/ClassOrInterfaceBodyDeclaration/MethodDeclaration[@Static=true()]/@Name
187
])
188
]
189
]]></value>
0 commit comments