1
0
forked from phoedos/pmd

Fixed LoggerIsNotStaticFinal

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3341 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-03-08 21:58:08 +00:00
parent faf4f8c5cb
commit 487425bcff

@ -48,7 +48,11 @@ class Foo{
<property name="xpath">
<value>
<![CDATA[
//VariableDeclarator[../Type/Name[@Image='Logger'] and (..[@Final='false'] or ..[@Static = 'false'] ) ]
//VariableDeclarator
[../Type/ReferenceType
/ClassOrInterfaceType[@Image='Logger']
and
(..[@Final='false'] or ..[@Static = 'false'] ) ]
]]>
</value>
</property>