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 239879 - AssertionError: candidates cannot be null if getMissingModules (Additional Java Navigator Panels[org.netbeans.modules.javanavigators/1.8]) is called.
Summary: AssertionError: candidates cannot be null if getMissingModules (Additional Ja...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Module Manager (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 20:36 UTC by szmitek
Modified: 2014-01-07 09:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206302


Attachments
stacktrace (4.28 KB, text/plain)
2013-12-30 20:36 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2013-12-30 20:36:40 UTC
Build: NetBeans Platform Dev (Build 201312300942)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b63, Java(TM) SE Runtime Environment, 1.8.0-ea-b121
OS: Linux

User Comments:
szmitek: After opening Plugins window




Stacktrace: 
java.lang.AssertionError: candidates cannot be null if getMissingModules (Additional Java Navigator Panels[org.netbeans.modules.javanavigators/1.8]) is called.
   at org.netbeans.modules.moduleresolver.FindBrokenModules.getMissingModules(FindBrokenModules.java:106)
   at org.netbeans.modules.moduleresolver.ui.LicensePanel.setElements(LicensePanel.java:83)
   at org.netbeans.modules.moduleresolver.ui.LicenseStep.readSettings(LicenseStep.java:107)
   at org.netbeans.modules.moduleresolver.ui.LicenseStep.readSettings(LicenseStep.java:56)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
   at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:822)
Comment 1 szmitek 2013-12-30 20:36:42 UTC
Created attachment 143525 [details]
stacktrace
Comment 2 Jiri Rechtacek 2014-01-07 09:10:21 UTC
moduleresolver is part of contrib repository, not part of NetBeans IDE