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

Summary: NullPointerException at org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnitProvider
Product: platform Reporter: pdeorio
Component: AutoupdateAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198242
Attachments: stacktrace

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