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 128944 - NPE at *.saas.util.SaasUtil.wadlMethodFromIdRef(SaasUtil.java:264)
Summary: NPE at *.saas.util.SaasUtil.wadlMethodFromIdRef(SaasUtil.java:264)
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ayub Khan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 21:02 UTC by Lukas Jungmann
Modified: 2008-03-26 19:44 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 Lukas Jungmann 2008-03-02 21:02:52 UTC
-select AmazonS3 -> getBucket
-D'n'D the node into the Main.java

=>
java.lang.NullPointerException
        at org.netbeans.modules.websvc.saas.util.SaasUtil.wadlMethodFromIdRef(SaasUtil.java:264)
        at org.netbeans.modules.websvc.saas.model.WadlSaasMethod.getWadlMethod(WadlSaasMethod.java:136)
        at org.netbeans.modules.websvc.saas.codegen.java.JaxRsEditorDrop.doHandleTransfer(JaxRsEditorDrop.java:96)
        at org.netbeans.modules.websvc.saas.codegen.java.JaxRsEditorDrop.handleTransfer(JaxRsEditorDrop.java:89)
        at org.openide.text.QuietEditorPane$DelegatingTransferHandler.importData(QuietEditorPane.java:249)
...
Comment 1 Ayub Khan 2008-03-11 03:53:27 UTC
Fixed for 6.1
Comment 2 Lukas Jungmann 2008-03-26 19:44:37 UTC
v.