Wed, 14 Jun 2006 01:12:43 +0000Mutex.{Action,ExceptionAction} should use a generic type parameter for the merge_trunk_release55 prj_configs_49636_base
jglick@netbeans.org [Wed, 14 Jun 2006 01:12:43 +0000] rev 176
Mutex.{Action,ExceptionAction} should use a generic type parameter for the
return type. (Tip: use Void if you plan to just return null.) Would ideally have
a type parameter for the exception type as well, but too late for that: it is
wrapped in a MutexException, which cannot be generified since it is a throwable.
If the original type signature were to throw Exception then it would have been
possible to parametrize that as well, leading to clearer client code.

Wed, 14 Jun 2006 01:06:17 +0000Improved Javadoc.
jglick@netbeans.org [Wed, 14 Jun 2006 01:06:17 +0000] rev 175
Improved Javadoc.

Fri, 09 Jun 2006 15:39:59 +0000#77625: removing unnecessary code block which 1.5 javac compiles but which 1.6 javac rejects.
jglick@netbeans.org [Fri, 09 Jun 2006 15:39:59 +0000] rev 174
#77625: removing unnecessary code block which 1.5 javac compiles but which 1.6 javac rejects.

Tue, 06 Jun 2006 18:31:06 +0000#15689: seriously testing NbBundle (and fixing a few bugs in the process!).
jglick@netbeans.org [Tue, 06 Jun 2006 18:31:06 +0000] rev 173
#15689: seriously testing NbBundle (and fixing a few bugs in the process!).

Tue, 06 Jun 2006 15:03:51 +0000#57815: NPE from NbBundle when asking for bundle for JRE class.
jglick@netbeans.org [Tue, 06 Jun 2006 15:03:51 +0000] rev 172
#57815: NPE from NbBundle when asking for bundle for JRE class.

Tue, 06 Jun 2006 14:41:15 +0000#73637: NbCollections & Union2.
jglick@netbeans.org [Tue, 06 Jun 2006 14:41:15 +0000] rev 171
#73637: NbCollections & Union2.

Tue, 06 Jun 2006 14:34:51 +0000Generics fixes.
jglick@netbeans.org [Tue, 06 Jun 2006 14:34:51 +0000] rev 170
Generics fixes.

Tue, 06 Jun 2006 14:34:12 +0000org.openide.util.Queue deprecated. Unused and obsoleted by JDK 5.
jglick@netbeans.org [Tue, 06 Jun 2006 14:34:12 +0000] rev 169
org.openide.util.Queue deprecated. Unused and obsoleted by JDK 5.

Fri, 02 Jun 2006 21:38:59 +0000Previous patch to NbBundle introduced regression in getLocalizedValue(Attributes, ...). nbcollections_73637_base
jglick@netbeans.org [Fri, 02 Jun 2006 21:38:59 +0000] rev 168
Previous patch to NbBundle introduced regression in getLocalizedValue(Attributes, ...).
Not used in NB product but caught by ModuleManagerTest.

Fri, 02 Jun 2006 18:00:17 +0000Cleanups: deprecations, warnings, imports, Javadoc typos, JDK 5 usage, etc.
jglick@netbeans.org [Fri, 02 Jun 2006 18:00:17 +0000] rev 167
Cleanups: deprecations, warnings, imports, Javadoc typos, JDK 5 usage, etc.