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 151479

Summary: NullPointerException at org.netbeans.modules.hudson.impl.HudsonJobBuild.isBuilding
Product: connecteddeveloper Reporter: Marian Mirilovic <mmirilovic>
Component: HudsonAssignee: Jesse Glick <jglick>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=50159
Issue Type: DEFECT Exception Reporter: 50159

Description Marian Mirilovic 2008-10-27 14:53:14 UTC
17 duplicates so far ...

Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows XP, 5.1, x86
User comments: Just installed and was running the plugin for the first time in NetBeans 6.1
Seems to be fixed with the current version of the plugin from the 10th of June 2008.
Seems to be fixed with the current version of the plugin from the 10th of June 2008.
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.hudson.impl.HudsonJobBuild.isBuilding(HudsonJobBuild.java:51)
        at org.netbeans.modules.hudson.impl.HudsonConnector.getJobBuild(HudsonConnector.java:177)
        at org.netbeans.modules.hudson.ui.HudsonJobBuildPanel$ActionProvider.run(HudsonJobBuildPanel.java:236)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Jesse Glick 2010-10-15 15:16:08 UTC
This is all from the old version of the plugin prior to official integration into NB, I guess.