You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2003/08/12 10:33:29 UTC

DO NOT REPLY [Bug 22344] New: - In J2SDK 1.5.0 (Tiger) enum is a keyword

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=22344>.
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=22344

In J2SDK 1.5.0 (Tiger) enum is a keyword

           Summary: In J2SDK 1.5.0 (Tiger) enum is a keyword
           Product: Lucene
           Version: unspecified
          Platform: All
               URL: http://jcp.org/en/jsr/detail?id=201
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: rstupp@pironet-ndh.com


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