Description
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.
Attachments
Issue Links
- is cloned by
-
VELOCITY-751 CLONE -Remove "Exception" type throwing.
- Closed