You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2015/11/03 17:05:27 UTC

[jira] [Resolved] (LUCENE-6877) eclipse generated try/catch discards exception

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

Robert Muir resolved LUCENE-6877.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 5.4
                   Trunk

> eclipse generated try/catch discards exception
> ----------------------------------------------
>
>                 Key: LUCENE-6877
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6877
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Robert Muir
>             Fix For: Trunk, 5.4
>
>         Attachments: LUCENE-6877.patch
>
>
> The (horrible) eclipse default is something like this:
> {noformat}
> // TODO: autogenerated stub
> e.printStackTrace();
> {noformat}
> The current eclipse config does this, which is better, but loses the original exc:
> {noformat}
> throw new RuntimeException()
> {noformat}
> But it should be:
> {noformat}
> throw new RuntimeException(${exception_var})
> {noformat}



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

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