You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2008/12/03 12:05:44 UTC

[jira] Resolved: (QPID-1501) Remove @Override usages where the override is from an interface and so fails under Java 1.5

     [ https://issues.apache.org/jira/browse/QPID-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved QPID-1501.
-------------------------------

    Resolution: Fixed

Patch does what it says - removes the @Overrides which related to interface implementation not overriding superclass implementations.

not tests necessary as just annotations being removed (for the sake of getting the files to compile with Sun JDK 1.5)

> Remove @Override usages where the override is from an interface and so fails under Java 1.5
> -------------------------------------------------------------------------------------------
>
>                 Key: QPID-1501
>                 URL: https://issues.apache.org/jira/browse/QPID-1501
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Rob Godfrey
>            Priority: Minor
>             Fix For: M4
>
>
> Summary: 
> The following files cause issues under Java 1.5 on Mac OS X due to the @Override problem.
> ExtractResendAndRequeue.java
> subscription/SubscriptionImpl.java
> subscription/MockSubscription.java
> queue/SubscriptionTestHelper.java

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