forked from phoedos/pmd
todo item
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4828 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
parent
1e819951c2
commit
d4dda0500a
@ -107,6 +107,8 @@ public class ForeignBundleCodeRule extends AbstractRule {
|
||||
}
|
||||
|
||||
/** checks if symbol in name matches to class definition encapsulating node
|
||||
*
|
||||
* TODO also check is getClass() is used in non-private method.
|
||||
*/
|
||||
private boolean isCorrectClass (ASTPrimaryExpression node, ASTClassOrInterfaceType name) {
|
||||
if (name == null || name.getImage() == null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user