Sun, 01 Feb 2009 16:27:41 +0100 Jaroslav Tulach Rearranged to support test as well as interactive modes
Sun, 01 Feb 2009 16:03:37 +0100 Jaroslav Tulach QueryException interactive example
Sun, 01 Feb 2009 13:38:08 +0100 Jaroslav Tulach Test passes with query
Sun, 01 Feb 2009 13:27:04 +0100 Jaroslav Tulach Simple write test is OK
Wed, 28 Jan 2009 08:06:41 +0100 Jaroslav Tulach Initial attempt to provide sample for trycatchredo
Tue, 20 Jan 2009 22:55:18 +0100 Jaroslav Tulach platform and ide cluster increased cluster numbers and we need to change the download locations
Sat, 10 Jan 2009 22:34:11 +0100 Jaroslav Tulach Taking code snippets from tests
Sat, 10 Jan 2009 21:50:30 +0100 Jaroslav Tulach Shortening long line
Sat, 10 Jan 2009 21:29:22 +0100 Jaroslav Tulach Initial version of sample to explain 'code injection'
Thu, 25 Dec 2008 19:40:48 +0100 Jaroslav Tulach Shortening long lines
Thu, 25 Dec 2008 19:25:59 +0100 Jaroslav Tulach Adding day.end.bridges.DigestImpl code snippet
Sat, 15 Nov 2008 13:12:46 +0100 Jaroslav Tulach Typo and bigger code snippet
Sat, 15 Nov 2008 08:39:01 +0100 Jaroslav Tulach Files shall be referenced to their actual version. Only that makes the links always valid
Sat, 15 Nov 2008 08:30:06 +0100 Jaroslav Tulach two code snippets were named the same
Sat, 15 Nov 2008 08:29:32 +0100 Jaroslav Tulach Showing use of "plain" factories
Sat, 15 Nov 2008 08:26:27 +0100 Jaroslav Tulach it is builder.creation
Sat, 15 Nov 2008 08:25:52 +0100 Jaroslav Tulach Tests for magical bag - e.g. overuse of lookup
Sat, 15 Nov 2008 08:19:20 +0100 Jaroslav Tulach Adding builder pattern
Sat, 15 Nov 2008 06:57:15 +0100 Jaroslav Tulach Fixing broken code section
Sat, 15 Nov 2008 06:53:43 +0100 Jaroslav Tulach Renaming the AServerInfo class to ServerConnector and spliting it into three separate classes.
Sun, 09 Nov 2008 16:20:01 +0100 Jaroslav Tulach Renaming arguments
Sun, 09 Nov 2008 15:44:53 +0100 Jaroslav Tulach Showing API for AServerInfo
Wed, 29 Oct 2008 18:10:24 +0100 Jaroslav Tulach Too long line
Wed, 29 Oct 2008 17:41:37 +0100 Jaroslav Tulach Petr Nejedl? discovered that surrounding variable definition with { } does not guarantee it to be removed from stack
Fri, 24 Oct 2008 21:15:50 +0200 Jaroslav Tulach Moving into real packages
Fri, 24 Oct 2008 12:07:34 +0200 Jaroslav Tulach Rewriting the initialization to be more meaningful for clueless reader that does not need to understand every detail
Fri, 24 Oct 2008 11:32:33 +0200 Jaroslav Tulach extracting the accessor initialization outside of the API block of the Item class
Fri, 17 Oct 2008 09:23:37 +0200 Jaroslav Tulach Wrong English in method name
Fri, 17 Oct 2008 09:01:08 +0200 Jaroslav Tulach ljnelson noted at 'http://weblogs.java.net/blog/jst/archive/2008/10/the_better_comp.html' that it is enough to make the variable final and the problem goes away. True, final helps, however the same code without final works as well. This very likely means that the compiler puts the variable into the topmost block where it is guaranteed to be fully initialized. That is why we need a hint warn about declaration of non-fully initialized variables.
Wed, 15 Oct 2008 21:48:18 +0200 Jaroslav Tulach Too long lines