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 157047 - NullPointerException at org.netbeans.modules.scala.debugger.projects.EditorContextImpl.removeAnnotation
Summary: NullPointerException at org.netbeans.modules.scala.debugger.projects.EditorCo...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 11:40 UTC by Marian Mirilovic
Modified: 2009-01-19 11:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 26139


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-19 11:40:56 UTC
41 duplicates so far ... reported mainly against NB 6.0/1

Build: NetBeans IDE Dev (Build 200802100004)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Windows Vista, 6.0, x86
User comments: tracing a scala servlet running in tomcat

val out:PrintWriter = res.getWriter();
out.print( doGetXML (req).toString ());      <--- think it was here
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.scala.debugger.projects.EditorContextImpl.removeAnnotation(EditorContextImpl.java:340)
        at org.netbeans.modules.scala.debugger.projects.EditorContextImpl.removeAnnotation(EditorContextImpl.java:335)
        at
org.netbeans.modules.debugger.jpda.ui.EditorContextBridge$CompoundContextProvider.removeAnnotation(EditorContextBridge.java:423)
        at
org.netbeans.modules.debugger.jpda.ui.CurrentThreadAnnotationListener$2.run(CurrentThreadAnnotationListener.java:227)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)