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 257853 - NullPointerException at org.netbeans.modules.autoupdate.ui.Utilities.makeFirstClassUpdateCategories
Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.Utilities.makeFirs...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-04 21:41 UTC by kraser
Modified: 2016-02-04 21:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222391


Attachments
stacktrace (779 bytes, text/plain)
2016-02-04 21:41 UTC, kraser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kraser 2016-02-04 21:41:04 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows 10

User Comments:
kraser: Program start




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.ui.Utilities.makeFirstClassUpdateCategories(Utilities.java:297)
   at org.netbeans.modules.autoupdate.ui.Utilities.makeUpdateCategories(Utilities.java:187)
   at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler.checkUpdateElements(AutoupdateCheckScheduler.java:220)
   at org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler$5.run(AutoupdateCheckScheduler.java:189)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 kraser 2016-02-04 21:41:06 UTC
Created attachment 158382 [details]
stacktrace