Thu, 22 Jun 2006 07:21:32 +0000#78877: Remove all usage of ErrorManager cddl_root
jtulach@netbeans.org [Thu, 22 Jun 2006 07:21:32 +0000] rev 179
#78877: Remove all usage of ErrorManager

Wed, 21 Jun 2006 06:40:22 +0000#35067: Removing the need for error manager
jtulach@netbeans.org [Wed, 21 Jun 2006 06:40:22 +0000] rev 178
#35067: Removing the need for error manager

Thu, 15 Jun 2006 17:41:55 +0000Javadoc.
jglick@netbeans.org [Thu, 15 Jun 2006 17:41:55 +0000] rev 177
Javadoc.

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.