Wed, 28 Jul 2004 12:41:12 +0000minor change - do not reinitialize the field BLD200407281800
rkubacki@netbeans.org [Wed, 28 Jul 2004 12:41:12 +0000] rev 1554
minor change - do not reinitialize the field

Wed, 28 Jul 2004 12:03:52 +0000customImplInfos uses LinkedHashMap instead of Hashtable to limit its size and serve as a LRU cache rather than a static hashmap that is never collected.
mmatula@netbeans.org [Wed, 28 Jul 2004 12:03:52 +0000] rev 1553
customImplInfos uses LinkedHashMap instead of Hashtable to limit its size and serve as a LRU cache rather than a static hashmap that is never collected.

Thu, 22 Jul 2004 15:05:31 +0000do not throw exception when namespace uri tag is not found in metamodel BLD200407222055
dprusa@netbeans.org [Thu, 22 Jul 2004 15:05:31 +0000] rev 1552
do not throw exception when namespace uri tag is not found in metamodel

Thu, 22 Jul 2004 10:44:39 +0000Index names are now constructed using just the MOFID serial number instead of the whole MOFID.
mmatula@netbeans.org [Thu, 22 Jul 2004 10:44:39 +0000] rev 1551
Index names are now constructed using just the MOFID serial number instead of the whole MOFID.

Thu, 22 Jul 2004 09:24:32 +0000Performance improvement - do not call notifyAll in every leave (just in the outermost one)
mmatula@netbeans.org [Thu, 22 Jul 2004 09:24:32 +0000] rev 1550
Performance improvement - do not call notifyAll in every leave (just in the outermost one)

Thu, 22 Jul 2004 08:51:43 +0000writeHeaderToPage protected rather than package
rkubacki@netbeans.org [Thu, 22 Jul 2004 08:51:43 +0000] rev 1549
writeHeaderToPage protected rather than package

Wed, 21 Jul 2004 22:04:49 +0000Fixing #46346: Association indexes now have shorter names. BLD200407220815
mmatula@netbeans.org [Wed, 21 Jul 2004 22:04:49 +0000] rev 1548
Fixing #46346: Association indexes now have shorter names.

Wed, 21 Jul 2004 22:02:49 +0000Synchronization added
mmatula@netbeans.org [Wed, 21 Jul 2004 22:02:49 +0000] rev 1547
Synchronization added

Wed, 21 Jul 2004 22:00:56 +0000Fixing #46323: adding a random number to the initial serial number to improve MOFID hashcodes
mmatula@netbeans.org [Wed, 21 Jul 2004 22:00:56 +0000] rev 1546
Fixing #46323: adding a random number to the initial serial number to improve MOFID hashcodes

Wed, 21 Jul 2004 21:58:37 +0000Adding methods for working with MOFID object.
mmatula@netbeans.org [Wed, 21 Jul 2004 21:58:37 +0000] rev 1545
Adding methods for working with MOFID object.