You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
de9c2b0e3 pmd/src/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java (Xavier Le Vourch 2008-06-22 18:07:30 +0000 865) @Override
866
866
babe32a16 pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java (Bendegúz Nagy 2017-05-30 15:37:47 +0000 866) public Object visit(ASTPrimaryExpression primaryNode, Object data) {
867
867
c2bb8e5f4 pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java (Bendegúz Nagy 2017-07-20 22:31:54 +0000 867) // visit method arguments in reverse
868
868
c2bb8e5f4 pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java (Bendegúz Nagy 2017-07-20 22:31:54 +0000 868) for (int i = primaryNode.jjtGetNumChildren() - 1; i >= 0; --i) {
4175460d3 pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java (Bendegúz Nagy 2017-06-15 13:42:22 +0000 958) /**
959
959
ed9b015c9 pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java (Bendegúz Nagy 2017-07-05 11:57:50 +0000 959) * Returns the the first Class declaration around the node.
0 commit comments