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.