Mon, 27 Oct 2003 20:34:54 +0000Fix a bug with validation where mutually exclusive properties were no longer being checked if any of them existed. BLD200310281900
cliffwd@netbeans.org [Mon, 27 Oct 2003 20:34:54 +0000] rev 1382
Fix a bug with validation where mutually exclusive properties were no longer being checked if any of them existed.
Fix a bug where parent refs weren't always being kept up to date.
Add an ensureCapacity on ArrayList sets; hopefully will speed things up.
Add missing writeNode(Writer) method.
For George, fix DDParser so that something is not claimed to be a match when it's value is null.

Sun, 26 Oct 2003 21:55:03 +0000minor bugfix; preparation for read-only extents BLD200310270200
mmatula@netbeans.org [Sun, 26 Oct 2003 21:55:03 +0000] rev 1381
minor bugfix; preparation for read-only extents

Sat, 25 Oct 2003 00:24:38 +0000made it possible to plug custom transaction mutex
mmatula@netbeans.org [Sat, 25 Oct 2003 00:24:38 +0000] rev 1380
made it possible to plug custom transaction mutex

Fri, 24 Oct 2003 11:10:54 +0000getByMofId optimized
mmatula@netbeans.org [Fri, 24 Oct 2003 11:10:54 +0000] rev 1379
getByMofId optimized

Thu, 23 Oct 2003 22:31:54 +0000Just a little refactoring. BLD200310240100
cliffwd@netbeans.org [Thu, 23 Oct 2003 22:31:54 +0000] rev 1378
Just a little refactoring.

Thu, 23 Oct 2003 07:55:31 +0000automatic
dkaspar@netbeans.org [Thu, 23 Oct 2003 07:55:31 +0000] rev 1377
automatic

Wed, 22 Oct 2003 17:49:45 +0000Fix bug dealing with property change events and the array setter not correctly checking equals. BLD200310230100
cliffwd@netbeans.org [Wed, 22 Oct 2003 17:49:45 +0000] rev 1376
Fix bug dealing with property change events and the array setter not correctly checking equals.
Fix backwards compat issue with getValue(index, name) for nonindexed properties.
Rename mergeTreeRootUpdate to mergeUpdate. Generate mergeUpdate for extendBaseBean mode.

Wed, 22 Oct 2003 16:57:30 +0000BaseObjectHandler.getHandler was moved to NBMDRepositoryImpl and is no longer static
mmatula@netbeans.org [Wed, 22 Oct 2003 16:57:30 +0000] rev 1375
BaseObjectHandler.getHandler was moved to NBMDRepositoryImpl and is no longer static

Sun, 19 Oct 2003 21:35:42 +0000bugfix in lock mutation BLD200310220100
mmatula@netbeans.org [Sun, 19 Oct 2003 21:35:42 +0000] rev 1374
bugfix in lock mutation

Sun, 19 Oct 2003 21:25:36 +0000previous enabling of extending _preGet and _postGet in custom implementations removed
mmatula@netbeans.org [Sun, 19 Oct 2003 21:25:36 +0000] rev 1373
previous enabling of extending _preGet and _postGet in custom implementations removed
handlers and custom implementations can now mutate transactions from readonly to read/write