Wed, 07 Aug 2002 12:17:22 +0000getQuotedArguments() methods added into VcsUtilities to parse BLD200208080100
mentlicher@netbeans.org [Wed, 07 Aug 2002 12:17:22 +0000] rev 2509
getQuotedArguments() methods added into VcsUtilities to parse
String[] arguments from a single String. It takes into account quotation
marks (") for arguments with spaces.
ExecuteCommand use this instead of the simple StringTokenizer
to parse arguments for class commands execution.

Tue, 06 Aug 2002 10:48:23 +0000Construct the configuration input descriptor only if the BLD200208070100
mentlicher@netbeans.org [Tue, 06 Aug 2002 10:48:23 +0000] rev 2508
Construct the configuration input descriptor only if the
descriptor string representation is non-empty.
This prevents from creating and empty panel from the empty input descripor.
This is an additional fix of issue #25175.

Fri, 02 Aug 2002 18:50:52 +0000Routine specification version upgrade in trunk, to ensure all numbers BLD200208200100
jglick@netbeans.org [Fri, 02 Aug 2002 18:50:52 +0000] rev 2507
Routine specification version upgrade in trunk, to ensure all numbers
are higher than those in release34.

Fri, 02 Aug 2002 15:54:29 +0000These NBMs should not require IDE restart.
jglick@netbeans.org [Fri, 02 Aug 2002 15:54:29 +0000] rev 2506
These NBMs should not require IDE restart.

Fri, 02 Aug 2002 15:46:32 +0000Recovery process after some test failure improved.
jkovalsky@netbeans.org [Fri, 02 Aug 2002 15:46:32 +0000] rev 2505
Recovery process after some test failure improved.

Fri, 02 Aug 2002 14:51:13 +0000Added appjdk14 test bag
dkaspar@netbeans.org [Fri, 02 Aug 2002 14:51:13 +0000] rev 2504
Added appjdk14 test bag

Fri, 02 Aug 2002 14:46:07 +0000Initial state
dkaspar@netbeans.org [Fri, 02 Aug 2002 14:46:07 +0000] rev 2503
Initial state

Fri, 02 Aug 2002 14:45:33 +0000Throw correction
dkaspar@netbeans.org [Fri, 02 Aug 2002 14:45:33 +0000] rev 2502
Throw correction

Fri, 02 Aug 2002 14:00:23 +0000Strange focus problem on Unix platforms fixed.
jkovalsky@netbeans.org [Fri, 02 Aug 2002 14:00:23 +0000] rev 2501
Strange focus problem on Unix platforms fixed.

Fri, 02 Aug 2002 06:21:10 +0000Moved report back into a dialog (fewer broken UI rules), added "Save As..."
tball@netbeans.org [Fri, 02 Aug 2002 06:21:10 +0000] rev 2500
Moved report back into a dialog (fewer broken UI rules), added "Save As..."
and "Close" buttons; added an XML file filter in file chooser.