DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22342>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22342 In J2SDK 1.5.0 (Tiger) enum is a keyword Summary: In J2SDK 1.5.0 (Tiger) enum is a keyword Product: XalanJ2 Version: 2.5 Platform: All URL: http://jcp.org/en/jsr/detail?id=201 OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi! Tiger adds extensions to the Java Programming Language (JSR201). One is "Enumerations", which required to add the new keyword enum. I just made a grep (grep -lrw) over some sources and found some Apache projects using enum as a word. To be compliant with the new specification, please check that enum is not used as a variable, field or method name. Regards, Robert
