Tue, 17 Jun 2003 20:46:38 +0000The validate() method in the pure java beans code is more optimized now: some for loops and if blocks are generated only if they need to be. BLD200306181049
cliffwd@netbeans.org [Tue, 17 Jun 2003 20:46:38 +0000] rev 1297
The validate() method in the pure java beans code is more optimized now: some for loops and if blocks are generated only if they need to be.
Fixed a bug in the pure java beans where an attribute (like xml:lang) of a primitive element (like a String) used to not inherit the element's groupness. So, the element might become a String[], therefore the attribute needs to be an array too.
Pure java beans can now name themselves (nameSelf method) and their children (nameChild method). This can be used to provide an absolute location to property change events.

Mon, 16 Jun 2003 21:40:39 +0000mapping of tags fixed BLD200306170100
mmatula@netbeans.org [Mon, 16 Jun 2003 21:40:39 +0000] rev 1296
mapping of tags fixed

Fri, 06 Jun 2003 15:28:57 +0000#29637: remove regexp from platform. BLD200306101634
jglick@netbeans.org [Fri, 06 Jun 2003 15:28:57 +0000] rev 1295
#29637: remove regexp from platform.

Fri, 06 Jun 2003 13:48:01 +0000events disabling fixed
mmatula@netbeans.org [Fri, 06 Jun 2003 13:48:01 +0000] rev 1294
events disabling fixed

Fri, 06 Jun 2003 13:08:03 +0000NPE fixed
mmatula@netbeans.org [Fri, 06 Jun 2003 13:08:03 +0000] rev 1293
NPE fixed

Thu, 05 Jun 2003 19:29:13 +0000#34204: remove extraneous XML parsers/libraries from NetBeans build,
jglick@netbeans.org [Thu, 05 Jun 2003 19:29:13 +0000] rev 1292
#34204: remove extraneous XML parsers/libraries from NetBeans build,
since JDK 1.4 already includes the APIs & Crimson. Modules wishing to
specifically use Xerces can use libs/xerces, the preexisting autoload
wrapper module for the Xerces parser impl.

Thu, 05 Jun 2003 09:08:58 +0000OrderedSlotCollection returned in case of ordered multivalued index BLD200306060100
dprusa@netbeans.org [Thu, 05 Jun 2003 09:08:58 +0000] rev 1291
OrderedSlotCollection returned in case of ordered multivalued index

Thu, 05 Jun 2003 08:24:58 +0000possibility of shutting down events added
mmatula@netbeans.org [Thu, 05 Jun 2003 08:24:58 +0000] rev 1290
possibility of shutting down events added

Wed, 04 Jun 2003 18:25:24 +0000added support for tags attached to more than one element BLD200306050100
mmatula@netbeans.org [Wed, 04 Jun 2003 18:25:24 +0000] rev 1289
added support for tags attached to more than one element

Wed, 04 Jun 2003 14:35:02 +0000fix of #34081: transient multivalued index returned bad objects
dprusa@netbeans.org [Wed, 04 Jun 2003 14:35:02 +0000] rev 1288
fix of #34081: transient multivalued index returned bad objects