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 Vandahl (JIRA)" <ji...@apache.org> on 2016/03/15 15:56:33 UTC

[jira] [Resolved] (TORQUE-342) XXXPeer.addSelectColumns() is declared to throw TorqueException for no apparent reason

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

Thomas Vandahl resolved TORQUE-342.
-----------------------------------
    Resolution: Fixed
      Assignee: Thomas Vandahl

Fixed in SVN

> XXXPeer.addSelectColumns() is declared to throw TorqueException for no apparent reason
> --------------------------------------------------------------------------------------
>
>                 Key: TORQUE-342
>                 URL: https://issues.apache.org/jira/browse/TORQUE-342
>             Project: Torque
>          Issue Type: Improvement
>          Components: Templates
>    Affects Versions: 4.0
>            Reporter: Thomas Vandahl
>            Assignee: Thomas Vandahl
>            Priority: Minor
>             Fix For: 4.1
>
>
> For example {{AuthorPeer.addSelectColumns()}} is declared as
> {code:java}
>     public static void addSelectColumns(Criteria criteria)
>             throws TorqueException
>     {
>         getAuthorPeerImpl().addSelectColumns(criteria);
>     }
> {code}
> {{getAuthorPeerImpl().addSelectColumns(criteria)}}, however actually calls {{BasePeerImpl.addSelectColumns(criteria)}} which does not throw any exceptions. Is this a leftover from previous times when the columns were drawn from the MapBuilders?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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