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 85231 - IAE while renaming a service in the WSDL editor
Summary: IAE while renaming a service in the WSDL editor
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-19 12:59 UTC by Tim Lebedkov
Modified: 2007-09-25 01:33 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 Tim Lebedkov 2006-09-19 12:59:01 UTC
java.lang.IllegalArgumentException
	at
org.netbeans.spi.project.support.GenericSources$Group.contains(GenericSources.java:137)
	at
org.netbeans.modules.xml.refactoring.ui.util.AnalysisUtilities.findSourceGroup(AnalysisUtilities.java:179)
	at
org.netbeans.modules.xml.refactoring.ui.readers.WhereUsedReader.insertTargetComponent(WhereUsedReader.java:1211)
	at
org.netbeans.modules.xml.refactoring.ui.j.ui.RefactoringPanel$5.run(RefactoringPanel.java:703)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Vladimir Yaroslavskiy 2006-09-19 13:03:19 UTC
The bug is in xml module, not bpel.
Comment 2 Nam Nguyen 2006-09-23 18:11:37 UTC
This exception has been fixed as part of the fix for another bug.
Comment 3 Tim Lebedkov 2007-09-19 18:03:59 UTC
ok