ClassTypeResolver.visit(ASTClassOrInterfaceType, Object)
A source code analyzer
Brought to you by:
adangel,
juansotuyo
See this forum topic.
https://sourceforge.net/projects/pmd/forums/forum/188194/topic/3450725
The net.sourceforge.pmd.lang.java.typeresolution.ClassTypeResolver.visit(ASTClassOrInterfaceType, Object) method fails to call super.visit, so child nodes are not visited. Some other forms of the visit method in that same class appear to have a similar problem. It's not clear whether super.visit should be called first or last.
patch as recommended by rgustav