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 243595 - NullPointerException at com.sun.source.util.TreePath.<init>
Summary: NullPointerException at com.sun.source.util.TreePath.<init>
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-06 06:07 UTC by misterm
Modified: 2014-04-12 05:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208946


Attachments
stacktrace (10.77 KB, text/plain)
2014-04-06 06:07 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2014-04-06 06:07:53 UTC
Build: NetBeans IDE Dev (Build 20140403-63c0aba6d82f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
misterm: .




Stacktrace: 
java.lang.NullPointerException
   at com.sun.source.util.TreePath.<init>(TreePath.java:97)
   at org.netbeans.modules.java.editor.semantic.Utilities.findIdentifierSpanImpl(Utilities.java:306)
   at org.netbeans.modules.java.editor.semantic.Utilities.access$000(Utilities.java:94)
   at org.netbeans.modules.java.editor.semantic.Utilities$2.run(Utilities.java:425)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1391)
   at org.netbeans.modules.java.editor.semantic.Utilities.findIdentifierSpan(Utilities.java:429)
Comment 1 misterm 2014-04-06 06:07:55 UTC
Created attachment 146580 [details]
stacktrace
Comment 2 Dusan Balek 2014-04-11 08:30:03 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/9a603fe67fd6
Comment 3 Quality Engineering 2014-04-12 05:06:11 UTC
Integrated into 'main-silver', will be available in build *201404120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9a603fe67fd6
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #243595: NullPointerException at com.sun.source.util.TreePath.<init> - fixed.