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 205071 - [71cat] IllegalArgumentException: No enum const class org.netbeans.modules.hudson.api.HudsonJob$Color.notbuilt
Summary: [71cat] IllegalArgumentException: No enum const class org.netbeans.modules.hu...
Status: RESOLVED DUPLICATE of bug 203886
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 09:04 UTC by monezz
Modified: 2011-11-16 01:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182872


Attachments
stacktrace (1.50 KB, text/plain)
2011-11-14 09:04 UTC, monezz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description monezz 2011-11-14 09:04:12 UTC
Build: NetBeans IDE Dev (Build 201110300600)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
Monezz: Adding new Hudson Builder node in Services->Hudson Builders




Stacktrace: 
java.lang.IllegalArgumentException: No enum const class org.netbeans.modules.hudson.api.HudsonJob$Color.notbuilt
   at java.lang.Enum.valueOf(Enum.java:196)
   at org.netbeans.modules.hudson.api.HudsonJob$Color.valueOf(HudsonJob.java:59)
   at org.netbeans.modules.hudson.impl.HudsonConnector.getJobs(HudsonConnector.java:380)
   at org.netbeans.modules.hudson.impl.HudsonConnector.getAllJobs(HudsonConnector.java:143)
   at org.netbeans.modules.hudson.impl.HudsonInstanceImpl.doSynchronize(HudsonInstanceImpl.java:366)
   at org.netbeans.modules.hudson.impl.HudsonInstanceImpl.access$000(HudsonInstanceImpl.java:93)
Comment 1 monezz 2011-11-14 09:04:14 UTC
Created attachment 113178 [details]
stacktrace
Comment 2 Jesse Glick 2011-11-16 01:13:50 UTC

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