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.

Bug 255489 - NullPointerException: Issue #246934 - method tree: protected z16$z1 m1(z102 var1) { byte[] var2 = new byte[64]; int var3 = 0; z16$z1 var4 = new z16$z1(this); try { var3 = var1
Summary: NullPointerException: Issue #246934 - method tree: protected z16$z1 m1(z102 ...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 255490 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-09-22 14:24 UTC by Exceptions Reporter
Modified: 2015-09-24 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220109


Attachments
stacktrace (7.04 KB, text/plain)
2015-09-22 14:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-22 14:24:37 UTC
This bug was originally marked as duplicate of bug 246934, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
GUEST: ..




Stacktrace: 
java.lang.NullPointerException: Issue #246934 - method tree: 
protected z16$z1 m1(z102 var1) {
    byte[] var2 = new byte[64];
    int var3 = 0;
    z16$z1 var4 = new z16$z1(this);
    try {
        var3 = var1.m1(var2, 0, var2.length);
    } catch (Exception var6) {
        var4.m1 = new com.aspose.pdf.internal.p239.z6("Cannot read buffer. " + var6.getMessage());
    }
    if (var4.m1 == null && var3 != var2.length) {
        var4.m1 = new com.aspose.pdf.internal.p239.z6("Cannot read buffer.");
    }
    var4.m2 = var2;
    return var4;
}
   at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1999)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1522)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:952)
   at com.sun.tools.javac.jvm.Gen.visitAssign(Gen.java:2055)
   at com.sun.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:1692)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:952)
Comment 1 Exceptions Reporter 2015-09-22 14:24:39 UTC
Created attachment 156354 [details]
stacktrace
Comment 2 Dusan Balek 2015-09-24 09:33:17 UTC
*** Bug 255490 has been marked as a duplicate of this bug. ***