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 256905 - NullPointerException at org.netbeans.modules.debugger.jpda.EditorContextBridge$CompoundContextProvider.getImports
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.EditorContextBridg...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 18:41 UTC by Leperous
Modified: 2015-12-01 18:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221450


Attachments
stacktrace (1.24 KB, text/plain)
2015-12-01 18:41 UTC, Leperous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leperous 2015-12-01 18:41:51 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
Leperous: Not sure




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.EditorContextBridge$CompoundContextProvider.getImports(EditorContextBridge.java:438)
   at org.netbeans.modules.debugger.jpda.JavaEvaluator.evaluateIn(JavaEvaluator.java:139)
   at org.netbeans.modules.debugger.jpda.JavaEvaluator.evaluate(JavaEvaluator.java:107)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorExpression$AssociatedExpression.evaluate(EvaluatorExpression.java:90)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorExpression.evaluate(EvaluatorExpression.java:73)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.evaluateGeneric(JPDADebuggerImpl.java:965)
Comment 1 Leperous 2015-12-01 18:41:55 UTC
Created attachment 157601 [details]
stacktrace