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
Wed, 15 Oct 2008 21:39:35 +0200 Jaroslav Tulach Renaming the class and adding code snippet boundaries
Wed, 15 Oct 2008 21:22:54 +0200 Jaroslav Tulach Showing compiler optimization impact on behaviour of garbage collector
Fri, 29 Aug 2008 15:44:59 +0200 Jaroslav Tulach Fork to ensure -ea is applied
Fri, 29 Aug 2008 15:12:28 +0200 Jaroslav Tulach Moving to org.apidesign packages
Fri, 29 Aug 2008 15:08:04 +0200 Jaroslav Tulach Enabling assertions and also demonstrating that fields can be moved up to one level in the class hierarchy
Sun, 24 Aug 2008 13:39:55 +0200 Jaroslav Tulach Putting the reexport examples into org/apidesign packages
Sun, 17 Aug 2008 18:55:11 +0200 Jaroslav Tulach Do not override already existing URLs
Sun, 17 Aug 2008 17:15:52 +0200 Jaroslav Tulach Generating .url files for each snippet, so the website can link to the hg web
Tue, 12 Aug 2008 13:47:15 +0200 Jaroslav Tulach Additional catch for OOME
Tue, 12 Aug 2008 13:28:44 +0200 Jaroslav Tulach New location for all NetBeans NBMs is http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/
Sun, 06 Jul 2008 00:31:01 +0200 Jaroslav Tulach Removing unused imports
Sun, 06 Jul 2008 00:24:58 +0200 Jaroslav Tulach Ability to generate code snippets
Sun, 06 Jul 2008 00:16:00 +0200 Jaroslav Tulach Use apidesign as a prefix for the task names
Sun, 06 Jul 2008 00:12:56 +0200 Jaroslav Tulach Tool to generate code snippets from sources
Sun, 06 Jul 2008 00:08:16 +0200 Jaroslav Tulach Ignore private settings
Sat, 14 Jun 2008 22:59:00 +0200 Jaroslav Tulach The final book text is using VisitorXY instead of original VisitorX_Y
Sat, 14 Jun 2008 22:38:00 +0200 Jaroslav Tulach All tests are passing now in the "no.failures" mode
Sat, 14 Jun 2008 21:41:07 +0200 Jaroslav Tulach We need to fork the JVM
Sat, 14 Jun 2008 18:51:38 +0200 Jaroslav Tulach Tests of all modules are executed and can fail the build
Sat, 14 Jun 2008 16:40:49 +0200 Jaroslav Tulach Creating a master project for all examples
Sat, 14 Jun 2008 13:14:12 +0200 Jaroslav Tulach Removing files that are no longer present in the final version of the book samples
Sat, 14 Jun 2008 10:32:31 +0200 Jaroslav Tulach We are able to build sources
Sat, 14 Jun 2008 10:30:42 +0200 Jaroslav Tulach Ignoring results of build
Sat, 14 Jun 2008 10:29:34 +0200 Jaroslav Tulach Removing files which were not present in final version and prevent compilation
Sat, 14 Jun 2008 10:09:09 +0200 Jaroslav Tulach Last changes to lookup chapter