You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/08/26 10:33:59 UTC

[jira] Created: (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

JFSIndexRepository should be enhanced with new generic methods
--------------------------------------------------------------

                 Key: UIMA-1524
                 URL: https://issues.apache.org/jira/browse/UIMA-1524
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Jörn Kottmann


Existing methods should be overloaded with an additional Class argument to specify the exact return type. This changes make down casting of returned objects unnecessary. 

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


[jira] Updated: (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann updated UIMA-1524:
--------------------------------

    Fix Version/s: 2.3

> JFSIndexRepository should be enhanced with new generic methods
> --------------------------------------------------------------
>
>                 Key: UIMA-1524
>                 URL: https://issues.apache.org/jira/browse/UIMA-1524
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>             Fix For: 2.3
>
>
> Existing methods should be overloaded with an additional Class argument to specify the exact return type. This changes make down casting of returned objects unnecessary. 

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


[jira] Commented: (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747834#action_12747834 ] 

Jörn Kottmann commented on UIMA-1524:
-------------------------------------

Here is the thread which led to this issue:
http://markmail.org/thread/pafkl3luotd3wkfr

> JFSIndexRepository should be enhanced with new generic methods
> --------------------------------------------------------------
>
>                 Key: UIMA-1524
>                 URL: https://issues.apache.org/jira/browse/UIMA-1524
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>
> Existing methods should be overloaded with an additional Class argument to specify the exact return type. This changes make down casting of returned objects unnecessary. 

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


[jira] Updated: (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor updated UIMA-1524:
---------------------------------

    Affects Version/s: 2.3
        Fix Version/s:     (was: 2.3)

Defer past 2.3.0.  There are several changes / augmentations that can be done to exploit Java 5.  One issue is how best to do them, given that our interfaces for many parts of UIMA are "fixed" - and cannot have additional methods added without breaking compatibility.

> JFSIndexRepository should be enhanced with new generic methods
> --------------------------------------------------------------
>
>                 Key: UIMA-1524
>                 URL: https://issues.apache.org/jira/browse/UIMA-1524
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.3
>            Reporter: Jörn Kottmann
>
> Existing methods should be overloaded with an additional Class argument to specify the exact return type. This changes make down casting of returned objects unnecessary. 

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