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 269655 - NullPointerException at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnitProvider
Summary: NullPointerException at org.netbeans.modules.autoupdate.services.UpdateManage...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-26 14:59 UTC by pdeorio
Modified: 2017-01-26 15:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198242


Attachments
stacktrace (4.91 KB, text/plain)
2017-01-26 15:00 UTC, pdeorio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pdeorio 2017-01-26 14:59:59 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:
GUEST: intalando plug-in redmineNB

GUEST: Installed the WakaTime plugin

pdeorio: installed 2 new plugins from Netbeans SQE - findbugs and checkstyle
http://deadlock.netbeans.org/job/sqe/lastStableBuild/artifact/build/updates/updates.xml.gz

GUEST: Installing CodeName One plugin




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnitProvider(UpdateManagerImpl.java:256)
   at org.netbeans.api.autoupdate.UpdateElement.getUpdateUnitProvider(UpdateElement.java:166)
   at org.netbeans.api.autoupdate.UpdateElement.getSourceIcon(UpdateElement.java:151)
   at org.netbeans.modules.autoupdate.ui.Unit$Available.getSourceIcon(Unit.java:763)
   at org.netbeans.modules.autoupdate.ui.UnitDetails.buildUnitText(UnitDetails.java:120)
   at org.netbeans.modules.autoupdate.ui.UnitDetails.getUnitText(UnitDetails.java:190)
Comment 1 pdeorio 2017-01-26 15:00:02 UTC
Created attachment 163474 [details]
stacktrace