-
Enhancement
-
Resolution: Fixed
-
P4
-
8
-
b14
-
Verified
There are two static methods JavadocTester.run which take a JavadocTester as the first argument. These should be converted to non-static methods and all the tests updated.
In general, the tests ignore the return code from javadoc, which is bad.
We should re-evaluate the way we invoke JavadocTester. It may be that a builder pattern would work better than the current splattering of run* methods.
In general, the tests ignore the return code from javadoc, which is bad.
We should re-evaluate the way we invoke JavadocTester. It may be that a builder pattern would work better than the current splattering of run* methods.
There are no Sub-Tasks for this issue.