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 256460 - IllegalArgumentException: Cannot create a QualIdent for tempconvertor.TempConvertorSkeletonInterface
Summary: IllegalArgumentException: Cannot create a QualIdent for tempconvertor.TempCon...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Axis2 (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 12:55 UTC by Exceptions Reporter
Modified: 2015-11-09 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221056


Attachments
stacktrace (2.73 KB, text/plain)
2015-11-09 12:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-09 12:55:41 UTC
This bug was originally marked as duplicate of bug 204736, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: error occured while creating a skeleton with Axis2. But the build was successful and I can continue.




Stacktrace: 
java.lang.IllegalArgumentException: Cannot create a QualIdent for tempconvertor.TempConvertorSkeletonInterface
   at org.netbeans.modules.websvc.axis2.java.GenerationUtils.createQualIdent(GenerationUtils.java:735)
   at org.netbeans.modules.websvc.axis2.java.GenerationUtils.addImplementsClause(GenerationUtils.java:707)
   at org.netbeans.modules.websvc.axis2.wizards.WizardUtils$3.run(WizardUtils.java:385)
   at org.netbeans.modules.websvc.axis2.wizards.WizardUtils$3.run(WizardUtils.java:372)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:636)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:626)
Comment 1 Exceptions Reporter 2015-11-09 12:55:43 UTC
Created attachment 157230 [details]
stacktrace