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 213910 - IllegalArgumentException: Invalid org.netbeans.modules.junitlib for operation INSTALL
Summary: IllegalArgumentException: Invalid org.netbeans.modules.junitlib for operation...
Status: RESOLVED DUPLICATE of bug 197567
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-10 15:16 UTC by Exceptions Reporter
Modified: 2012-06-19 07:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189284


Attachments
stacktrace (4.29 KB, text/plain)
2012-06-10 15:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-10 15:16:08 UTC
This bug was originally marked as duplicate of bug 166301, 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.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
GUEST: I tried to install the JUnit plugin into the NetBeans 7.1beta IDE. The exception occurred when clicking on the checkbox of the JUnit line in the list of available plugins.

GUEST: clicking on JUnit in available Plugins




Stacktrace: 
java.lang.IllegalArgumentException: Invalid org.netbeans.modules.junitlib for operation INSTALL
   at org.netbeans.modules.autoupdate.services.OperationContainerImpl.add(OperationContainerImpl.java:116)
   at org.netbeans.api.autoupdate.OperationContainer.add(OperationContainer.java:290)
   at org.netbeans.modules.autoupdate.ui.Unit$Available.setMarked(Unit.java:642)
   at org.netbeans.modules.autoupdate.ui.AvailableTableModel.setValueAt(AvailableTableModel.java:98)
   at javax.swing.JTable.setValueAt(JTable.java:2744)
   at javax.swing.JTable.editingStopped(JTable.java:4726)
Comment 1 Exceptions Reporter 2012-06-10 15:16:15 UTC
Created attachment 120619 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-06-19 07:44:48 UTC

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