Mon, 14 Apr 2003 22:32:02 +0000Added a stub of a new module for schema2beansnbgui. It's just a placeholder right now. BLD200304210100
cliffwd@netbeans.org [Mon, 14 Apr 2003 22:32:02 +0000] rev 1276
Added a stub of a new module for schema2beansnbgui. It's just a placeholder right now.
Added more illegal class names that are part of java.lang.

Fri, 11 Apr 2003 14:44:26 +0000Thread.dumpStack removed BLD200304140100
mmatula@netbeans.org [Fri, 11 Apr 2003 14:44:26 +0000] rev 1275
Thread.dumpStack removed

Thu, 10 Apr 2003 23:16:09 +0000Clean up the internal data structure that schema's get compiled into. It's now much more of an AST (Abstract Syntax Tree).
cliffwd@netbeans.org [Thu, 10 Apr 2003 23:16:09 +0000] rev 1274
Clean up the internal data structure that schema's get compiled into. It's now much more of an AST (Abstract Syntax Tree).
Added a feature to GraphLink to be able to calculate mutually exclusive properties. This works across multiple nested '|'s. Validations and setter reseting take advantage of this. addValue for indexed property will also reset mutually exclusive properties if it's the first element being added.
Added a validation failure type. This should make it easier to deal with validation errors programmatically.

Thu, 10 Apr 2003 16:18:12 +0000javasrcmodel moved
dkaspar@netbeans.org [Thu, 10 Apr 2003 16:18:12 +0000] rev 1273
javasrcmodel moved

Wed, 09 Apr 2003 21:39:59 +0000http://www.netbeans.org/issues/show_bug.cgi?id=32779 BLD200304100100
tor@netbeans.org [Wed, 09 Apr 2003 21:39:59 +0000] rev 1272
http://www.netbeans.org/issues/show_bug.cgi?id=32779
Move tasklist/html/external/ -> tasklist/external/

Tue, 08 Apr 2003 21:54:47 +0000Fix a bug with groupInstance, and one around groupInstance and choice. So, "(a|b|c)*" should work a bit better. BLD200304090100
cliffwd@netbeans.org [Tue, 08 Apr 2003 21:54:47 +0000] rev 1271
Fix a bug with groupInstance, and one around groupInstance and choice. So, "(a|b|c)*" should work a bit better.

Tue, 08 Apr 2003 20:10:57 +0000Attributes can now have restrictions too (just like elements).
cliffwd@netbeans.org [Tue, 08 Apr 2003 20:10:57 +0000] rev 1270
Attributes can now have restrictions too (just like elements).
Make whitespace restrictions only do things to String or java.lang.String.

Fri, 04 Apr 2003 18:04:45 +0000package instantiation fixed (resolution of class/object implementation superclasses) BLD200304061630
mmatula@netbeans.org [Fri, 04 Apr 2003 18:04:45 +0000] rev 1269
package instantiation fixed (resolution of class/object implementation superclasses)

Fri, 04 Apr 2003 14:53:24 +0000automatic
dkaspar@netbeans.org [Fri, 04 Apr 2003 14:53:24 +0000] rev 1268
automatic

Fri, 04 Apr 2003 02:29:20 +0000Change the "bean" style of instance countness from '?' to '[0,1]' to be more consistant with the other variants.
cliffwd@netbeans.org [Fri, 04 Apr 2003 02:29:20 +0000] rev 1267
Change the "bean" style of instance countness from '?' to '[0,1]' to be more consistant with the other variants.
Fix a problem with XML Schema includes where it wouldn't work very well on a windows machine. On unix, /home/cliffwd/foo.xsd translates well into a URI, while d:\dir\foo.xsd makes it barf. I now try to use File.toURI encase the first way fails.
Fix a bug with multiple OR's in the schema.