forked from phoedos/pmd
code cleanup: xpath rule simplification
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5593 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -306,9 +306,9 @@ StringBuffer size.
|
||||
[@Image='StringBuffer']
|
||||
/../Arguments/ArgumentList/Expression/PrimaryExpression
|
||||
/PrimaryPrefix/
|
||||
Literal [(starts-with(@Image, "'"))][(ends-with
|
||||
(@Image, "'"))]
|
||||
|
||||
Literal
|
||||
[starts-with(@Image, "'")]
|
||||
[ends-with(@Image, "'")]
|
||||
]]>
|
||||
</value>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user