[jira] Commented: (MPJXR-19) JXR can't process Java 5 enum classes.
[ http://jira.codehaus.org/browse/MPJXR-19?page=comments#action_40856 ] Carlos Sanchez commented on MPJXR-19: - Could you post the file that it's causing the error? > JXR can't process Java 5 enum classes. > -- > >
[jira] Commented: (MPJXR-19) JXR can't process Java 5 enum classes.
The following comment has been added to this issue: Author: Stephen Scaringi Created: Fri, 24 Sep 2004 9:57 AM Body: Hello, It looks like this can be fixed by adding the following to line 110 of JavaFileImple.parse(): || stok.sval.equals("enum")) -Stephen -