Thu, 27 Feb 2003 23:42:15 +0000IN=11733 update of copyright notices for year 2003 (only files maintained by Sun) BLD200302280100
ffjre@netbeans.org [Thu, 27 Feb 2003 23:42:15 +0000] rev 1216
IN=11733 update of copyright notices for year 2003 (only files maintained by Sun)

Thu, 27 Feb 2003 22:17:58 +0000Added DataEnumRestriction for validating with datatypes that have a limited set of good values. release35_fixes_base
cliffwd@netbeans.org [Thu, 27 Feb 2003 22:17:58 +0000] rev 1215
Added DataEnumRestriction for validating with datatypes that have a limited set of good values.
Added a test for it.

Thu, 27 Feb 2003 19:21:37 +0000Improved XML Schema parsing.
cliffwd@netbeans.org [Thu, 27 Feb 2003 19:21:37 +0000] rev 1214
Improved XML Schema parsing.
Added restrictions for maxOccurs and minOccurs.
GraphNode's now have a namespace with their name.
Added a new -dumpBeanTree to GenBeans. This will write the bean tree graph into the given filename. I added a call to this in every test.
Added printing of restrictions in the bean tree graph. Know the user has a better idea of the restrictions that go with an attribute.
Added DataListRestriction as a way of doing restrictions that need to work with the whole list, not just each element in the list.
Fixed a bug in BaseBean.getAttributeValue where if the element does not exist it should return null, instead an exception was being thrown.
BaseBean based beans now can handle attributes on an array of String. with the -attrprop switch.

Wed, 26 Feb 2003 23:54:29 +0000changes contributed by Holger integrated (see issue #31237) release35-BLD200303032350
mmatula@netbeans.org [Wed, 26 Feb 2003 23:54:29 +0000] rev 1213
changes contributed by Holger integrated (see issue #31237)

Wed, 26 Feb 2003 22:25:47 +0000fixed bug in implicit references generation
mmatula@netbeans.org [Wed, 26 Feb 2003 22:25:47 +0000] rev 1212
fixed bug in implicit references generation

Wed, 26 Feb 2003 22:19:05 +0000bugfix (RefObject initialization)
mmatula@netbeans.org [Wed, 26 Feb 2003 22:19:05 +0000] rev 1211
bugfix (RefObject initialization)

Wed, 26 Feb 2003 20:42:27 +0000bugfix - mapping of non-primitive types
mmatula@netbeans.org [Wed, 26 Feb 2003 20:42:27 +0000] rev 1210
bugfix - mapping of non-primitive types

Wed, 26 Feb 2003 17:47:38 +0000automatic
dkaspar@netbeans.org [Wed, 26 Feb 2003 17:47:38 +0000] rev 1209
automatic

Wed, 26 Feb 2003 13:43:13 +0000Using reflection in settings to obtain web browser from core settings more reliably (#31250) release35-BLD200304241640
rkubacki@netbeans.org [Wed, 26 Feb 2003 13:43:13 +0000] rev 1208
Using reflection in settings to obtain web browser from core settings more reliably (#31250)

Tue, 25 Feb 2003 04:07:43 +0000* Upgrade javaparser module to use the "official" API BLD200302260100
tor@netbeans.org [Tue, 25 Feb 2003 04:07:43 +0000] rev 1207
* Upgrade javaparser module to use the "official" API
for parser error which has now been integrated into the
java module. The patches are no longer necessary - in fact,
you should get rid of your local changes in the java module
if you have previously applied the javaparser patches.
* Add descriptions to suggestion types; show these in
the Edit Types... dialog
* Fix double-lining problem in copyright error confirmation
dialog
* Fix tooltip over the tree-column; it was just showing the column
name, not the hint text
* Show in the status bar the summary of the task being selected
* Fix http://www.netbeans.org/issues/show_bug.cgi?id=31367
Gnome Calendar import does not work