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 228278

Summary: JDK profile changed from String to enum type
Product: java Reporter: Tomas Zezula <tzezula>
Component: ProjectAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Diff file

Description Tomas Zezula 2013-04-05 09:44:48 UTC
The JDK profile was changed from String to enum type to prevent copy paste code in API clients.
The change is an incompatible change of non released API.
Comment 1 Tomas Zezula 2013-04-05 09:47:09 UTC
Created attachment 133329 [details]
Diff file
Comment 2 Jan Lahoda 2013-04-11 20:56:20 UTC
Seems fine to me.
Comment 3 Tomas Zezula 2013-04-23 15:02:54 UTC
Fixed jet-main 069df05c8a66
Comment 4 Quality Engineering 2013-04-28 02:18:38 UTC
Integrated into 'main-golden', will be available in build *201304272301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f15c2e8b83e3
User: Tomas Zezula <tzezula@netbeans.org>
Log: #228278:JDK profile changed from String to enum type