Java update - clean up some more @see and @link tags

Change-Id: Ib6f3af37906583af376687962b758d348431585f
This commit is contained in:
Noel Grandin
2012-07-02 13:58:06 +02:00
committed by Caolán McNamara
parent bf542dfdba
commit 38d0e9014b
17 changed files with 32 additions and 35 deletions

View File

@@ -107,8 +107,6 @@ public class GraphicalDifferenceCheck
* *
* @param _sInputFile the original document * @param _sInputFile the original document
* @param _sReferencePath the directory where the document will print as file or export as pdf. * @param _sReferencePath the directory where the document will print as file or export as pdf.
*
* @throws ConvWatchException if the are problems, see containing message
*/ */
public static boolean isReferenceExists(String _sInputFile, String _sReferencePath, GraphicalTestArguments _aGTA) public static boolean isReferenceExists(String _sInputFile, String _sReferencePath, GraphicalTestArguments _aGTA)
{ {

View File

@@ -54,7 +54,7 @@ import com.sun.star.uno.Type;
* *
* @see MultiMethodTest * @see MultiMethodTest
* @see #testProperty(String) * @see #testProperty(String)
* @see #testProperty(String, Propertytester) * @see #testProperty(String, PropertyTester)
* @see #getNewValue * @see #getNewValue
* @see #compare * @see #compare
* @see #toString(Object) * @see #toString(Object)

View File

@@ -889,7 +889,7 @@ public class utils {
* @param expand the string to expand * @param expand the string to expand
* @throws java.lang.Exception was thrown on any exception * @throws java.lang.Exception was thrown on any exception
* @return return the expanded string * @return return the expanded string
* @see com.sun.star.util.theMacroExpander * @see com.sun.star.util.XMacroExpander
*/ */
public static String expandMacro(XMultiServiceFactory xMSF, String expand) throws java.lang.Exception { public static String expandMacro(XMultiServiceFactory xMSF, String expand) throws java.lang.Exception {
try { try {

View File

@@ -60,7 +60,7 @@ import com.sun.star.beans.PropertyValue;
* *
* @see com.sun.star.text.NumberingLevel * @see com.sun.star.text.NumberingLevel
* @see com.sun.star.test.ParagraphProperties * @see com.sun.star.test.ParagraphProperties
* @see ifc.text._ParagraphProperties * @see ifc.style._ParagraphProperties
*/ */
public class _NumberingLevel { public class _NumberingLevel {

View File

@@ -58,16 +58,16 @@ import lib.TestParameters;
public class CachedContentResultSetFactory extends TestCase { public class CachedContentResultSetFactory extends TestCase {
/** /**
* Creating a Testenvironment for the interfaces to be tested. * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service * Creates an instance of the service
* <code>com.sun.star.ucb.CachedContentResultSetFactory</code>. <p> * <code>com.sun.star.ucb.CachedContentResultSetFactory</code>. <p>
* Object relations created : * Object relations created :
* <ul> * <ul>
* <li> <code>'CachedContentResultSetStub'</code> for * <li> <code>'CachedContentResultSetStub'</code> for
* {@link ifc.XCachedContentResultSetFactory} : the destination * {@link ifc.ucb._XCachedContentResultSetFactory} : the destination
* interface requires as its parameter an instance of * interface requires as its parameter an instance of
* <code>CachedContentResultSetStub</code> service. It is created * <code>CachedContentResultSetStub</code> service. It is created
* using <code>UniversalContentBroker</code> and queriing it for * using <code>UniversalContentBroker</code> and querying it for
* <code>PackageContent</code> which represents JAR file mentioned * <code>PackageContent</code> which represents JAR file mentioned
* above. Then the dynamic list of file contents (entries) is retrieved, * above. Then the dynamic list of file contents (entries) is retrieved,
* and a static list is created from it. Using * and a static list is created from it. Using

View File

@@ -57,16 +57,16 @@ import lib.TestParameters;
public class CachedContentResultSetStubFactory extends TestCase { public class CachedContentResultSetStubFactory extends TestCase {
/** /**
* Creating a Testenvironment for the interfaces to be tested. * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service * Creates an instance of the service
* <code>com.sun.star.ucb.CachedContentResultSetStubFactory</code>. <p> * <code>com.sun.star.ucb.CachedContentResultSetStubFactory</code>. <p>
* Object relations created : * Object relations created :
* <ul> * <ul>
* <li> <code>'ContentResultSet'</code> for * <li> <code>'ContentResultSet'</code> for
* {@link ifc.XCachedContentResultSetStubFactory} : the destination * {@link ifc.ucb._XCachedContentResultSetStubFactory} : the destination
* interface requires as its parameter an instance of * interface requires as its parameter an instance of
* <code>ContentResultSet</code> service. It is created * <code>ContentResultSet</code> service. It is created
* using <code>UniversalContentBroker</code> and queriing it for * using <code>UniversalContentBroker</code> and querying it for
* <code>PackageContent</code> which represents JAR file mentioned * <code>PackageContent</code> which represents JAR file mentioned
* above. Then the dynamic list of file contents (entries) is retrieved, * above. Then the dynamic list of file contents (entries) is retrieved,
* and a static list is created from it. It represents * and a static list is created from it. It represents

View File

@@ -57,13 +57,13 @@ import lib.TestParameters;
public class CachedDynamicResultSetFactory extends TestCase { public class CachedDynamicResultSetFactory extends TestCase {
/** /**
* Creating a Testenvironment for the interfaces to be tested. * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service * Creates an instance of the service
* <code>com.sun.star.ucb.CachedDynamicResultSetFactory</code>. <p> * <code>com.sun.star.ucb.CachedDynamicResultSetFactory</code>. <p>
* Object relations created : * Object relations created :
* <ul> * <ul>
* <li> <code>'CachedDynamicResultSetStub'</code> for * <li> <code>'CachedDynamicResultSetStub'</code> for
* {@link ifc.XCachedDynamicResultSetFactory} : the destination * {@link ifc.ucb._XCachedDynamicResultSetFactory} : the destination
* interface requires as its parameter an instance of * interface requires as its parameter an instance of
* <code>CachedDynamicResultSetStub</code> service. It is created * <code>CachedDynamicResultSetStub</code> service. It is created
* using <code>UniversalContentBroker</code> and queriing it for * using <code>UniversalContentBroker</code> and queriing it for

View File

@@ -56,16 +56,16 @@ import lib.TestParameters;
public class CachedDynamicResultSetStubFactory extends TestCase { public class CachedDynamicResultSetStubFactory extends TestCase {
/** /**
* Creating a Testenvironment for the interfaces to be tested. * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service * Creates an instance of the service
* <code>com.sun.star.ucb.CachedDynamicResultSetStubFactory</code>. <p> * <code>com.sun.star.ucb.CachedDynamicResultSetStubFactory</code>. <p>
* Object relations created : * Object relations created :
* <ul> * <ul>
* <li> <code>'DynamicResultSet'</code> for * <li> <code>'DynamicResultSet'</code> for
* {@link ifc.XCachedDynamicResultSetStubFactory} : the destination * {@link ifc.ucb._XCachedDynamicResultSetStubFactory} : the destination
* interface requires as its parameter an instance of * interface requires as its parameter an instance of
* <code>DynamicResultSet</code> service. It is created * <code>DynamicResultSet</code> service. It is created
* using <code>UniversalContentBroker</code> and queriing it for * using <code>UniversalContentBroker</code> and querying it for
* <code>PackageContent</code> which represents JAR file mentioned * <code>PackageContent</code> which represents JAR file mentioned
* above. Then the dynamic list of file contents (entries) is retrieved. * above. Then the dynamic list of file contents (entries) is retrieved.
* </li> * </li>

View File

@@ -49,11 +49,11 @@ import com.sun.star.uno.XInterface;
* @see com.sun.star.ui.XFolderPicker * @see com.sun.star.ui.XFolderPicker
* @see com.sun.star.lang.XTypeProvider * @see com.sun.star.lang.XTypeProvider
* @see com.sun.star.ui.FolderPicker * @see com.sun.star.ui.FolderPicker
* @see ifc.ui._XExecutableDialog * @see ifc.ui.dialogs._XExecutableDialog
* @see ifc.lang._XComponent * @see ifc.lang._XComponent
* @see ifc.lang._XServiceInfo * @see ifc.lang._XServiceInfo
* @see ifc.ui._XFolderPickerNotifier * @see ifc.ui._XFolderPickerNotifier
* @see ifc.ui._XFolderPicker * @see ifc.ui.dialogs._XFolderPicker
* @see ifc.lang._XTypeProvider * @see ifc.lang._XTypeProvider
*/ */
public class FolderPicker extends TestCase { public class FolderPicker extends TestCase {

View File

@@ -55,15 +55,15 @@ import com.sun.star.uno.XInterface;
* @see com.sun.star.lang.XComponent * @see com.sun.star.lang.XComponent
* @see com.sun.star.ui.XFilePickerNotifier * @see com.sun.star.ui.XFilePickerNotifier
* @see com.sun.star.ui.XFilePicker * @see com.sun.star.ui.XFilePicker
* @see ifc.ui._XFilePicker * @see ifc.ui.dialogs._XFilePicker
* @see ifc.lang._XInitialization * @see ifc.lang._XInitialization
* @see ifc.lang._XServiceInfo * @see ifc.lang._XServiceInfo
* @see ifc.lang._XTypeProvider * @see ifc.lang._XTypeProvider
* @see ifc.ui._XExecutableDialog * @see ifc.ui.dialogs._XExecutableDialog
* @see ifc.ui._XFilePickerControlAccess * @see ifc.ui.dialogs._XFilePickerControlAccess
* @see ifc.ui._XFilterManager * @see ifc.ui.dialogs._XFilterManager
* @see ifc.lang._XComponent * @see ifc.lang._XComponent
* @see ifc.ui._XFilePickerNotifier * @see ifc.ui.dialogs._XFilePickerNotifier
*/ */
public class FilePicker extends TestCase { public class FilePicker extends TestCase {
@@ -77,10 +77,10 @@ public class FilePicker extends TestCase {
* {@link ifc.lang._XInitialization} : argument * {@link ifc.lang._XInitialization} : argument
* for creating dialog from teamplate. </li> * for creating dialog from teamplate. </li>
* <li> <code>'XFilePickerControlAccess.ControlID'</code> for * <li> <code>'XFilePickerControlAccess.ControlID'</code> for
* {@link ifc.ui._XFilePickerControlAccess} : here * {@link ifc.ui.dialogs._XFilePickerControlAccess} : here
* it is identifier of check box.</li> * it is identifier of check box.</li>
* <li> <code>'XFilePickerControlAccess.ControlValue'</code> for * <li> <code>'XFilePickerControlAccess.ControlValue'</code> for
* {@link ifc.ui._XFilePickerControlAccess} : * {@link ifc.ui.dialogs._XFilePickerControlAccess} :
* The value for control to set (since the initial value * The value for control to set (since the initial value
* of the control is empty) .</li> * of the control is empty) .</li>
* </ul> * </ul>

View File

@@ -44,7 +44,6 @@ public class LayoutManager extends TestCase {
* Cleanup: close the created document * Cleanup: close the created document
* @param tParam The test parameters. * @param tParam The test parameters.
* @param log The log writer. * @param log The log writer.
* @return The test environment.
*/ */
protected void cleanup(TestParameters tParam, PrintWriter log) { protected void cleanup(TestParameters tParam, PrintWriter log) {
log.println(" disposing xTextDoc "); log.println(" disposing xTextDoc ");

View File

@@ -47,19 +47,19 @@ public class Invocation extends TestCase {
* Object relations created : * Object relations created :
* <ul> * <ul>
* <li> <code>'XSingleServiceFactory.createInstance.negative'</code> : * <li> <code>'XSingleServiceFactory.createInstance.negative'</code> :
* for interface {@link _ifc.lang.XSingleServiceFactory} ; * for interface {@link ifc.lang._XSingleServiceFactory} ;
* <code>String</code> relation; If its value 'true' then * <code>String</code> relation; If its value 'true' then
* <code>createInstance</code> method for the object isn't * <code>createInstance</code> method for the object isn't
* supported. In this case object doesn't support this method.</li> * supported. In this case object doesn't support this method.</li>
* <li> <code>'XSingleServiceFactory.arguments'</code> : * <li> <code>'XSingleServiceFactory.arguments'</code> :
* for interface {@link _ifc.lang.XSingleServiceFactory} ; * for interface {@link ifc.lang._XSingleServiceFactory} ;
* has <code>Object[]</code> type. This relation is used as * has <code>Object[]</code> type. This relation is used as
* a parameter for <code>createInstanceWithArguments</code> * a parameter for <code>createInstanceWithArguments</code>
* method call. If this relation doesn't exist test pass * method call. If this relation doesn't exist test pass
* zerro length array as argument. Here * zero length array as argument. Here
* <code>com.sun.star.io.Pipe</code> instance is passed.</li> * <code>com.sun.star.io.Pipe</code> instance is passed.</li>
* <li> <code>'XSingleServiceFactory.MustSupport'</code> : * <li> <code>'XSingleServiceFactory.MustSupport'</code> :
* for interface {@link _ifc.lang.XSingleServiceFactory}. * for interface {@link ifc.lang._XSingleServiceFactory}.
* Specifies that created instance must support * Specifies that created instance must support
* <code>com.sun.star.script.XInvocation</code> interface. * <code>com.sun.star.script.XInvocation</code> interface.
* </ul> * </ul>

View File

@@ -137,7 +137,7 @@ public class DrawController_HandoutView extends TestCase {
* {@link ifc.frame._XController}(the current controller of the second * {@link ifc.frame._XController}(the current controller of the second
* created document) </li> * created document) </li>
* <li> <code>'DrawPage'</code> for * <li> <code>'DrawPage'</code> for
* {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) </li> * be new current page) </li>
* </ul> * </ul>
* @see com.sun.star.frame.XModel * @see com.sun.star.frame.XModel

View File

@@ -137,7 +137,7 @@ public class DrawController_NotesView extends TestCase {
* {@link ifc.frame._XController}(the current controller of the second * {@link ifc.frame._XController}(the current controller of the second
* created document) </li> * created document) </li>
* <li> <code>'DrawPage'</code> for * <li> <code>'DrawPage'</code> for
* {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) </li> * be new current page) </li>
* </ul> * </ul>
* @see com.sun.star.frame.XModel * @see com.sun.star.frame.XModel

View File

@@ -137,7 +137,7 @@ public class DrawController_OutlineView extends TestCase {
* {@link ifc.frame._XController}(the current controller of the second * {@link ifc.frame._XController}(the current controller of the second
* created document) </li> * created document) </li>
* <li> <code>'DrawPage'</code> for * <li> <code>'DrawPage'</code> for
* {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) </li> * be new current page) </li>
* </ul> * </ul>
* @see com.sun.star.frame.XModel * @see com.sun.star.frame.XModel

View File

@@ -137,7 +137,7 @@ public class DrawController_PresentationView extends TestCase {
* {@link ifc.frame._XController}(the current controller of the second * {@link ifc.frame._XController}(the current controller of the second
* created document) </li> * created document) </li>
* <li> <code>'DrawPage'</code> for * <li> <code>'DrawPage'</code> for
* {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) </li> * be new current page) </li>
* </ul> * </ul>
* @see com.sun.star.frame.XModel * @see com.sun.star.frame.XModel

View File

@@ -134,7 +134,7 @@ public class SdUnoDrawView extends TestCase {
* {@link ifc.frame._XController}(the current controller of the second * {@link ifc.frame._XController}(the current controller of the second
* created document) </li> * created document) </li>
* <li> <code>'DrawPage'</code> for * <li> <code>'DrawPage'</code> for
* {@link ifc.drawing.DrawingDocumentDrawView}(the draw page which will * {@link ifc.drawing._DrawingDocumentDrawView}(the draw page which will
* be new current page) </li> * be new current page) </li>
* </ul> * </ul>
* @see com.sun.star.frame.XModel * @see com.sun.star.frame.XModel