https://issues.apache.org/bugzilla/show_bug.cgi?id=43367
--- Comment #3 from Dave Brosius <[email protected]> 2011-03-15 02:08:57 EDT --- Actually javac doesn't add entries to the local variable table that you don't use, so perhaps the real fix is to strip unused local variables from the local variable table. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
