You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Dirk Balfanz (JIRA)" <ji...@apache.org> on 2008/03/19 19:28:24 UTC

[jira] Created: (SHINDIG-142) @Overrides are for subclasses only, not for interface implmentations

@Overrides are for subclasses only, not for interface implmentations
--------------------------------------------------------------------

                 Key: SHINDIG-142
                 URL: https://issues.apache.org/jira/browse/SHINDIG-142
             Project: Shindig
          Issue Type: Bug
          Components: Gadgets Server - Java
            Reporter: Dirk Balfanz


I noticed two test cases that use the @Override tag for methods that implement an interface (as opposed to override a superclass method). Some compilers might flag that as an error (e.g. the one that eclipse uses internally does).


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


[jira] Updated: (SHINDIG-142) @Overrides are for subclasses only, not for interface implmentations

Posted by "Dirk Balfanz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirk Balfanz updated SHINDIG-142:
---------------------------------

    Attachment: patch.txt

This patch removes three faulty @Override annotations, and also gets rid of trailing white spaces in the two files that are affected.


> @Overrides are for subclasses only, not for interface implmentations
> --------------------------------------------------------------------
>
>                 Key: SHINDIG-142
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-142
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Dirk Balfanz
>         Attachments: patch.txt
>
>
> I noticed two test cases that use the @Override tag for methods that implement an interface (as opposed to override a superclass method). Some compilers might flag that as an error (e.g. the one that eclipse uses internally does).

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


[jira] Resolved: (SHINDIG-142) @Overrides are for subclasses only, not for interface implmentations

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-142.
----------------------------------

    Resolution: Fixed

patch applied


> @Overrides are for subclasses only, not for interface implmentations
> --------------------------------------------------------------------
>
>                 Key: SHINDIG-142
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-142
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Dirk Balfanz
>         Attachments: patch.txt
>
>
> I noticed two test cases that use the @Override tag for methods that implement an interface (as opposed to override a superclass method). Some compilers might flag that as an error (e.g. the one that eclipse uses internally does).

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