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 220698 - AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
Summary: AssertionError: OperationSupport cannot be null because OperationContainer co...
Status: RESOLVED DUPLICATE of bug 220697
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 00:09 UTC by Chiana
Modified: 2012-10-24 08:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193975


Attachments
stacktrace (4.69 KB, text/plain)
2012-10-24 00:09 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2012-10-24 00:09:51 UTC
This bug was originally marked as duplicate of bug 158350, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201210231040)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
Chiana: Created a new java application, running on Ubuntu in a virtual environment.




Stacktrace: 
java.lang.AssertionError: OperationSupport cannot be null because OperationContainer contains elements: [] and invalid elements []
   at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep.handleAction(UninstallStep.java:169)
   at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep.doAction(UninstallStep.java:155)
   at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep.access$000(UninstallStep.java:70)
   at org.netbeans.modules.autoupdate.ui.wizards.UninstallStep$1.propertyChange(UninstallStep.java:129)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
Comment 1 Chiana 2012-10-24 00:09:54 UTC
Created attachment 126419 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-10-24 08:23:27 UTC

*** This bug has been marked as a duplicate of bug 220697 ***