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 203886 - IllegalArgumentException: No enum const class org.netbeans.modules.hudson.api.HudsonJob$Color.notbuilt
Summary: IllegalArgumentException: No enum const class org.netbeans.modules.hudson.api...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: NETFIX
: 205071 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-18 10:44 UTC by vlad_konov
Modified: 2013-01-09 02:25 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 140572


Attachments
stacktrace (671 bytes, text/plain)
2011-10-18 10:44 UTC, vlad_konov
Details
Proposed patch (865 bytes, patch)
2013-01-07 17:29 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vlad_konov 2011-10-18 10:44:15 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
vlad_konov: when trying to add new Hudson instance




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:372)
   at org.netbeans.modules.hudson.impl.HudsonConnector.getAllJobs(HudsonConnector.java:139)
   at org.netbeans.modules.hudson.impl.HudsonInstanceImpl$4.run(HudsonInstanceImpl.java:338)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 vlad_konov 2011-10-18 10:44:19 UTC
Created attachment 112168 [details]
stacktrace
Comment 2 Jesse Glick 2011-11-10 18:37:16 UTC
core-main #a9ed7819d450
Comment 3 Quality Engineering 2011-11-11 15:38:20 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a9ed7819d450
User: Jesse Glick <jglick@netbeans.org>
Log: #203886: IllegalArgumentException: No enum const class org.netbeans.modules.hudson.api.HudsonJob$Color.notbuilt
Comment 4 Jesse Glick 2011-11-16 01:13:50 UTC
*** Bug 205071 has been marked as a duplicate of this bug. ***
Comment 5 Jesse Glick 2013-01-07 17:23:17 UTC
Fix failed due to a typo.
Comment 6 Jesse Glick 2013-01-07 17:29:45 UTC
Created attachment 129969 [details]
Proposed patch
Comment 7 Jaroslav Havlin 2013-01-08 09:18:59 UTC
Integrated as http://hg.netbeans.org/core-main/rev/2a3bd8f5ecc0
Thank you.
Comment 8 Quality Engineering 2013-01-09 02:25:58 UTC
Integrated into 'main-golden', will be available in build *201301090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2a3bd8f5ecc0
User: jglick@netbeans.org
Log: #203886: Typo in enum const org.netbeans.modules.hudson.api.HudsonJob$Color.notbuilt