Update documentation
This commit is contained in:
@ -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'])
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user