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

Jarkko Viinamäki updated VELOCITY-751:
--------------------------------------

    Attachment: velocity-751-exception-fixes.patch

The current SVN trunk (head) has most "throws Exception" things removed but 
there were a few left. This patch removes many incorrect JavaDoc @throws 
statements and modifies some method signatures.

There are also some public interfaces that use "throws Exception" quite 
extensively. This is obviously bad practice. :(

> CLONE -Remove "Exception" type throwing.
> ----------------------------------------
>
>                 Key: VELOCITY-751
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-751
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Engine
>    Affects Versions: 1.6.2
>         Environment: NA
>            Reporter: Willi Schönborn
>         Attachments: velocity-751-exception-fixes.patch
>
>
> I have to use Checkstyle coding standards at my job. Some methos of Velocity 
> throw exceptions using the raw "Exception" type. So Checkstyle points an 
> error everywhere I use Velocity and, unfortunately, that's a fact I cannot 
> override in my source code. So it would be nice if those "throws Exception" 
> are replaced by some Velocity proper exception.

-- 
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: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to