I don't suppose we have any Eclipse developers on the list taking notes? On Wed, Oct 15, 2008 at 3:26 AM, Richard Hoberman < [EMAIL PROTECTED]> wrote:
> Tim Peierls wrote: > > It's not a huge deal, but superfluous final keywords are clutter that > > distract from the places where final is being used meaningfully. I > > think it's worth cleaning this up incrementally in Restlet. > This would do it: > > perl -pie 's/final (?=[a-zA-Z]*Exception)//g' `find . -name \*.java` >

