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 163231 - AssertionError: Invalid suite provider for: C:\Development\esp\esp.math\jscience
Summary: AssertionError: Invalid suite provider for: C:\Development\esp\esp.math\jscience
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 11:48 UTC by harmanpa
Modified: 2009-04-23 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 34249


Attachments
stacktrace (2.68 KB, text/plain)
2009-04-21 11:49 UTC, harmanpa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description harmanpa 2009-04-21 11:48:52 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
harmanpa: Trying to add modules to a suite which I had moved from another suite.



Stacktrace: 
java.lang.AssertionError: Invalid suite provider for: C:\Development\esp\esp.math\jscience
        at org.netbeans.modules.apisupport.project.ui.UIUtil.getSuiteDirectory(UIUtil.java:753)
        at org.netbeans.modules.apisupport.project.ui.UIUtil.getSuiteProjectName(UIUtil.java:763)
        at org.netbeans.modules.apisupport.project.ui.UIUtil.chooseSuiteComponent(UIUtil.java:592)
        at org.netbeans.modules.apisupport.project.ui.ModulesNodeFactory$AddSuiteComponentAction.actionPerformed(ModulesNodeFactory.java:198)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 1 harmanpa 2009-04-21 11:49:04 UTC
Created attachment 80581 [details]
stacktrace
Comment 2 rmichalsky 2009-04-23 09:48:43 UTC
should be already fixed with changeset core-main #41cd4c9d07d1, please verify.