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 60823 - auto completion null pointer exception
Summary: auto completion null pointer exception
Status: RESOLVED DUPLICATE of bug 60483
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 12:00 UTC by pmoc
Modified: 2007-11-05 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pmoc 2005-07-09 12:00:59 UTC
*********** Exception occurred ************ at 12:50 PM on Jul 9, 2005
java.lang.NullPointerException
	at
org.netbeans.modules.editor.completion.CompletionImpl.requestShowCompletionPane(CompletionImpl.java:475)
	at
org.netbeans.modules.editor.completion.CompletionImpl.finishNotify(CompletionImpl.java:695)
	at
org.netbeans.modules.editor.completion.CompletionResultSetImpl.finish(CompletionResultSetImpl.java:199)
	at
org.netbeans.spi.editor.completion.CompletionResultSet.finish(CompletionResultSet.java:184)
	at
org.netbeans.modules.editor.java.AbbreviationsCompletionProvider$Query.query(AbbreviationsCompletionProvider.java:80)
	at
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:181)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Peter Pis 2005-07-11 10:15:51 UTC
Reassigning to editor for evaluation.
Comment 2 Martin Roskanin 2005-07-11 10:23:49 UTC
already reported, thanks.

*** This issue has been marked as a duplicate of 60483 ***