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 - Add Utilities.OS_WINVISTA
Summary: Add Utilities.OS_WINVISTA
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 135547
  Show dependency tree
 
Reported: 2008-08-01 19:19 UTC by Jiri Skrivanek
Modified: 2011-12-12 13:19 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patch. (2.37 KB, text/plain)
2008-08-01 19:23 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.