You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Mathias Herberts (JIRA)" <ji...@apache.org> on 2009/11/19 21:35:39 UTC

[jira] Created: (THRIFT-633) Generated code has @Override annotations which won't compile using Apple's JDK 1.5

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: Compiler (Java)
         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.
-
You can reply to this email to add a comment to the issue online.