Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
RedHat 5.5, C++, thrift-0.8.0
-
Patch Available
Description
I noticed that the Thrift IDL compiler allows for multiple exceptions instances to utilize the same name... This is a problem because when compiling to C+, the generated C+ code will not compile properly:
service whatever
{
void insert(1: string s) throws (1: NS nst, WX wxx, NSTx nst),
}
Attachments
Attachments
Issue Links
- is duplicated by
-
THRIFT-1835 Compiler should fail when duplicate field names are present
- Closed