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 107573 - NPE when invoking code completion in abbreviations editor
Summary: NPE when invoking code completion in abbreviations editor
Status: VERIFIED DUPLICATE of bug 108053
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 07:57 UTC by Jiri Prox
Modified: 2008-02-15 10:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full stacktrace (2.91 KB, text/plain)
2007-06-21 07:58 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2007-06-21 07:57:59 UTC
Product Version: NetBeans IDE Dev (Build 070621) Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 System:
Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) Userdir: /space/u9

NPE is thrown when code completion is invoked in abbreviations editor.

Steps to reproduce:
1) open options dialog
2) goto Editor | Code Templates
3) select some code template 
4) in Expanded text textarea call code completion
->

ava.lang.NullPointerException: Passed null to WebServicesSupport.getWebServicesSupport(FileObject)
	at org.netbeans.modules.websvc.jaxws.api.JAXWSSupport.getJAXWSSupport(JAXWSSupport.java:73)
	at
org.netbeans.modules.websvc.editor.completion.WSCompletionProvider$WsCompletionQuery.prepareQuery(WSCompletionProvider.java:147)
	at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.performQuery(AsyncCompletionTask.java:148)
Comment 1 Jiri Prox 2007-06-21 07:58:24 UTC
Created attachment 44138 [details]
full stacktrace
Comment 2 Milan Kuchtiak 2007-08-20 14:11:07 UTC

*** This issue has been marked as a duplicate of 108053 ***
Comment 3 Jiri Prox 2008-02-15 10:53:49 UTC
verified duplicate