Hi guys,
I've replaced all "catch(final " strings with "catch("... Checked in SVN
trunk.
There is even a regular expression feature in Eclipse search/replace feature
that we could have leveraged... Eclipse developers can find good workarounds
sometimes ;-)
Best regards,
Jérôme Louvel
--
Restlet ~ Founder and Lead developer ~ <http://www.restlet.org/>
http://www.restlet.org
Noelios Technologies ~ Co-founder ~ <http://www.noelios.com/>
http://www.noelios.com
_____
De : Rob Heittman [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 15 octobre 2008 11:29
À : [email protected]
Objet : Re: XmlRepresentation.internalEval
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`