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 259142 - org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
Summary: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.Nul...
Status: NEW
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-05-05 12:09 UTC by petrk
Modified: 2016-05-17 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223898


Attachments
stacktrace (3.76 KB, text/plain)
2016-05-05 12:09 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2016-05-05 12:09:31 UTC
This bug was originally marked as duplicate of bug 243699, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20160504-60eceedfe924)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
petrk: Placed breakpoint in java file




Stacktrace: 
org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:420)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.scanReallyLazy(EditorContextSupport.java:1511)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.runWhenScanFinishedReallyLazy(EditorContextSupport.java:1472)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.getCurrentElement(EditorContextSupport.java:1237)
   at org.netbeans.modules.debugger.jpda.projectsui.EditorContextImpl.getCurrentElement(EditorContextImpl.java:970)
   at org.netbeans.modules.debugger.jpda.projectsui.EditorContextImpl.getCurrentElement(EditorContextImpl.java:925)
Comment 1 petrk 2016-05-05 12:09:32 UTC
Created attachment 159555 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-17 13:27:06 UTC
NullPointerException
	at com.sun.tools.javac.code.Types.unboxedType(Types.java:3954)