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 176918 - IllegalArgumentException: No enum const class org.netbeans.modules.xml.wsdl.model.extensions.http.HTTPBinding$Verb.DELETE
Summary: IllegalArgumentException: No enum const class org.netbeans.modules.xml.wsdl.m...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 08:58 UTC by dcherk
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162210


Attachments
stacktrace (1.49 KB, text/plain)
2009-11-16 08:58 UTC, dcherk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dcherk 2009-11-16 08:58:54 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.IllegalArgumentException: No enum const class org.netbeans.modules.xml.wsdl.model.extensions.http.HTTPBinding$Verb.DELETE
        at java.lang.Enum.valueOf(Enum.java:196)
        at org.netbeans.modules.xml.wsdl.model.extensions.http.HTTPBinding$Verb.valueOf(HTTPBinding.java:53)
        at org.netbeans.modules.xml.wsdl.model.extensions.http.impl.HTTPBindingImpl.getVerb(HTTPBindingImpl.java:72)
        at org.netbeans.modules.xml.wsdl.model.extensions.http.validation.HTTPComponentValidator.visit(HTTPComponentValidator.java:309)
        at org.netbeans.modules.xml.wsdl.model.extensions.http.impl.HTTPBindingImpl.accept(HTTPBindingImpl.java:63)
        at org.netbeans.modules.xml.wsdl.model.extensions.http.validation.HTTPComponentValidator.validate(HTTPComponentValidator.java:106)
Comment 1 dcherk 2009-11-16 08:58:57 UTC
Created attachment 91106 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:35 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.