Toby Thain commented on THRIFT-633:
-----------------------------------
The bug is certainly still there with javac 1.5.0_19 and OS X 10.4.11.
Another problem under 1.5 is that IOException does not have the constructor used by Thrift code.
With the annotations removed, and the IOExceptions constructed using the parameter-less constructor, the code appears to build okay.
( sed -e /@Override/d -e 's/IOException(te)/IOException()/' )
It is unfortunate that 1.5 is not supported. Perhaps it should be a separate language target?
Generated code has @Override annotations which won't compile using Apple's JDK 1.5
----------------------------------------------------------------------------------
Key: THRIFT-633
URL: https://issues.apache.org/jira/browse/THRIFT-633
Project: Thrift
Issue Type: Bug
Components: Java - Compiler
Environment: Mac OS X Tiger/Leopard JDK 1.5
Reporter: Mathias Herberts
Apple's JDK 1.5 does not recognize @Override annotation. Tests fail with error:
[javac] /private/var/tmp/thrift-trunk/lib/java/gen-java/thrift/test/ComparableUnion.java:251: method does not override a method from its superclass
[javac] @Override
[javac] ^
------------------------------------------------------------------------------------
Key: THRIFT-633
URL: https://issues.apache.org/jira/browse/THRIFT-633
Project: Thrift
Issue Type: Bug
Components: Java - Compiler
Environment: Mac OS X Tiger/Leopard JDK 1.5
Reporter: Mathias Herberts
Apple's JDK 1.5 does not recognize @Override annotation. Tests fail with error:
[javac] /private/var/tmp/thrift-trunk/lib/java/gen-java/thrift/test/ComparableUnion.java:251: method does not override a method from its superclass
[javac] @Override
[javac] ^
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
