[ 
https://issues.apache.org/jira/browse/THRIFT-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600042#action_12600042
 ] 

Johan Stuyts commented on THRIFT-15:
------------------------------------

I should have been more specific about the problem. The issue is the name of 
the enum, not the name of the class used to store constants. So just renaming 
that enum will do.

I have not looked at the implications of renaming yet, but I will. If the 
number of changes is small, I will make them and add a patch.

> Name of struct 'constants' clashes with class name used for constants
> ---------------------------------------------------------------------
>
>                 Key: THRIFT-15
>                 URL: https://issues.apache.org/jira/browse/THRIFT-15
>             Project: Thrift
>          Issue Type: Bug
>          Components: Test Suite
>            Reporter: Johan Stuyts
>            Priority: Minor
>
> The Thrift file {{ConstantsDemo.thrift}} In the directory {{test}} defines an 
> enum {{constants}}. The Java file generated for this enum is 
> {{constants.java}}. On case-insensitive filesystems this will clash with the 
> Java file generated for constants: {{Constants.java}}.

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

Reply via email to