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 232998 - AssertionError: Non empty container[list: [OperationInfo: org-netbeans-modules-scala-console[org.netbeans.modules.scala.console/null], OperationInfo: org.netbeans.modules.swingapplib[org.netbeans.modu
Summary: AssertionError: Non empty container[list: [OperationInfo: org-netbeans-module...
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 13:42 UTC by Exceptions Reporter
Modified: 2013-08-08 14:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202272


Attachments
stacktrace (4.13 KB, text/plain)
2013-07-18 13:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-07-18 13:42:57 UTC
This bug was originally marked as duplicate of bug 209610, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Linux

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
Installing/importing plugins from 7.3.1




Stacktrace: 
java.lang.AssertionError: Non empty container[list: [OperationInfo: org-netbeans-modules-scala-console[org.netbeans.modules.scala.console/null], OperationInfo: org.netbeans.modules.swingapplib[org.netbeans.modules.swingapplib/null], OperationInfo: org-netbeans-modules-scala-project[org.netbeans.modules.scala.project/null], OperationInfo: org-netbeans-modules-scala-sbt[org.netbeans.modules.scala.sbt/null], OperationInfo: org.netbeans.modules.android.kit[org.netbeans.modules.android.kit/null], OperationInfo: org.netbeans.modules.autosave[org.netbeans.modules.autosave/null], OperationInfo: org-netbeans-libs-scala-reflect[org.netbeans.libs.scala.reflect/null], OperationInfo: org.netbeans.gradle.project[org.netbeans.gradle.project/null], OperationInfo: org-netbeans-modules-scala-platform[org.netbeans.modules.scala.platform/null], OperationInfo: org-netbeans-modules-scala-stdplatform[org.netbeans.modules.scala.stdplatform/null], OperationInfo: org-netbeans-modules-scala-editor[org.netbeans.modules.scala.editor/null
   at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel.getBaseContainer(InstallUnitWizardModel.java:91)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel.<init>(InstallUnitWizardModel.java:79)
   at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizard.invokeWizard(InstallUnitWizard.java:71)
   at org.netbeans.modules.autoupdate.ui.UnitTab$AvailableAction.performerImpl(UnitTab.java:1330)
   at org.netbeans.modules.autoupdate.ui.UnitTab$TabAction.actionPerformed(UnitTab.java:1118)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
Comment 1 Exceptions Reporter 2013-07-18 13:42:59 UTC
Created attachment 137382 [details]
stacktrace
Comment 2 Jiri Rechtacek 2013-08-08 14:52:56 UTC
Could you describe exactly the steps to reproduce it? (What plugins did you import? What plugins did you install via Tools|Plugins?) Thanks