Clean Stack Traces in Groovy using Eclipse?

Posted by yar on Stack Overflow See other posts from Stack Overflow or by yar
Published on 2010-02-25T12:50:01Z Indexed on 2010/06/01 12:43 UTC
Read the original article Hit count: 202

Filed under:
|

I am using Groovy in a Java Swing application as part of my plan to force-feed myself dynamic languages until I like them (which is happening, partly).

My stack traces are filled with Groovy stuff like

org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor

is there a way to get Eclipse to remove all of that codehaus stuff (filter stack traces, basically)?

Edit: I can do this from the command-line with grep (well, not yet) so it's not so bad, but inside of Eclipse would be great too.

© Stack Overflow or respective owner

Related posts about java

Related posts about groovy