This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 28160
Collapse All | Expand All

(-)src/org/netbeans/modules/classfile/ClassFile.java (-1 lines)
Lines 147-153 Link Here
147
            methods = Method.loadMethods(in, constantPool, this, includeCode);
147
            methods = Method.loadMethods(in, constantPool, this, includeCode);
148
            loadAttributes(in, constantPool);
148
            loadAttributes(in, constantPool);
149
        } catch (IOException ioe) {
149
        } catch (IOException ioe) {
150
            ioe.printStackTrace();
151
            throw new IOException("invalid class format");
150
            throw new IOException("invalid class format");
152
        }
151
        }
153
    }
152
    }

Return to bug 28160