Tue, 27 Jun 2006 12:23:26 +0000Remove unnecessary casts. release50bluej_t1
pnejedly@netbeans.org [Tue, 27 Jun 2006 12:23:26 +0000] rev 184
Remove unnecessary casts.

Tue, 27 Jun 2006 09:27:25 +0000Adding time out and logging
jtulach@netbeans.org [Tue, 27 Jun 2006 09:27:25 +0000] rev 183
Adding time out and logging

Tue, 27 Jun 2006 08:42:57 +0000Create ImageIcon with dummy description
rkubacki@netbeans.org [Tue, 27 Jun 2006 08:42:57 +0000] rev 182
Create ImageIcon with dummy description

Mon, 26 Jun 2006 10:01:28 +0000#79015: Special handling for exceptions that do not support initCause
jtulach@netbeans.org [Mon, 26 Jun 2006 10:01:28 +0000] rev 181
#79015: Special handling for exceptions that do not support initCause

Fri, 23 Jun 2006 20:43:28 +0000Trying to track down a new exception.
jglick@netbeans.org [Fri, 23 Jun 2006 20:43:28 +0000] rev 180
Trying to track down a new exception.

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.