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 - NullPointerException at org.netbeans.modules.hudson.impl.HudsonJobBuild.isBuilding
Summary: NullPointerException at org.netbeans.modules.hudson.impl.HudsonJobBuild.isBui...
Status: RESOLVED INVALID
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 14:53 UTC by Marian Mirilovic
Modified: 2010-10-15 15:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 50159


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.