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 197300 - NullPointerException at org.netbeans.modules.debugger.jpda.projects.ToolTipAnnotation$1.run
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.projects.ToolTipAn...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 199435 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-03-31 23:25 UTC by emiddio
Modified: 2011-06-15 14:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178082


Attachments
stacktrace (832 bytes, text/plain)
2011-03-31 23:25 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2011-03-31 23:25:24 UTC
Build: NetBeans IDE Dev (Build 201103300400)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.projects.ToolTipAnnotation$1.run(ToolTipAnnotation.java:282)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:148)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
Comment 1 emiddio 2011-03-31 23:25:29 UTC
Created attachment 107417 [details]
stacktrace
Comment 2 Martin Entlicher 2011-04-04 14:35:14 UTC
The attached messages.log file does not contain this exception. But you have a bad path there:
C:\Sun\openjdk6b18\langtoolsNB\test\com\sun\javadoc\DocRootSlash\...\docs1
The three dots are wrong.

I'll fix the exception...
Comment 3 Martin Entlicher 2011-04-04 15:32:58 UTC
Fixed by changeset:   191929:9270dd40b958
http://hg.netbeans.org/main/rev/9270dd40b958
Comment 4 Quality Engineering 2011-04-05 08:38:17 UTC
Integrated into 'main-golden', will be available in build *201104050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9270dd40b958
User: mentlicher@netbeans.org
Log: #197300 Prevent from NPE.
Comment 5 Martin Entlicher 2011-06-15 14:37:53 UTC
*** Bug 199435 has been marked as a duplicate of this bug. ***