Thu, 20 Jun 2002 09:01:07 +0000tests made more stable, golden files are created on the fly, order of BLD200206240100
mkubec@netbeans.org [Thu, 20 Jun 2002 09:01:07 +0000] rev 891
tests made more stable, golden files are created on the fly, order of
objects returned from refAllClasses, should not affect test results.
Golden files are created in test workdir and compared by assertFile().

Wed, 19 Jun 2002 22:12:45 +0000Remove javadoc in clean target
tor@netbeans.org [Wed, 19 Jun 2002 22:12:45 +0000] rev 890
Remove javadoc in clean target

Wed, 19 Jun 2002 22:06:44 +0000Add javadoc target. Add regexp to editor module (for source scanning,
tor@netbeans.org [Wed, 19 Jun 2002 22:06:44 +0000] rev 889
Add javadoc target. Add regexp to editor module (for source scanning,
which I haven't putback yet.)

Wed, 19 Jun 2002 19:18:45 +0000Changes for #22922. Publish module API javadoc. BLD200206200100
rbalada@netbeans.org [Wed, 19 Jun 2002 19:18:45 +0000] rev 888
Changes for #22922. Publish module API javadoc.

Wed, 19 Jun 2002 00:18:25 +0000Convert old tests to use xtest harness. QBE200206190100-BLD200206201555
cliffwd@netbeans.org [Wed, 19 Jun 2002 00:18:25 +0000] rev 887
Convert old tests to use xtest harness.

Mon, 17 Jun 2002 16:18:33 +0000Fix of refOutermostPackage (now returns "this" on outermost package) and refQuery (takes designator of other end) BLD200206180100
mmatula@netbeans.org [Mon, 17 Jun 2002 16:18:33 +0000] rev 886
Fix of refOutermostPackage (now returns "this" on outermost package) and refQuery (takes designator of other end)

Mon, 17 Jun 2002 09:47:21 +0000Underflow constraint checking on refVerifyConstraints
mmatula@netbeans.org [Mon, 17 Jun 2002 09:47:21 +0000] rev 885
Underflow constraint checking on refVerifyConstraints

Mon, 17 Jun 2002 07:29:38 +0000implementation of classifier-level attributes,
mmatula@netbeans.org [Mon, 17 Jun 2002 07:29:38 +0000] rev 884
implementation of classifier-level attributes,
several replacements of DebugException by a correct JMI exception,
added more checks into reflective operations (structure parameters typechecking and others),
several bugfixes

Fri, 14 Jun 2002 15:59:25 +0000Fixed classpath elements
rbalada@netbeans.org [Fri, 14 Jun 2002 15:59:25 +0000] rev 883
Fixed classpath elements

Thu, 13 Jun 2002 18:39:21 +0000Remove editor dependency; create a "bridge" module instead which
tor@netbeans.org [Thu, 13 Jun 2002 18:39:21 +0000] rev 882
Remove editor dependency; create a "bridge" module instead which
contains the editor-integration code (annotations, margin menu
action). That way the tasklist works with or without the editor
(Niclas asked me to get the tasklist working for the platform,
where the editor is apparently not included).