You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Thomas Fischer (JIRA)" <ji...@apache.org> on 2010/10/02 18:27:34 UTC

[jira] Created: (TORQUE-150) use generics in the Runtime

use generics in the Runtime
---------------------------

                 Key: TORQUE-150
                 URL: https://issues.apache.org/jira/browse/TORQUE-150
             Project: Torque
          Issue Type: Improvement
          Components: Runtime
            Reporter: Thomas Fischer


Java  5 Generics should be honored in the Runtime

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


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] Commented: (TORQUE-150) use generics in the Runtime

Posted by "Thomas Fischer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TORQUE-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917213#action_12917213 ] 

Thomas Fischer commented on TORQUE-150:
---------------------------------------

BasePeer.doSelect() returns a list of Records
XXXPeer.doSelect() which inherits from BasePeer returns a list of XXX
So one of them must be renamend, in this case BasePeer.doSelect because XXXPeer.doSelect() is used very often by Users.
Will change BasePeer.doSelect() to BasePeer.doSelectVillageRecords()
NB: Removing village will have lead to changes in this method anyway.

> use generics in the Runtime
> ---------------------------
>
>                 Key: TORQUE-150
>                 URL: https://issues.apache.org/jira/browse/TORQUE-150
>             Project: Torque
>          Issue Type: Improvement
>          Components: Runtime
>            Reporter: Thomas Fischer
>
> Java  5 Generics should be honored in the Runtime

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


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] Commented: (TORQUE-150) use generics in the Runtime

Posted by "Thomas Fischer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TORQUE-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917217#action_12917217 ] 

Thomas Fischer commented on TORQUE-150:
---------------------------------------

Done in 4.0 branch except for managers package

> use generics in the Runtime
> ---------------------------
>
>                 Key: TORQUE-150
>                 URL: https://issues.apache.org/jira/browse/TORQUE-150
>             Project: Torque
>          Issue Type: Improvement
>          Components: Runtime
>            Reporter: Thomas Fischer
>
> Java  5 Generics should be honored in the Runtime

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


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org