You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by bu...@apache.org on 2009/05/22 20:42:53 UTC

DO NOT REPLY [Bug 47249] org.apache.bcel.classfile.ClassParser: NullPointerException caused by invalid filename

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





--- Comment #1 from Vít Šesták aka v6ak <qw...@soukroma.cz>  2009-05-22 11:42:53 PST ---
Try to insert after 121 code like this:
                    if(entry == null){
                        throw new IOException("File "+file_name+" not found");
                    }

-- 
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: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org