Share

PMD

Tracker: Bugs

5 ClassTypeResolver.visit(ASTClassOrInterfaceType, Object) - ID: 2892980
Last Update: Attachment added ( nradov )

See this forum topic.
https://sourceforge.net/projects/pmd/forums/forum/188194/topic/3450725

The
net.sourceforge.pmd.lang.java.typeresolution.ClassTypeResolver.visit(ASTCla
ssOrInterfaceType, 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.


Nick Radov ( nradov ) - 2009-11-06 01:58

5

Open

None

Tom Copeland

pmd

None

Public


Comments

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
patch.txt patch as recommended by rgustav Download

Change ( 1 )

Field Old Value Date By
File Added 349821: patch.txt 2009-11-06 18:46 nradov