Wed, 19 Oct 2005 06:36:10 +0000Removing all notes about manifest API_indep_67143_base
jtulach@netbeans.org [Wed, 19 Oct 2005 06:36:10 +0000] rev 73
Removing all notes about manifest

Thu, 13 Oct 2005 12:48:51 +0000Adding a test which asserts that after calling the Task.cancel() method,
abadea@netbeans.org [Thu, 13 Oct 2005 12:48:51 +0000] rev 72
Adding a test which asserts that after calling the Task.cancel() method,
TaskListener.taskFinished() is only called after the Task's Runnable finished
executing.

Wed, 12 Oct 2005 14:33:03 +0000Fixing test failure on JDK 1.4. Seems that various serializers differ quite a bit in how they output DOCTYPEs. Don't need to test the exact formatting - it's OK for it to vary somewhat so long as (1) the correct DOCTYPE *is* output somehow; (2) the rest of the text continues to be indented properly.
jglick@netbeans.org [Wed, 12 Oct 2005 14:33:03 +0000] rev 71
Fixing test failure on JDK 1.4. Seems that various serializers differ quite a bit in how they output DOCTYPEs. Don't need to test the exact formatting - it's OK for it to vary somewhat so long as (1) the correct DOCTYPE *is* output somehow; (2) the rest of the text continues to be indented properly.

Wed, 12 Oct 2005 00:38:53 +0000#62006 revisited: make fix work even with top-level comments etc. version-2-3-52
jglick@netbeans.org [Wed, 12 Oct 2005 00:38:53 +0000] rev 70
#62006 revisited: make fix work even with top-level comments etc.

Wed, 05 Oct 2005 00:53:06 +0000#62006: normalize whitespace in XMLUtil.write, to guard against weird blocks of whitespace being shuffled around editor_api_20060102 graph1_base version-2-3-50 version-2-3-51
jglick@netbeans.org [Wed, 05 Oct 2005 00:53:06 +0000] rev 69
#62006: normalize whitespace in XMLUtil.write, to guard against weird blocks of whitespace being shuffled around
by AntProjectHelper's defensive cloning. Fix should correct the bug and even heal previously broken project.xml
files, if they are modified in some way.

Tue, 04 Oct 2005 09:18:56 +0000Yet another reason for random failures in FolderList is fixed: RP.Task.isFinished used to have incorrect state when the task was scheduled for later and then finished
jtulach@netbeans.org [Tue, 04 Oct 2005 09:18:56 +0000] rev 68
Yet another reason for random failures in FolderList is fixed: RP.Task.isFinished used to have incorrect state when the task was scheduled for later and then finished

Fri, 30 Sep 2005 06:40:36 +0000#65124: Simple fixes shall be done in simple way mkleint_new_mode_names_base
jtulach@netbeans.org [Fri, 30 Sep 2005 06:40:36 +0000] rev 67
#65124: Simple fixes shall be done in simple way

Thu, 29 Sep 2005 23:03:35 +0000Javadoc tweaks, imports.
jglick@netbeans.org [Thu, 29 Sep 2005 23:03:35 +0000] rev 66
Javadoc tweaks, imports.

Sat, 24 Sep 2005 00:36:52 +0000Incrementing spec versions in the trunk. mimepath_20051007
jglick@netbeans.org [Sat, 24 Sep 2005 00:36:52 +0000] rev 65
Incrementing spec versions in the trunk.
Wrote script to do it semiautomatically - no more repetitive strain injury.
Note to self or next victim: next time do a clean build *before* branching
and grep for warnings mentioning 'spec.version.base' and consider fixing some.

Thu, 15 Sep 2005 20:09:27 +0000Code cleanup of test cases in standard modules. By no means complete, just what I got around to. context_api_64621_root javaee5_merge2 release50_beta_260905 version-2-3-45 version-2-3-46 version-2-3-48
jglick@netbeans.org [Thu, 15 Sep 2005 20:09:27 +0000] rev 64
Code cleanup of test cases in standard modules. By no means complete, just what I got around to.
1. suite() methods that just included the tests introspected in the class. This is the default anyway.
2. main() methods that didn't do anything special. The Ant harness should handle this instead.
3. No-op overrides of setUp or tearDown - empty or only called super.
4. tearDown overrides which only nulled out vars which setUp would always initialize anyway.
5. Old or missing copyright notices.
6. Unnecessary unimported FQNs and import list cleanups.
7. Obsolete or pointless comments left behind by some wizard.
8. Empty Javadoc comments. (Why do people write these?!)
A disturbing number of test cases were not compilable to begin with and still won't be.
serverplugins/sun/appsrv81/test in particular is in poor condition.
Make sure xtest/instance/master-config.xml#unit-nb lists your module if you care about its tests!