diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-21 09:27:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-28 16:15:44 +0200 |
commit | 96fb2453e40f97a0bffcfe7e046b4599beace152 (patch) | |
tree | 7b285005e900f3223009bb0368762ec6835d1c54 /qadevOOo | |
parent | 9dc3b1bf6120e958e1a943a9c3c8432302bd25e3 (diff) |
Javadoc warnings - fix some tags and references
Change-Id: I13be16beac258c551e58654b4fc37877d7bb9695
Diffstat (limited to 'qadevOOo')
56 files changed, 82 insertions, 84 deletions
diff --git a/qadevOOo/runner/graphical/JPEGComparator.java b/qadevOOo/runner/graphical/JPEGComparator.java index 1ac08f7f590c..d468bd8f45e5 100644 --- a/qadevOOo/runner/graphical/JPEGComparator.java +++ b/qadevOOo/runner/graphical/JPEGComparator.java @@ -393,7 +393,6 @@ public class JPEGComparator extends EnhancedComplexTestCase * @param _sDocumentName * @param _sResult * @param _aParams - * @return 0=no difference !=0 both files differ */ private void compareJPEG(String _sDocumentName, String _sResult, ParameterHelper _aParams) { diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java index d933e80dc5e9..e08922c053c4 100644 --- a/qadevOOo/runner/helper/PropertyHandlerImpl.java +++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java @@ -101,7 +101,6 @@ public class PropertyHandlerImpl implements XPropertyHandler{ /** * This method currently does nothing * @param PropertyName the name of the property whose user interface is to be described - * @param out_Descriptor the descriptor of the property line, to be filled by the XPropertyHandler implementation * @param ControlFactory a factory for creating XPropertyControl instances. Must not be NULL . * @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by this handler * @throws com.sun.star.lang.NullPointerException ::com::sun::star::lang::NullPointerException if ControlFactory is NULL . diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index 5d6132341b69..c52a9d84f71c 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -100,7 +100,7 @@ public class MultiPropertyTest extends MultiMethodTest * calls testProperty method for the method. Otherwise calls * super.invokeTestMethod(). * - * @see #MultiMethodTest.invokeTestMethod() + * @see MultiMethodTest#invokeTestMethod */ protected void invokeTestMethod(Method meth, String methName) { @@ -554,7 +554,7 @@ public class MultiPropertyTest extends MultiMethodTest * Tests the property using <code>PropertyValueSwitcher</code> * tester and two values for this property. * - * @see #PropertyValueSwitcher + * @see PropertyValueSwitcher */ protected void testProperty(String propName, Object val1, Object val2) { diff --git a/qadevOOo/runner/lib/TestCase.java b/qadevOOo/runner/lib/TestCase.java index eae36ba9c086..0477ebef7c8c 100644 --- a/qadevOOo/runner/lib/TestCase.java +++ b/qadevOOo/runner/lib/TestCase.java @@ -78,7 +78,7 @@ public abstract class TestCase { * @param tParam test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize( TestParameters tParam, PrintWriter log ) { } @@ -114,7 +114,7 @@ public abstract class TestCase { * * @return the created <code>TestEnvironment</code> * - * @see #createTestEnvironment() + * @see #createTestEnvironment * @see lib.TestEnvironment */ public synchronized TestEnvironment getTestEnvironment( TestParameters tParam ) { @@ -157,7 +157,7 @@ public abstract class TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected abstract TestEnvironment createTestEnvironment( TestParameters tParam, PrintWriter log ); diff --git a/qadevOOo/runner/lib/TestResult.java b/qadevOOo/runner/lib/TestResult.java index 1df57a950d53..4d89fc71b90b 100644 --- a/qadevOOo/runner/lib/TestResult.java +++ b/qadevOOo/runner/lib/TestResult.java @@ -54,7 +54,7 @@ public class TestResult { * The method makes the method tested with the status, i.e. it adds the * status to its state and makes it completed. * - * @param method reffers to the method whoch was tested + * @param method refers to the method which was tested * @param status describes the result of testing the method * @return <tt>true</tt> if status is OK, <tt>false</tt> otherwise. * diff --git a/qadevOOo/tests/java/ifc/form/_FormControlModel.java b/qadevOOo/tests/java/ifc/form/_FormControlModel.java index 31a5c9b38e62..36c48dd305bd 100644 --- a/qadevOOo/tests/java/ifc/form/_FormControlModel.java +++ b/qadevOOo/tests/java/ifc/form/_FormControlModel.java @@ -28,7 +28,7 @@ import lib.MultiPropertyTest; * <li><code> TabIndex</code></li> * <li><code> Tag</code></li> * </ul> -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form */ public class _FormControlModel extends MultiPropertyTest { diff --git a/qadevOOo/tests/java/ifc/sdb/_RowSet.java b/qadevOOo/tests/java/ifc/sdb/_RowSet.java index bc31a57345e9..1f3097de6070 100644 --- a/qadevOOo/tests/java/ifc/sdb/_RowSet.java +++ b/qadevOOo/tests/java/ifc/sdb/_RowSet.java @@ -100,7 +100,7 @@ public class _RowSet extends MultiPropertyTest { * Overriden method which tests all the properties * with <code>SafeTester</code>. * - * @see #SafeTester + * @see SafeTester */ protected void testProperty(String propName) { testProperty(propName, new SafeTester()) ; diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java index fe5dd279e16a..18f03be3c4ee 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java +++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java @@ -59,7 +59,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest { * <ul> * <li><code>XSingleSelectQueryComposer xCompoer</code></li> * </ul> <p> - * @see om.sun.star.sdb.XSingleSelectQueryComposer + * @see com.sun.star.sdb.XSingleSelectQueryComposer */ protected void before() { diff --git a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java index 09d3e767364d..2bf33f69f668 100644 --- a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java +++ b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java @@ -95,7 +95,7 @@ import util.utils; * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XEventListener diff --git a/qadevOOo/tests/java/mod/_forms/OButtonModel.java b/qadevOOo/tests/java/mod/_forms/OButtonModel.java index db9328822616..600a98bb79b2 100644 --- a/qadevOOo/tests/java/mod/_forms/OButtonModel.java +++ b/qadevOOo/tests/java/mod/_forms/OButtonModel.java @@ -49,7 +49,7 @@ import lib.TestParameters; * * @see com.sun.star.io.XPersistObject * @see com.sun.star.container.XChild - * @see com.sun.star.form.FormControlModel + * @see com.sun.star.form * @see com.sun.star.form.XImageProducerSupplier * @see com.sun.star.form.FormComponent * @see com.sun.star.beans.XPropertyAccess diff --git a/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java b/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java index b6fd9c7e6bb0..e8910bd9ae66 100644 --- a/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java +++ b/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java @@ -62,7 +62,7 @@ import lib.TestParameters; * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.awt.UnoControlCheckBoxModel * @see com.sun.star.container.XNamed * @see com.sun.star.form.XBoundComponent diff --git a/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java b/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java index eed952706c51..44bae5f5216b 100644 --- a/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java +++ b/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java @@ -64,7 +64,7 @@ import util.DBTools; * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.form.component.DatabaseComboBox * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.form.XBoundComponent * @see com.sun.star.form.component.ComboBox diff --git a/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java b/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java index a54da3c59aee..f66cd0015a41 100644 --- a/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java +++ b/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java @@ -61,7 +61,7 @@ import lib.TestParameters; * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.awt.UnoControlCurrencyFieldModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XEventListener diff --git a/qadevOOo/tests/java/mod/_forms/ODateModel.java b/qadevOOo/tests/java/mod/_forms/ODateModel.java index c33bb88b89db..f5c74458e91f 100644 --- a/qadevOOo/tests/java/mod/_forms/ODateModel.java +++ b/qadevOOo/tests/java/mod/_forms/ODateModel.java @@ -71,7 +71,7 @@ import util.DBTools; * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XEventListener diff --git a/qadevOOo/tests/java/mod/_forms/OEditModel.java b/qadevOOo/tests/java/mod/_forms/OEditModel.java index 91c30a47bb0c..58c464f81142 100644 --- a/qadevOOo/tests/java/mod/_forms/OEditModel.java +++ b/qadevOOo/tests/java/mod/_forms/OEditModel.java @@ -71,7 +71,7 @@ import util.DBTools; * @see com.sun.star.form.component.TextField * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.awt.UnoControlEditModel * @see com.sun.star.form.component.DatabaseTextField diff --git a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java index ece2abd0dbeb..a7667c424315 100644 --- a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java +++ b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java @@ -63,7 +63,7 @@ import com.sun.star.util.XCloseable; * threads concurently. * @see com.sun.star.io.XPersistObject * @see com.sun.star.container.XChild - * @see com.sun.star.form.FormControlModel + * @see com.sun.star.form * @see com.sun.star.awt.UnoControlFileControlModel * @see com.sun.star.form.FormComponent * @see com.sun.star.beans.XPropertyAccess diff --git a/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java b/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java index 61dfc2788504..d3c815dc6e4c 100644 --- a/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java +++ b/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java @@ -46,7 +46,7 @@ import lib.TestParameters; * threads concurently. * @see com.sun.star.io.XPersistObject * @see com.sun.star.container.XChild -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.form.FormComponent * @see com.sun.star.beans.XPropertyAccess * @see com.sun.star.beans.XPropertyContainer diff --git a/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java b/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java index e1247107efea..f5fb46ba5233 100644 --- a/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java +++ b/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java @@ -65,7 +65,7 @@ import util.DBTools; * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.form.component.DatabaseFormattedField - * @see com.sun.star.form.FormControlModel + * @see com.sun.star.form * @see com.sun.star.beans.XPropertyState * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent diff --git a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java index 1678ae0a5362..7ee316b46088 100644 --- a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java +++ b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java @@ -86,7 +86,7 @@ import com.sun.star.util.XCloseable; * @see com.sun.star.view.XSelectionSupplier * @see com.sun.star.container.XEnumerationAccess * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XIndexReplace * @see com.sun.star.container.XNamed * @see com.sun.star.container.XIndexAccess diff --git a/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java b/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java index 4f4a6d1a27a8..d6a2e83a2497 100644 --- a/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java +++ b/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java @@ -47,7 +47,7 @@ import lib.TestParameters; * @see com.sun.star.awt.UnoControlGroupBoxModel * @see com.sun.star.io.XPersistObject * @see com.sun.star.container.XChild - * @see com.sun.star.form.FormControlModel + * @see com.sun.star.form * @see com.sun.star.form.FormComponent * @see com.sun.star.beans.XPropertyAccess * @see com.sun.star.beans.XPropertyContainer diff --git a/qadevOOo/tests/java/mod/_forms/OHiddenModel.java b/qadevOOo/tests/java/mod/_forms/OHiddenModel.java index e59d6acd74ba..ac4553aafb0e 100644 --- a/qadevOOo/tests/java/mod/_forms/OHiddenModel.java +++ b/qadevOOo/tests/java/mod/_forms/OHiddenModel.java @@ -62,7 +62,7 @@ import com.sun.star.util.XCloseable; * threads concurently. * @see com.sun.star.io.XPersistObject * @see com.sun.star.container.XChild - * @see com.sun.star.form.FormControlModel + * @see com.sun.star.form * @see com.sun.star.form.component.HiddenControl * @see com.sun.star.form.FormComponent * @see com.sun.star.beans.XPropertyAccess diff --git a/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java b/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java index e0bcc1489c06..2512cd9d548d 100644 --- a/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java +++ b/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java @@ -47,7 +47,7 @@ import lib.TestParameters; * @see com.sun.star.io.XPersistObject * @see com.sun.star.container.XChild * @see com.sun.star.awt.UnoControlImageControlModel -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.form.FormComponent * @see com.sun.star.form.XImageProducerSupplier * @see com.sun.star.beans.XPropertyAccess diff --git a/qadevOOo/tests/java/mod/_forms/OImageControlModel.java b/qadevOOo/tests/java/mod/_forms/OImageControlModel.java index 4602d4c51693..572686a9c67a 100644 --- a/qadevOOo/tests/java/mod/_forms/OImageControlModel.java +++ b/qadevOOo/tests/java/mod/_forms/OImageControlModel.java @@ -67,7 +67,7 @@ import util.DBTools; * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.form.component.DatabaseImageControl * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent diff --git a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java index c97868f7fb8c..38f92a2cdb7c 100644 --- a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java +++ b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java @@ -75,7 +75,7 @@ import util.DBTools; * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XEventListener diff --git a/qadevOOo/tests/java/mod/_forms/ONumericModel.java b/qadevOOo/tests/java/mod/_forms/ONumericModel.java index 52a2d8336d87..6234b896313f 100644 --- a/qadevOOo/tests/java/mod/_forms/ONumericModel.java +++ b/qadevOOo/tests/java/mod/_forms/ONumericModel.java @@ -64,7 +64,7 @@ import util.DBTools; * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.beans.XPropertyState * @see com.sun.star.form.component.NumericField -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XEventListener diff --git a/qadevOOo/tests/java/mod/_forms/OPatternModel.java b/qadevOOo/tests/java/mod/_forms/OPatternModel.java index 69b1d3966333..d96c2800f3f0 100644 --- a/qadevOOo/tests/java/mod/_forms/OPatternModel.java +++ b/qadevOOo/tests/java/mod/_forms/OPatternModel.java @@ -68,7 +68,7 @@ import util.DBTools; * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.awt.UnoControlPatternFieldModel * @see com.sun.star.form.component.DatabasePatternField - * @see com.sun.star.form.FormControlModel + * @see com.sun.star.form * @see com.sun.star.beans.XPropertyState * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent diff --git a/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java b/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java index a2f6543f9cb4..6abbdfe255a7 100644 --- a/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java +++ b/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java @@ -67,7 +67,7 @@ import util.DBTools; * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.awt.UnoControlRadioButtonModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XEventListener diff --git a/qadevOOo/tests/java/mod/_forms/OTimeModel.java b/qadevOOo/tests/java/mod/_forms/OTimeModel.java index 8c97bac37114..dff1c7292568 100644 --- a/qadevOOo/tests/java/mod/_forms/OTimeModel.java +++ b/qadevOOo/tests/java/mod/_forms/OTimeModel.java @@ -79,7 +79,7 @@ import util.DBTools; * @see com.sun.star.form.XUpdateBroadcaster * @see com.sun.star.form.DataAwareControlModel * @see com.sun.star.beans.XPropertyState -* @see com.sun.star.form.FormControlModel +* @see com.sun.star.form * @see com.sun.star.container.XNamed * @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XEventListener diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java index 14f880ccf9fa..aabc77c83ffa 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java @@ -84,7 +84,7 @@ public class ScAccessibleCell extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java index c4442d6b49fb..72199eef0bf1 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java @@ -55,7 +55,7 @@ public class ScAccessibleCsvCell extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) { XInterface oObj = null; @@ -134,7 +134,7 @@ public class ScAccessibleCsvCell extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java index 37bbc9cfec92..d8f12e493846 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvGrid.java @@ -54,7 +54,7 @@ public class ScAccessibleCsvGrid extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) { @@ -129,7 +129,7 @@ public class ScAccessibleCsvGrid extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java index 3939e43ce5e6..c43c8762ed53 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvRuler.java @@ -56,7 +56,7 @@ public class ScAccessibleCsvRuler extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) { @@ -158,7 +158,7 @@ public class ScAccessibleCsvRuler extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java index 02cdb50cdd49..e8039b302c47 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocument.java @@ -73,7 +73,7 @@ public class ScAccessibleDocument extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -128,7 +128,7 @@ public class ScAccessibleDocument extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java index 9ff52715b1fd..03806dd04c03 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleDocumentPagePreview.java @@ -81,7 +81,7 @@ public class ScAccessibleDocumentPagePreview extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -204,7 +204,7 @@ public class ScAccessibleDocumentPagePreview extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java index 11aeeecb99c5..d4e90be7851d 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeader.java @@ -85,7 +85,7 @@ public class ScAccessiblePageHeader extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -248,7 +248,7 @@ public class ScAccessiblePageHeader extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java index f1a9517eceeb..e1b50192dabb 100644 --- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java +++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePageHeaderArea.java @@ -82,7 +82,7 @@ public class ScAccessiblePageHeaderArea extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -199,7 +199,7 @@ public class ScAccessiblePageHeaderArea extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java b/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java index e223b8c02754..4e5e83c98f08 100644 --- a/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java +++ b/qadevOOo/tests/java/mod/_sch/AccessibleDocumentView.java @@ -105,7 +105,7 @@ public class AccessibleDocumentView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java b/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java index 28742ec49223..17a780026534 100644 --- a/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java +++ b/qadevOOo/tests/java/mod/_sd/AccessibleDrawDocumentView.java @@ -60,7 +60,7 @@ public class AccessibleDrawDocumentView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment (TestParameters Param, PrintWriter log) { @@ -150,7 +150,7 @@ public class AccessibleDrawDocumentView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java b/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java index fc0079954638..5225a05f5bba 100644 --- a/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java +++ b/qadevOOo/tests/java/mod/_sd/AccessibleOutlineView.java @@ -58,7 +58,7 @@ public class AccessibleOutlineView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment (TestParameters Param, PrintWriter log) { @@ -115,7 +115,7 @@ public class AccessibleOutlineView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java b/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java index fd8f2538a7c5..214da23caf6e 100644 --- a/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java +++ b/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java @@ -58,7 +58,7 @@ public class AccessibleSlideView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment (TestParameters Param, PrintWriter log) { @@ -122,7 +122,7 @@ public class AccessibleSlideView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java index 4dd0968373ad..e43a0ecb2b3b 100644 --- a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java +++ b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java @@ -80,7 +80,7 @@ public class AccessibleBrowseBox extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) { diff --git a/qadevOOo/tests/java/mod/_svx/AccessibleEditableTextPara.java b/qadevOOo/tests/java/mod/_svx/AccessibleEditableTextPara.java index 881b2d6306af..4c3e28f5c3c8 100644 --- a/qadevOOo/tests/java/mod/_svx/AccessibleEditableTextPara.java +++ b/qadevOOo/tests/java/mod/_svx/AccessibleEditableTextPara.java @@ -53,7 +53,7 @@ public class AccessibleEditableTextPara extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -119,7 +119,7 @@ public class AccessibleEditableTextPara extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_svx/SvxGraphCtrlAccessibleContext.java b/qadevOOo/tests/java/mod/_svx/SvxGraphCtrlAccessibleContext.java index 794df28ae24e..4f7575696fae 100644 --- a/qadevOOo/tests/java/mod/_svx/SvxGraphCtrlAccessibleContext.java +++ b/qadevOOo/tests/java/mod/_svx/SvxGraphCtrlAccessibleContext.java @@ -67,7 +67,7 @@ public class SvxGraphCtrlAccessibleContext extends TestCase{ * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -212,7 +212,7 @@ public class SvxGraphCtrlAccessibleContext extends TestCase{ * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { // get a soffice factory object diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java index aa7e2ea07f8a..2bf763e48344 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java @@ -59,7 +59,7 @@ public class SwAccessibleDocumentPageView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -178,7 +178,7 @@ public class SwAccessibleDocumentPageView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java index 45b349bdba6a..b48a85f1438d 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentView.java @@ -63,7 +63,7 @@ public class SwAccessibleDocumentView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -167,7 +167,7 @@ public class SwAccessibleDocumentView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java index 992649426c47..fee79ae2df41 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java @@ -57,7 +57,7 @@ public class SwAccessibleEndnoteView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -172,7 +172,7 @@ public class SwAccessibleEndnoteView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java index 9ea4214482df..439a9dfa28fa 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleFooterView.java @@ -68,7 +68,7 @@ public class SwAccessibleFooterView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -176,7 +176,7 @@ public class SwAccessibleFooterView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java index 2eac755db5f1..4a1c92123fc0 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleFootnoteView.java @@ -57,7 +57,7 @@ public class SwAccessibleFootnoteView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -173,7 +173,7 @@ public class SwAccessibleFootnoteView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java index 3e527aab17f9..5443b1966fb3 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleHeaderView.java @@ -66,7 +66,7 @@ public class SwAccessibleHeaderView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -166,7 +166,7 @@ public class SwAccessibleHeaderView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java index 6a7f1b82dd5e..9ddfac3b6ae9 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessiblePageView.java @@ -66,7 +66,7 @@ public class SwAccessiblePageView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -246,7 +246,7 @@ public class SwAccessiblePageView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleParagraphView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleParagraphView.java index 8e48769084ea..a6b7d154b20e 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleParagraphView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleParagraphView.java @@ -57,7 +57,7 @@ public class SwAccessibleParagraphView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -119,7 +119,7 @@ public class SwAccessibleParagraphView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java index 07c6c2c7ce98..2404af5bbbd8 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java @@ -61,7 +61,7 @@ public class SwAccessibleTableCellView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment(TestParameters Param, PrintWriter log) { @@ -135,7 +135,7 @@ public class SwAccessibleTableCellView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println("creating a text document"); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleTableView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleTableView.java index 3b191179aa3a..184814c677e0 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleTableView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleTableView.java @@ -63,7 +63,7 @@ public class SwAccessibleTableView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -152,7 +152,7 @@ public class SwAccessibleTableView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java index 9184f0b5c162..e5c17767d6fc 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextEmbeddedObject.java @@ -59,7 +59,7 @@ public class SwAccessibleTextEmbeddedObject extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -132,7 +132,7 @@ public class SwAccessibleTextEmbeddedObject extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "open a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextFrameView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextFrameView.java index d3834195241b..8c78416a9160 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextFrameView.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextFrameView.java @@ -67,7 +67,7 @@ public class SwAccessibleTextFrameView extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -164,7 +164,7 @@ public class SwAccessibleTextFrameView extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextGraphicObject.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextGraphicObject.java index cbb73f192713..a1f1ae213599 100644 --- a/qadevOOo/tests/java/mod/_sw/SwAccessibleTextGraphicObject.java +++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleTextGraphicObject.java @@ -65,7 +65,7 @@ public class SwAccessibleTextGraphicObject extends TestCase { * @param log writer to log information while testing * * @see TestEnvironment - * @see #getTestEnvironment() + * @see #getTestEnvironment */ protected TestEnvironment createTestEnvironment( TestParameters Param, PrintWriter log) { @@ -154,7 +154,7 @@ public class SwAccessibleTextGraphicObject extends TestCase { * @param Param test parameters * @param log writer to log information while testing * - * @see #initializeTestCase() + * @see #initializeTestCase */ protected void initialize(TestParameters Param, PrintWriter log) { log.println( "creating a text document" ); |