You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2019/04/21 15:12:00 UTC

[jira] [Assigned] (OFBIZ-10939) @Override annotations should be used when possible

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

Mathieu Lirzin reassigned OFBIZ-10939:
--------------------------------------

    Assignee: Mathieu Lirzin

> @Override annotations should be used when possible
> --------------------------------------------------
>
>                 Key: OFBIZ-10939
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10939
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Mathieu Lirzin
>            Assignee: Mathieu Lirzin
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-10939_Use-the-Override-annotation.patch
>
>
> The ‘@Override’ annotation helps readers to understand that the method
> at hand is overriding a super class or implementing an interface.
> Additionally it allows the compiler to check if the methods annotated
> with ‘@Override’ are actually implementing an abstract method.
> Using that annotation makes ‘@see foo.bar.ParentClass#myMethod’
> comments useless.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)