Fri, 24 Oct 2008 12:07:34 +0200Rewriting the initialization to be more meaningful for clueless reader that does not need to understand every detail
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 24 Oct 2008 12:07:34 +0200] rev 286
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 +0200extracting the accessor initialization outside of the API block of the Item class
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 24 Oct 2008 11:32:33 +0200] rev 285
extracting the accessor initialization outside of the API block of the Item class

Fri, 17 Oct 2008 09:23:37 +0200Wrong English in method name
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 17 Oct 2008 09:23:37 +0200] rev 284
Wrong English in method name

Fri, 17 Oct 2008 09:01:08 +0200ljnelson 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.
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 17 Oct 2008 09:01:08 +0200] rev 283
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 +0200Too long lines
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Oct 2008 21:48:18 +0200] rev 282
Too long lines

Wed, 15 Oct 2008 21:39:35 +0200Renaming the class and adding code snippet boundaries
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Oct 2008 21:39:35 +0200] rev 281
Renaming the class and adding code snippet boundaries

Wed, 15 Oct 2008 21:22:54 +0200Showing compiler optimization impact on behaviour of garbage collector
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Oct 2008 21:22:54 +0200] rev 280
Showing compiler optimization impact on behaviour of garbage collector

Fri, 29 Aug 2008 15:44:59 +0200Fork to ensure -ea is applied
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 29 Aug 2008 15:44:59 +0200] rev 279
Fork to ensure -ea is applied

Fri, 29 Aug 2008 15:12:28 +0200Moving to org.apidesign packages
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 29 Aug 2008 15:12:28 +0200] rev 278
Moving to org.apidesign packages

Fri, 29 Aug 2008 15:08:04 +0200Enabling assertions and also demonstrating that fields can be moved up to one level in the class hierarchy
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 29 Aug 2008 15:08:04 +0200] rev 277
Enabling assertions and also demonstrating that fields can be moved up to one level in the class hierarchy