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 70840 - IAE when unit test moved from one module to another
Summary: IAE when unit test moved from one module to another
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-28 22:19 UTC by pzajac
Modified: 2006-02-10 14:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (827 bytes, text/plain)
2005-12-28 22:21 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-12-28 22:19:59 UTC
[200512202030]
Two netbeans modules are in a module suite. I moved tests from module1 to
module2. IAE exception was thrown:
java.lang.IllegalArgumentException
	at
org.netbeans.spi.project.support.GenericSources$Group.contains(GenericSources.java:131)
	at
org.netbeans.modules.apisupport.refactoring.NbMoveRefactoringPlugin.findPackageName(NbMoveRefactoringPlugin.java:268)
Comment 1 pzajac 2005-12-28 22:21:04 UTC
Created attachment 28090 [details]
exception
Comment 2 Milos Kleint 2006-01-02 11:02:43 UTC
fixed in trunk.
Comment 3 Jesse Glick 2006-01-02 17:29:10 UTC
Please remember to use 5.1 M1 for apisupport fixes, not 5.1.
Comment 4 Jesse Glick 2006-01-30 00:12:52 UTC
Just improving summary.
Comment 5 pzajac 2006-02-10 14:48:21 UTC
Cannot reproduce -> verified.