https://issues.apache.org/bugzilla/show_bug.cgi?id=51565
--- Comment #1 from Jonas Maebe <[email protected]> 2011-07-27 14:19:59 UTC --- Created attachment 27324 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27324 Patch to fix crash in Pass3bVerifier when going over empty methods Pass3bVerifier crashes at Pass3bVerifier.java:255 when running on empty methods, because ih.getPrev() is null in that case. The attached patch fixes that. -- 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]
