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 179686 - NullPointerException at org.netbeans.modules.hudson.impl.HudsonConnector.getBuilds
Summary: NullPointerException at org.netbeans.modules.hudson.impl.HudsonConnector.getB...
Status: RESOLVED DUPLICATE of bug 170267
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 16:16 UTC by davti
Modified: 2010-01-19 17:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 156425


Attachments
stacktrace (472 bytes, text/plain)
2010-01-19 16:16 UTC, davti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davti 2010-01-19 16:16:07 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP

User Comments:
GUEST: After a failed build I clicked in the tool icon (that appears when the build fails) to check why the build failed and I got this exception




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.hudson.impl.HudsonConnector.getBuilds(HudsonConnector.java:175)
   at org.netbeans.modules.hudson.impl.HudsonJobImpl.getBuilds(HudsonJobImpl.java:263)
   at org.netbeans.modules.hudson.ui.notification.ProblemNotification$1.run(ProblemNotification.java:91)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 davti 2010-01-19 16:16:10 UTC
Created attachment 93420 [details]
stacktrace
Comment 2 Jesse Glick 2010-01-19 17:55:25 UTC
Fixed in 6.8 as far as I know.

*** This bug has been marked as a duplicate of bug 170267 ***