Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2017-09-16 14:34:19 +00:00
parent 9e55969eb1
commit df87db8d7a

View File

@ -476,9 +476,8 @@ Explicitly calling Thread.run() method will execute in the caller's thread of co
[ [
./Name[ends-with(@Image, '.run') or @Image = 'run'] ./Name[ends-with(@Image, '.run') or @Image = 'run']
and substring-before(Name/@Image, '.') =//VariableDeclarator/VariableDeclaratorId/@Image and substring-before(Name/@Image, '.') =//VariableDeclarator/VariableDeclaratorId/@Image
[../../../Type/ReferenceType[ClassOrInterfaceType/@Image = 'Thread']] [../../../Type/ReferenceType/ClassOrInterfaceType[typeof(@Image, 'java.lang.Thread', 'Thread')]]
or ( or (./AllocationExpression/ClassOrInterfaceType[typeof(@Image, 'java.lang.Thread', 'Thread')]
./AllocationExpression/ClassOrInterfaceType[@Image = 'Thread']
and ../PrimarySuffix[@Image = 'run']) and ../PrimarySuffix[@Image = 'run'])
] ]
] ]