summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-02 13:24:38 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 12:55:08 +0100
commitbf542dfdba7ec0996bf3a635ea87aeff176d0dc0 (patch)
treeb82f3e01ea88be1aebc30840545ba798d52b76a0 /qadevOOo/runner
parent360f566cf91b2b78a39512ce0f87f5375f7e0479 (diff)
Java update - cleanup javadoc @see tags
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerImpl.java36
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java6
-rw-r--r--qadevOOo/runner/stats/SQLExecution.java2
-rw-r--r--qadevOOo/runner/util/DBTools.java5
-rw-r--r--qadevOOo/runner/util/DrawTools.java2
-rw-r--r--qadevOOo/runner/util/PropertyName.java2
-rw-r--r--qadevOOo/runner/util/XMLTools.java2
7 files changed, 25 insertions, 30 deletions
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java
index d8909f3d0129..d933e80dc5e9 100644
--- a/qadevOOo/runner/helper/PropertyHandlerImpl.java
+++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java
@@ -34,7 +34,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param ActuatingPropertyName the id of the actuating property.
* @param NewValue the new value of the property
* @param OldValue the old value of the property
@@ -55,7 +55,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param xEventListener the listener to notify about changes
*/
public void addEventListener(com.sun.star.lang.XEventListener xEventListener) {
@@ -70,7 +70,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName The name of the property whose value is to be converted.
* @param PropertyValue The to-be-converted property value.
* @param ControlValueType The target type of the conversion. This type is determined by the control which is used to display the property, which in turn is determined by the handler itself in describePropertyLine .
@@ -88,7 +88,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName The name of the conversion's target property.
* @param ControlValue The to-be-converted control value. This value has been obtained from an XPropertyControl , using its Value attribute.
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
@@ -99,12 +99,11 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * 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 .
*/
public LineDescriptor describePropertyLine(
@@ -116,13 +115,13 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
*/
public void dispose() {
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @return null
*/
public String[] getActuatingProperties() {
@@ -130,7 +129,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose state is to be retrieved
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
* @return null
@@ -141,7 +140,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose value is to be retrieved
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
* @return null
@@ -151,7 +150,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @return null
*/
public String[] getSupersededProperties() {
@@ -167,7 +166,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param Component the component to inspect. Must not be NULL
* @throws com.sun.star.lang.NullPointerException com::sun::star::lang::NullPointerException if the component is NULL
*/
@@ -175,7 +174,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose composability is to be determined
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
*
@@ -187,7 +186,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName The name of the property whose browse button has been clicked
* @param Primary true if and only if the primary button has been clicked, false otherwise
* @param out_Data If the method returns InteractiveSelectionResult::ObtainedValue , then _rData contains the value which has been interactively obtained from the user, and which still needs to be set at the inspected component.
@@ -215,14 +214,14 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param xPropertyChangeListener the listener to be revoke
*/
public void removePropertyChangeListener(com.sun.star.beans.XPropertyChangeListener xPropertyChangeListener) {
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param PropertyName the name of the property whose value is to be set
* @param Value the property value to set
* @throws com.sun.star.beans.UnknownPropertyException ::com::sun::star::beans::UnknownPropertyException if the given property is not supported by the property handler
@@ -231,7 +230,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
* @param Suspend Whether the handler is to be suspended true or reactivated ( false ). The latter happens if a handler was successfully suspended, but an external instance vetoed the whole suspension process.
* @return false
*/
@@ -240,9 +239,8 @@ public class PropertyHandlerImpl implements XPropertyHandler{
}
/**
- * This method currently do nothig
+ * This method currently does nothing
*/
-
public void describePropertyLine(String string, LineDescriptor[] lineDescriptor, XPropertyControlFactory xPropertyControlFactory) throws UnknownPropertyException, com.sun.star.lang.NullPointerException {
}
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 9e69f2f1b049..cf347cce6389 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -503,9 +503,9 @@ public class MultiPropertyTest extends MultiMethodTest
* specified as parameters.
*
* @param val1 Not <code>null</code> value for the property
- * tested.
- * @param val1 Not <code>null</code> value for the property
- * tested which differs from the first value.
+ * tested.
+ * @param val2 Not <code>null</code> value for the property
+ * tested which differs from the first value.
*/
public PropertyValueSwitcher(Object val1, Object val2)
{
diff --git a/qadevOOo/runner/stats/SQLExecution.java b/qadevOOo/runner/stats/SQLExecution.java
index 3253415bd490..8c1651baf5ba 100644
--- a/qadevOOo/runner/stats/SQLExecution.java
+++ b/qadevOOo/runner/stats/SQLExecution.java
@@ -254,7 +254,7 @@ public class SQLExecution {
* @param command The command.
* @param update If true, it is a update/alter command instead of an select
* command
- * @return A HashMap with the result.
+ * @param output A HashMap with the result.
*/
private void execute(String command, HashMap<String, String[]> output, boolean update) {
if (m_bDebug)
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 37894e6d3fe0..69bfb06b4d16 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -397,9 +397,8 @@ public class DBTools {
/**
* Performs connection to DataSource specified.
* @param dbSource <code>com.sun.star.sdb.DataSource</code> service
- * specified data source which must be already registered in the
- * <code>DatabaseContext</code> service.
- * @param dbSource Data source to be connected to.
+ * specified data source which must be already registered in the
+ * <code>DatabaseContext</code> service.
* @return Connection to the data source.
*/
public XConnection connectToSource(Object dbSource)
diff --git a/qadevOOo/runner/util/DrawTools.java b/qadevOOo/runner/util/DrawTools.java
index 842f34affee5..05c5551c117d 100644
--- a/qadevOOo/runner/util/DrawTools.java
+++ b/qadevOOo/runner/util/DrawTools.java
@@ -139,9 +139,7 @@ public class DrawTools {
* @param x the x-position of the shape
* @param y the y-position of the shape
* @param kind the kind of the shape ('Ellipse', 'Line' or 'Rectangle')
- * @return the created XShape
*/
-
public void addShape( XComponent oDoc, int height, int width, int x,
int y, String kind ) {
diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java
index b7a8598616a7..21d78ec4393f 100644
--- a/qadevOOo/runner/util/PropertyName.java
+++ b/qadevOOo/runner/util/PropertyName.java
@@ -129,7 +129,7 @@ public interface PropertyName {
/**
* parameter name: "NoCwsAttach"<p>
* If this parameter is set to "true" , a status of CWS-UnoAPI-Tests was not attached to EIS<p>
- * @see tests.complex.unoapi.CheckModuleAPI
+ * @see complex.unoapi.CheckModuleAPI
*/
final public static String NO_CWS_ATTACH = "NoCwsAttach";
/**
diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java
index 9bac81515731..cd73daf47304 100644
--- a/qadevOOo/runner/util/XMLTools.java
+++ b/qadevOOo/runner/util/XMLTools.java
@@ -899,7 +899,7 @@ public class XMLTools {
* @param xDoc Target document to be imported.
* @param docType Type of document (for example 'Calc', 'Writer', 'Draw')
* The type must start with <b>capital</b> letter.
- * @param exportType The type of export specifies if the whole
+ * @param importType The type of export specifies if the whole
* document will be exported or one of its parts (Meta info, Styles, etc.).
* The following types supported (it hardly depends of XML data in file) :
* "" (empty string) - for the whole document ;