Mon, 11 Feb 2002 12:24:55 +0000Forgotten return statements. BLD200202280100
jglick@netbeans.org [Mon, 11 Feb 2002 12:24:55 +0000] rev 700
Forgotten return statements.

Thu, 07 Feb 2002 15:19:34 +0000excluding ide executor, no such tests so far
mkubec@netbeans.org [Thu, 07 Feb 2002 15:19:34 +0000] rev 699
excluding ide executor, no such tests so far

Thu, 07 Feb 2002 14:44:53 +0000adding test build script and config file for qa functional tests and
mkubec@netbeans.org [Thu, 07 Feb 2002 14:44:53 +0000] rev 698
adding test build script and config file for qa functional tests and
one simple test (another tests will follow)

Thu, 07 Feb 2002 10:00:36 +0000applied patch from Petr Hrebejk (bugfix to issue 19936)
mmatula@netbeans.org [Thu, 07 Feb 2002 10:00:36 +0000] rev 697
applied patch from Petr Hrebejk (bugfix to issue 19936)

Wed, 06 Feb 2002 18:41:32 +0000API refactoring, changed the main interfaces to abstract classes with getDefault static method,
mmatula@netbeans.org [Wed, 06 Feb 2002 18:41:32 +0000] rev 696
API refactoring, changed the main interfaces to abstract classes with getDefault static method,
changed names of methods in MDRepository (PackageInstance->Extent),
events API refactored, too.

Wed, 06 Feb 2002 17:55:41 +0000API refactoring, changed the main interfaces to abstract classes with getDefault static method,
mmatula@netbeans.org [Wed, 06 Feb 2002 17:55:41 +0000] rev 695
API refactoring, changed the main interfaces to abstract classes with getDefault static method,
changed names of methods in MDRepository (PackageInstance->Extent),
events API refactored, too.

Wed, 06 Feb 2002 17:48:45 +0000API refactoring, changed the main interfaces to abstract classes with getDefault static method,
mmatula@netbeans.org [Wed, 06 Feb 2002 17:48:45 +0000] rev 694
API refactoring, changed the main interfaces to abstract classes with getDefault static method,
changed names of methods in MDRepository (PackageInstance->Extent),
events API refactored, too.

Tue, 05 Feb 2002 12:50:42 +00001. #20072: warn about misuses of initial slash in icon resource paths, BLD200202051415
jglick@netbeans.org [Tue, 05 Feb 2002 12:50:42 +0000] rev 693
1. #20072: warn about misuses of initial slash in icon resource paths,
and clarify Javadoc about when they should be used.
2. SystemAction uses IconManager; relative iconResource deprecated.
3. IconManager uses Toolkit.createImage instead of .getImage. getImage
does its own caching, which IconManager already does, so presumably
createImage was actually wanted to avoid double-caching.
4. Removing old SystemAction.FixedIcon, which apparently provided a
faster-loading 16x16 icon implementation. Since icons for menu
items are not made until the menu is displayed now, maybe this is
not such a big deal. Can be resurrected if there is a need (and
presumably moved to the Commands API?). Anyway should be tested
against current JDKs for effectiveness before resurrecting.

Wed, 23 Jan 2002 14:33:16 +0000ClassCastException fixed.
dprusa@netbeans.org [Wed, 23 Jan 2002 14:33:16 +0000] rev 692
ClassCastException fixed.

Mon, 21 Jan 2002 17:00:51 +0000small bugfix in delete operation
mmatula@netbeans.org [Mon, 21 Jan 2002 17:00:51 +0000] rev 691
small bugfix in delete operation