On 06/26/2015 07:34 AM, Dmitry Olshansky wrote:
On 26-Jun-2015 10:35, rsw0x wrote:
On Thursday, 25 June 2015 at 20:10:30 UTC, Dmitry Olshansky wrote:

AFAIK they found that way too many apps do checks like:
if(windowsVersion.startsWith("Windows 9"){
// use crappy legacy-compatible code
}
else{
// 2k/XP+ etc.
}

http://searchcode.com/?q=if%28version%2Cstartswith%28%22windows+9%22%29

Wo-hoo OpenJDK, LOL. And that's given the exact words and only in
open-source...


Heh, yea, I was gonna say it seems telling that most of that appears to be Java stuff.

Reply via email to