Thu, 16 Oct 2003 23:19:48 +0000Try to pick HashMap initialCapacity sizes so as to avoid chaining in the hashtable. BLD200310170100
cliffwd@netbeans.org [Thu, 16 Oct 2003 23:19:48 +0000] rev 1371
Try to pick HashMap initialCapacity sizes so as to avoid chaining in the hashtable.
Allow one to specify different type mappings for the XML Schema types.

Wed, 15 Oct 2003 22:32:14 +0000patch that makes it possible to override refAllOfClass and refAllOfType functionality in Impl classes BLD200310160100
mmatula@netbeans.org [Wed, 15 Oct 2003 22:32:14 +0000] rev 1370
patch that makes it possible to override refAllOfClass and refAllOfType functionality in Impl classes

Wed, 15 Oct 2003 21:14:45 +0000Change event names in the hybrid approach to be consistent with the BaseBean names.
cliffwd@netbeans.org [Wed, 15 Oct 2003 21:14:45 +0000] rev 1369
Change event names in the hybrid approach to be consistent with the BaseBean names.
beanProp(String) will now search for schema names too (for backwards compatibility with BaseBean).
Speed up some generated methods: setValue, getValue, beanProps, beanPropsIterator, beanProp(int).
Make BaseBean.nameChild actually work.
Lower memory usage for BeanProp's.

Wed, 15 Oct 2003 14:48:57 +0000automatic
dkaspar@netbeans.org [Wed, 15 Oct 2003 14:48:57 +0000] rev 1368
automatic

Tue, 14 Oct 2003 20:30:08 +0000Add support for xsd:minLength and xsd:maxLength. BLD200310150100
cliffwd@netbeans.org [Tue, 14 Oct 2003 20:30:08 +0000] rev 1367
Add support for xsd:minLength and xsd:maxLength.
Fix bug dealing with adding restrictions to types.
Add test for the above, but since it requires QName jar, comment it out.

Tue, 14 Oct 2003 17:01:36 +0000Make it so that the HashMap's we create are created with a certain size in mind.
cliffwd@netbeans.org [Tue, 14 Oct 2003 17:01:36 +0000] rev 1366
Make it so that the HashMap's we create are created with a certain size in mind.
If property change event support is on, then we generate code to compare the old value and new value and only do something if they are different.

Tue, 14 Oct 2003 15:45:04 +0000CCE fixed in serialization of int arrays
thurka@netbeans.org [Tue, 14 Oct 2003 15:45:04 +0000] rev 1365
CCE fixed in serialization of int arrays

Mon, 13 Oct 2003 22:08:25 +0000Removing deprecated <property> element from arch description DTD. BLD200310140100
jglick@netbeans.org [Mon, 13 Oct 2003 22:08:25 +0000] rev 1364
Removing deprecated <property> element from arch description DTD.
Enforcing NMTOKENness of names, since they are used in hyperlinks etc.
Ensuring all existing arch description XML files validate without
errors.

Mon, 13 Oct 2003 13:02:12 +0000serialization of int arrays added
mmatula@netbeans.org [Mon, 13 Oct 2003 13:02:12 +0000] rev 1363
serialization of int arrays added

Mon, 13 Oct 2003 13:00:12 +0000interface Transient added
dprusa@netbeans.org [Mon, 13 Oct 2003 13:00:12 +0000] rev 1362
interface Transient added