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 217305

Summary: NullPointerException at org.netbeans.modules.web.client.rest.wizard.RestPanelVisual.suggestJsName
Product: web Reporter: Jiri Skrivanek <jskrivanek>
Component: Web Services ClientAssignee: Denis Anisimov <ads>
Status: VERIFIED FIXED    
Severity: normal CC: pjiricka
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191782
Attachments: stacktrace

Description Jiri Skrivanek 2012-08-23 13:30:00 UTC
This issue was reported manually by jskrivanek.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build EaselCSS-540-on-20120822)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

User Comments:
jskrivanek: I did the following:
- create REST service in web project with WebLogic server
- create new HTML5 project
- open new file wizard
- select "HTML/JavaScript|RESTful JavaScript Client"
- click Next




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.client.rest.wizard.RestPanelVisual.suggestJsName(RestPanelVisual.java:266)
   at org.netbeans.modules.web.client.rest.wizard.RestPanelVisual.<init>(RestPanelVisual.java:80)
   at org.netbeans.modules.web.client.rest.wizard.RestPanel.getComponent(RestPanel.java:89)
   at org.netbeans.modules.project.ui.SimpleTargetChooserPanel.getComponent(SimpleTargetChooserPanel.java:98)
   at org.netbeans.modules.web.client.rest.wizard.FinishPanelDelegate.getComponent(FinishPanelDelegate.java:76)
   at org.netbeans.modules.web.client.rest.wizard.JSClientIterator.setSteps(JSClientIterator.java:320)
Comment 1 Jiri Skrivanek 2012-08-23 13:30:02 UTC
Created attachment 123466 [details]
stacktrace
Comment 2 Denis Anisimov 2012-09-03 11:39:38 UTC
web-main#1f4515e96c82
Comment 3 Quality Engineering 2012-09-04 01:10:18 UTC
Integrated into 'main-golden', will be available in build *201209040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1f4515e96c82
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#217305 - NullPointerException at org.netbeans.modules.web.client.rest.wizard.RestPanelVisual.suggestJsName