This is the main mailing list for AJUG, the Australia Java Users Group. General discussion on topics relating to Java are welcome. Meeting announcements for local chapters are not announced on this list
(visit http://www.ajug.org.au/ to locate your nearest chapter).
Messages which are expected to interest only a particular area of Australia should have their subjects prefixed appropriately, e.g. [VIC] or [Perth].
If you have not posted to this list before, your message will be moderated, so please expect a delay before your message is posted to the list members.
Hi Folks, Last SJUG of the year should be a cracker. Oliver Burn, Architect at Fujitsu, founder of Checkstyle, talks build systems for control freaks. Come
I was, of course, assuming correct implementation of the value objects themselves. The errors I am interested in preventing are errors in the use of the value
The only use that can result in an NPE is an attempt to derefrence the NullPointer. Equality tests with == or != or type tests like instanceof are uses of a
The only use that can result in an NPE is an attempt to derefrence the NullPointer. Equality tests with == or != or type tests like instanceof are uses of a