.hgignore
author Jaroslav Tulach <jtulach@netbeans.org>
Fri, 17 Oct 2008 09:01:08 +0200
changeset 283 f6369ddf822c
parent 259 8822ec3226c8
child 313 d8bb07520edd
permissions -rw-r--r--
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.
jtulach@259
     1
.*/build/.*
jtulach@259
     2
.*/dist/.*
jtulach@267
     3
.*/nbproject/private/.*