You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2009/12/29 19:20:50 UTC

[jira] Created: (THRIFT-667) Period should not be allowed in constant names (or enum value names)

Period should not be allowed in constant names (or enum value names)
--------------------------------------------------------------------

                 Key: THRIFT-667
                 URL: https://issues.apache.org/jira/browse/THRIFT-667
             Project: Thrift
          Issue Type: Bug
          Components: Compiler (General)
    Affects Versions: 0.2
            Reporter: Bryan Duxbury
            Assignee: Bryan Duxbury
             Fix For: 0.3


I had an enum with a value named "BLAH.SOMETHING", which the compiler happily consumed, outputting invalid Java code. Period should not be allowed in names like this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.