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 142629

Summary: Add Utilities.OS_WINVISTA
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: -- Other --Assignee: Jiri Skrivanek <jskrivanek>
Status: VERIFIED FIXED    
Severity: blocker CC: apireviews
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 135547    
Attachments: Patch.

Description Jiri Skrivanek 2008-08-01 19:19:32 UTC
We need to add org.openide.util.Utilities.OS_WINVISTA field to be able to recognize Windows Vista operating system.
Comment 1 Jiri Skrivanek 2008-08-01 19:23:17 UTC
Created attachment 66345 [details]
Patch.
Comment 2 Jiri Skrivanek 2008-08-01 19:24:39 UTC
Please, review this simple patch.
Comment 3 Jesse Glick 2008-08-01 19:29:26 UTC
Looks fine. Is this about to be used for some bug fix?
Comment 4 Jiri Skrivanek 2008-08-01 19:36:10 UTC
I plan to use it for fix of issue 135547.
Comment 5 Jiri Skrivanek 2008-08-07 09:43:01 UTC
I will integrate sugguested patch.
Comment 6 Jiri Skrivanek 2008-08-08 07:14:32 UTC
Fixed.
http://hg.netbeans.org/core-main/rev/3240f7f28967
Comment 7 Quality Engineering 2008-08-09 03:45:13 UTC
Integrated into 'main-golden', available in build *200808090201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/3240f7f28967
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #142629 - OS_WINVISTA field added.