-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: null check
Handling Null values with Guava
Handling null values in Java can be quite annoying. Careless use of null can also be a source of a variety of bugs. “I call it my billion-dollar mistake.” – Sir C. A. R. Hoare, on his invention of the … Continue reading
Der Eclipse Compiler bringt neue Checks mit
Der in Eclipse eingebaute Java Compiler (JDT compiler) bringt in der nächsten Version 3.8/4.2 einige neue Prüfungen mit, welche helfen, Fehler zu vermeiden. Seit Milestone 3 besteht die Möglichkeit, nicht freigegebene Ressourcen (wie z.B. Ein- und Ausgabeströme) zu ermitteln: http://download.eclipse.org/eclipse/downloads/drops4/S-4.2M3-201110281100/eclipse-news-M3.html#JDT-resource-leaks … Continue reading