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.