You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2013/06/28 18:55:20 UTC

[jira] [Created] (ISIS-451) Abstract methods (and perhaps synthetic methods) not being filtered out of metamodel

Dan Haywood created ISIS-451:
--------------------------------

             Summary: Abstract methods (and perhaps synthetic methods) not being filtered out of metamodel
                 Key: ISIS-451
                 URL: https://issues.apache.org/jira/browse/ISIS-451
             Project: Isis
          Issue Type: Bug
          Components: Core
    Affects Versions: core-1.2.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: core-1.3.0


... leading to situation where two properties seemingly appear for the same method.

For example, declare:

public interface WithInterval<T> {
    /// other stuff
    T getNext();
    T getPrevious();
}

and then:

public class SomeEntity implements WithInterval<SomeEntity> {
    ...
}

... would find that there would be two "next" and two "previous" properties displayed.  One is for the impl within SomeEntity, and one is for the abstract definition of the method in WithInterval.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira