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 267896 - NullPointerException at com.sun.source.util.TreePath.<init>
Summary: NullPointerException at com.sun.source.util.TreePath.<init>
Status: RESOLVED DUPLICATE of bug 267881
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-06 08:58 UTC by ozziej
Modified: 2016-09-13 08:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226087


Attachments
stacktrace (3.74 KB, text/plain)
2016-09-06 08:58 UTC, ozziej
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ozziej 2016-09-06 08:58:00 UTC
Build: NetBeans IDE Dev (Build 201609050002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Mac OS X

User Comments:
ozziej: I examined an object in the debug window




Stacktrace: 
java.lang.NullPointerException
   at com.sun.source.util.TreePath.<init>(TreePath.java:112)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:70)
   at com.sun.source.util.TreeScanner.visitBinary(TreeScanner.java:625)
   at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1964)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.interpretOrCompileCode(PreferredCCParser.java:522)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.interpretOrCompileCode(EditorContextSupport.java:1452)
Comment 1 ozziej 2016-09-06 08:58:01 UTC
Created attachment 161920 [details]
stacktrace
Comment 2 Dusan Balek 2016-09-13 08:25:26 UTC

*** This bug has been marked as a duplicate of bug 267881 ***