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 179711 - Exception after nearly all code completion invocation
Summary: Exception after nearly all code completion invocation
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
: 179728 180318 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-20 08:32 UTC by Tomas Zezula
Modified: 2011-05-25 11:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (3.16 KB, text/plain)
2010-01-21 07:06 UTC, Andrei Chistiakov
Details
stacktrace (3.16 KB, text/plain)
2010-01-29 07:22 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2010-01-20 08:32:01 UTC
java.lang.NullPointerException
	at org.netbeans.modules.editor.completion.CompletionImpl$Profile.stop(CompletionImpl.java:1773)
	at org.netbeans.modules.editor.completion.CompletionImpl$Profile.access$3300(CompletionImpl.java:1743)
	at org.netbeans.modules.editor.completion.CompletionImpl.stopProfiling(CompletionImpl.java:1791)
	at org.netbeans.modules.editor.completion.CompletionImpl.access$1800(CompletionImpl.java:106)
[catch] at org.netbeans.modules.editor.completion.CompletionImpl$7.run(CompletionImpl.java:945)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:127)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Jindrich Sedek 2010-01-20 08:48:15 UTC
fixed.
web-main#9080c2ce1258
Comment 2 Jindrich Sedek 2010-01-21 01:29:12 UTC
*** Bug 179728 has been marked as a duplicate of this bug. ***
Comment 3 Andrei Chistiakov 2010-01-21 07:06:21 UTC
Created attachment 93455 [details]
stacktrace
Comment 4 Alexandr Scherbatiy 2010-01-29 07:22:19 UTC
Created attachment 93657 [details]
stacktrace
Comment 5 Dusan Balek 2010-02-05 02:18:28 UTC
*** Bug 180318 has been marked as a duplicate of this bug. ***