On 2013-03-11, Gary Gregory wrote:

> - Some (maybe not all) of the PMD/CPD issues seems easy to fix

At least the CPD one looks easier than it is - it uses a lot of
variables that are mutated and used outside of the block.

Many of the PMDs have reasons as well like overriding equals when not
doing it causes a different rule to fire or deliberately swallowing
exceptions when closing a stream inside a finally block so the original
exception isn't masked.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to