It’s busy again in San Francisco: with Oracle OpenWorld and JavaOne together it seems like everyone wears a conference badge. JavaOne is organized a bit different over last year, it now has more focus on Java.
Tag Archives: Java
Eclipse Indigo: the year of the new and the old
Well, it’s the end of June, and that means it’s time for the annual Eclipse release train to come home! On last Wednesday, Eclipse “Indigo” shipped, 62 projects released simultaneously , over 46 million lines of code.
How to achieve 100% code coverage
A little while ago, “Uncle” Bob Martin respun a little debate regarding code coverage (measurement of code executed at least once when testing). According to Uncle Bob, 100% test coverage is a minimum requirement. In our industy, that is a … Continue reading
Speaker at DevDays 2011
Hello everybody, I’m very pleased with the fact that 3 of the sessions for which I’m a speaker were selected for this year’s DevDays schedule. There’s lots of Azure content this year and if you’re into (or want to know … Continue reading
C# and .NET don’t freeze when converting 2.2250738585072012e-308
I just read an interesing blog post: http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/. It seems that both the Java compiler and the Java runtime freeze when trying to convert the string “2.2250738585072012e-308″ to a double. Next to that, the bug seems quite old and still … Continue reading
