You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2011/07/27 16:19:59 UTC

DO NOT REPLY [Bug 51565] [patch] Pass3bVerifier crashes on empty methods

https://issues.apache.org/bugzilla/show_bug.cgi?id=51565

--- Comment #1 from Jonas Maebe <jo...@gmail.com> 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: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org