The Artima Developer Community
Sponsored Link

Java Buzz Forum
Bad Decisions in @deprecation

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
Bad Decisions in @deprecation Posted: Mar 12, 2004 12:08 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: Bad Decisions in @deprecation
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

Sometime ago, Sun deprecated the System.getenv() function which, as you might guess, allows you to get the values of environment variables.

Being overly zealous about being cross-platform, they deprecated and disabled it figuring that not all platforms had environment variables, so no platforms in Java would have it.

The bug report on the matter contains this exciting note:

Due to overwhelming demand we are going to reconsider this position for the 1.5 release.

And when the say "overwhelming," they mean it.

Read: Bad Decisions in @deprecation

Topic: XML options in Java and .NET Previous Topic   Next Topic Topic: How different browsers interpret HTML font sizes

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use