summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/base/java_complex.java3
-rw-r--r--qadevOOo/runner/convwatch/OfficePrint.java16
-rw-r--r--qadevOOo/runner/convwatch/ReportDesignerTest.java2
-rw-r--r--qadevOOo/runner/graphical/DirectoryHelper.java3
-rw-r--r--qadevOOo/runner/graphical/EnhancedComplexTestCase.java4
-rw-r--r--qadevOOo/runner/graphical/HTMLResult.java1
-rw-r--r--qadevOOo/runner/graphical/IDocument.java4
-rw-r--r--qadevOOo/runner/graphical/IOffice.java5
-rw-r--r--qadevOOo/runner/graphical/IniFile.java9
-rw-r--r--qadevOOo/runner/graphical/JPEGCreator.java3
-rw-r--r--qadevOOo/runner/graphical/MSOfficePostscriptCreator.java5
-rw-r--r--qadevOOo/runner/graphical/Office.java2
-rw-r--r--qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java3
-rw-r--r--qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java3
-rw-r--r--qadevOOo/runner/graphical/ParameterHelper.java5
-rw-r--r--qadevOOo/runner/helper/BuildEnvTools.java6
-rw-r--r--qadevOOo/runner/helper/ComplexDescGetter.java1
-rw-r--r--qadevOOo/runner/helper/LoggingThread.java5
-rw-r--r--qadevOOo/runner/helper/ObjectInspectorModelImpl.java1
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java7
-rw-r--r--qadevOOo/runner/helper/OfficeWatcher.java3
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java31
-rw-r--r--qadevOOo/runner/helper/PropertyHelper.java2
-rw-r--r--qadevOOo/runner/helper/StringHelper.java3
-rw-r--r--qadevOOo/runner/lib/Parameters.java2
-rw-r--r--qadevOOo/runner/stats/Summarizer.java1
-rw-r--r--qadevOOo/runner/util/DesktopTools.java1
-rw-r--r--qadevOOo/runner/util/db/DataSource.java1
-rw-r--r--qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java1
29 files changed, 1 insertions, 132 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index 565b07fe9031..ba0ab703453b 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -40,7 +40,6 @@ public class java_complex implements TestBase
/**
* This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class
* and crates the JobDescription.
- * @param param
* @return true of all tests run successfully, else false
*/
public boolean executeTest(TestParameters param)
@@ -66,8 +65,6 @@ public class java_complex implements TestBase
/**
* This function run the given DescEntry[] as ComplexTest
- * @param param
- * @param entries
* @return true of all tests run successfully, else false
*/
public boolean executeTest(TestParameters param, DescEntry[] entries)
diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java
index ba3e03c298e9..9efa7049068a 100644
--- a/qadevOOo/runner/convwatch/OfficePrint.java
+++ b/qadevOOo/runner/convwatch/OfficePrint.java
@@ -95,9 +95,6 @@ public class OfficePrint {
* the GraphicalTestArguments must contain a living MultiServiceFactory object
* or we crash here.
* Be aware, the ownership of the document gets to you, you have to close it.
- * @param _aGTA
- * @param _sInputURL
- * @return
*/
public static XComponent loadFromURL(GraphicalTestArguments _aGTA,
String _sInputURL)
@@ -302,10 +299,6 @@ public class OfficePrint {
* Due to the fact we use a printer to convert the file to postscript, the default printer
* to create such postscript format must be installed, this is not tested here.
*
- * @param _aGTA
- * @param _sInputURL
- * @param _sOutputURL
- * @param _sPrintFileURL
* @return true, if print has been done.
* Be careful, true means only print returns with no errors, to be sure print is really done
* check existence of _sPrintFileURL
@@ -624,9 +617,6 @@ public class OfficePrint {
/**
- * @param _aGTA
- * @param _sAbsoluteOutputPath
- * @param _sAbsoluteInputFile
* @return true, if the reference (*.prrn file) based on given output path and given input path exist.
* If OVERWRITE_REFERENCE is set, always return false.
*/
@@ -671,12 +661,6 @@ public class OfficePrint {
* _sAbsoluteOutputPath contains the destination, where the file will store after load with StarOffice/OpenOffice.org
* if is null, print only near the Input file path
* _sPrintType ".prn" Print input file with StarOffice/OpenOffice.org and the default printer as PostScript
- *
- * @param _aGTA
- * @param _sAbsoluteOutputPath
- * @param _sAbsoluteInputFile
- * @return
- * @throws ConvWatchCancelException
*/
public static boolean buildReference(GraphicalTestArguments _aGTA,
String _sAbsoluteOutputPath,
diff --git a/qadevOOo/runner/convwatch/ReportDesignerTest.java b/qadevOOo/runner/convwatch/ReportDesignerTest.java
index 0aad73c78985..5b059e8ecc4b 100644
--- a/qadevOOo/runner/convwatch/ReportDesignerTest.java
+++ b/qadevOOo/runner/convwatch/ReportDesignerTest.java
@@ -86,7 +86,6 @@ class PropertyHelper
{
/**
Create a PropertyValue[] from a ArrayList
- @param _aPropertyList
@return a PropertyValue[]
*/
public static PropertyValue[] createPropertyValueArrayFormArrayList(ArrayList<PropertyValue> _aPropertyList)
@@ -123,7 +122,6 @@ public class ReportDesignerTest extends ComplexTestCase {
/**
* This method returns a list of Strings, each string must be a function name in this class.
- * @return
*/
@Override
public String[] getTestMethodNames()
diff --git a/qadevOOo/runner/graphical/DirectoryHelper.java b/qadevOOo/runner/graphical/DirectoryHelper.java
index 83430b4b24f1..0033de9853d5 100644
--- a/qadevOOo/runner/graphical/DirectoryHelper.java
+++ b/qadevOOo/runner/graphical/DirectoryHelper.java
@@ -62,9 +62,6 @@ public class DirectoryHelper
* System.out.println(aEntry);
* }
*
- * @param _sDirectory
- * @param _aFileFilter
- * @param _bRecursiveIsAllowed
* @return list of directories
*/
public static Object[] traverse( String _sDirectory, FileFilter _aFileFilter, boolean _bRecursiveIsAllowed )
diff --git a/qadevOOo/runner/graphical/EnhancedComplexTestCase.java b/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
index 0e2be21334b0..dcde84492cc4 100644
--- a/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
@@ -73,7 +73,6 @@ private void callEntry(String _sEntry, ParameterHelper _aParam)
/**
* Run through all documents found in Inputpath.
* Call the IDocument interface function call(...);
- * @param _aParam
*/
public void foreachDocumentinInputPath(ParameterHelper _aParam)
{
@@ -112,7 +111,6 @@ private void callEntry(String _sEntry, ParameterHelper _aParam)
* Run through a given index.ini or run through a given directory,
* find all postscript or pdf files.
* Call the IDocument interface function call(...);
- * @param _aParam
*/
public void foreachPSorPDFinInputPath(ParameterHelper _aParam)
{
@@ -296,7 +294,6 @@ private void callEntry(String _sEntry, ParameterHelper _aParam)
* Run through a given index.ini or run through a given directory,
* find all postscript or pdf files.
* Call the IDocument interface function call(...);
- * @param _aParam
*/
public void foreachJPEGcompareWithJPEG(ParameterHelper _aParam)
{
@@ -371,7 +368,6 @@ private void callEntry(String _sEntry, ParameterHelper _aParam)
* Run through a given index.ini or run through a given directory,
* find all ini files.
* Call the IDocument interface function call(...);
- * @param _aParam
*/
public void foreachResultCreateHTML(ParameterHelper _aParam)
{
diff --git a/qadevOOo/runner/graphical/HTMLResult.java b/qadevOOo/runner/graphical/HTMLResult.java
index 3482dc45de10..e170ec68ee62 100644
--- a/qadevOOo/runner/graphical/HTMLResult.java
+++ b/qadevOOo/runner/graphical/HTMLResult.java
@@ -73,7 +73,6 @@ public class HTMLResult
/**
* create the HTML header
- * @param _sTitle
*/
public void header(String _sTitle)
{
diff --git a/qadevOOo/runner/graphical/IDocument.java b/qadevOOo/runner/graphical/IDocument.java
index e0cee8aa7c43..ef07299d87d1 100644
--- a/qadevOOo/runner/graphical/IDocument.java
+++ b/qadevOOo/runner/graphical/IDocument.java
@@ -22,10 +22,6 @@ public interface IDocument
{
/**
* Call this for each document
- * @param _sDocument
- * @param _sResult
- * @param _aParams
- * @throws OfficeException
*/
public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException;
}
diff --git a/qadevOOo/runner/graphical/IOffice.java b/qadevOOo/runner/graphical/IOffice.java
index e3c892de109f..54d8cc24fea4 100644
--- a/qadevOOo/runner/graphical/IOffice.java
+++ b/qadevOOo/runner/graphical/IOffice.java
@@ -22,27 +22,22 @@ public interface IOffice
{
/**
* start an Office, if need
- * @throws graphical.OfficeException
*/
public void start() throws OfficeException;
/**
* Load a document by it's Name
- * @param Name
- * @throws graphical.OfficeException
*/
public void load(String Name) throws OfficeException;
/**
* Create a postscript file in the DOC_COMPARATOR_OUTPUT_DIR directory from a loaded document
- * @throws graphical.OfficeException
*/
public void storeAsPostscript() throws OfficeException;
/**
* Close the background office
- * @throws graphical.OfficeException
*/
public void close() throws OfficeException;
}
diff --git a/qadevOOo/runner/graphical/IniFile.java b/qadevOOo/runner/graphical/IniFile.java
index 7c3e31e588cf..f3bd88b764cd 100644
--- a/qadevOOo/runner/graphical/IniFile.java
+++ b/qadevOOo/runner/graphical/IniFile.java
@@ -116,8 +116,6 @@ public class IniFile implements Enumeration<String>
/**
* Check if a given Section and Key exists in the ini file
- * @param _sSectionName
- * @param _sKey
* @return true if the given Section, Key exists, now you can get the value
*/
public boolean hasValue(String _sSectionName, String _sKey)
@@ -197,7 +195,6 @@ public class IniFile implements Enumeration<String>
/**
* Checks if a given section exists in the ini file
- * @param _sSection
* @return true if the given _sSection was found
*/
public boolean hasSection(String _sSection)
@@ -330,10 +327,7 @@ public class IniFile implements Enumeration<String>
/**
* Returns the value at Section, Key converted to an integer
* Check with hasValue(Section, Key) to check before you get into trouble.
- * @param _sSection
- * @param _sKey
* @param _nDefault if there is a problem, key not found... this value will return
- * @return
*/
public int getIntValue(String _sSection, String _sKey, int _nDefault)
{
@@ -427,9 +421,6 @@ public class IniFile implements Enumeration<String>
1. section doesn't exist, goto end and insert a new section, insert a new key value pair
2. section exist but key not, search section, search key, if key is -1 get last known key position and insert new key value pair there
3. section exist and key exist, remove the old key and insert the key value pair at the same position
- * @param _sSection
- * @param _sKey
- * @param _sValue
*/
public void insertValue(String _sSection, String _sKey, String _sValue)
{
diff --git a/qadevOOo/runner/graphical/JPEGCreator.java b/qadevOOo/runner/graphical/JPEGCreator.java
index c95aad79e5bb..dccc588da516 100644
--- a/qadevOOo/runner/graphical/JPEGCreator.java
+++ b/qadevOOo/runner/graphical/JPEGCreator.java
@@ -90,7 +90,6 @@ public class JPEGCreator extends EnhancedComplexTestCase
/**
* Create a lot of smaller and nicer Pictures of the big fat pages.
* Looks better
- * @param _sJPEGSchema
*/
public void createSmallPictures(String _sJPEGSchema)
{
@@ -121,7 +120,6 @@ public class JPEGCreator extends EnhancedComplexTestCase
/**
* convert a picture to a new picture with 340 pixel width.
- * @param _sJPEGFilename
*/
public static void convertToNearSameFileWithWidth340(String _sJPEGFilename)
{
@@ -342,7 +340,6 @@ private static void convertToWidth340(String _sFrom, String _To)
* Return the number of really exists JPEG files
* Give a JPEG Schema which contains something like '%04d' which will be converted by a number between 0001 and 9999 always
* with leading '0' (zero)
- * @param _sJPEGSchema
* @return number of really existing pages of a given JPEG schema
*/
public int countPages(String _sJPEGSchema)
diff --git a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
index 42a777ade477..52a62c659da6 100644
--- a/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
+++ b/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
@@ -217,11 +217,6 @@ public class MSOfficePostscriptCreator implements IOffice
/**
* print the given file (_sInputFile) to the file name (_sPrintFile)
- * @param _aGTA
- * @param _sInputFile
- * @param _sPrintFilename
- * @throws OfficeException
- * @throws java.io.IOException
*/
public void printToFileWithMSOffice( ParameterHelper _aGTA,
String _sInputFile,
diff --git a/qadevOOo/runner/graphical/Office.java b/qadevOOo/runner/graphical/Office.java
index 34b1fa9a869a..0a08986c4af7 100644
--- a/qadevOOo/runner/graphical/Office.java
+++ b/qadevOOo/runner/graphical/Office.java
@@ -48,8 +48,6 @@ public class Office implements IOffice
/**
* Load a document with an already started Office.
- * @param _sDocumentName
- * @throws graphical.OfficeException
*/
public void load(String _sDocumentName) throws OfficeException
{
diff --git a/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java b/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java
index 217a4cb327a7..96a6d0a69f77 100644
--- a/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java
+++ b/qadevOOo/runner/graphical/OpenOfficeDatabaseReportExtractor.java
@@ -137,10 +137,7 @@ public class OpenOfficeDatabaseReportExtractor extends Assurance
/**
* This is the main test Function of current ReportDesignerTest
- * @param _sDocument
- * @return
*/
-
public ArrayList<String> load(String _sDocument /*, int _nType*/)
{
// We need to copy the database file to a place where we have write access, NEVER use the docpool for this
diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
index 3df97f5f2d8d..05de2b8a5f9c 100644
--- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
+++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
@@ -577,9 +577,6 @@ public class OpenOfficePostscriptCreator implements IOffice
/**
- * @param _aGTA
- * @param _sAbsoluteOutputPath
- * @param _sAbsoluteInputFile
* @return true, if the reference (*.prrn file) based on given output path and given input path exist.
* If OVERWRITE_REFERENCE is set, always return false.
*/
diff --git a/qadevOOo/runner/graphical/ParameterHelper.java b/qadevOOo/runner/graphical/ParameterHelper.java
index 3ca201ff276e..8839a728dec8 100644
--- a/qadevOOo/runner/graphical/ParameterHelper.java
+++ b/qadevOOo/runner/graphical/ParameterHelper.java
@@ -88,8 +88,7 @@ public class ParameterHelper
}
/**
- * return the input path, if given.
- * @return
+ * @return the input path, if given.
*/
public String getInputPath()
{
@@ -185,7 +184,6 @@ public class ParameterHelper
PerformanceContainer m_aPerformanceContainer = null;
/**
* helper class for performance analyser features
- * @return
*/
public PerformanceContainer getPerformance()
{
@@ -199,7 +197,6 @@ public class ParameterHelper
/**
* Helper function to get the buildid of the current used OpenOffice.org
* out of the AppExecutionCommand the build ID
- * @return
*/
public String getBuildID()
{
diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java
index b35d14cb3f1c..3cd50a823397 100644
--- a/qadevOOo/runner/helper/BuildEnvTools.java
+++ b/qadevOOo/runner/helper/BuildEnvTools.java
@@ -46,9 +46,6 @@ public class BuildEnvTools {
* <li> Shell: Fill this parameter with a shell f.e '/bin/tcsh'
* or 'c:\\myShell\\myShell.exe'
* </li>
- * @param param
- * @param log
- * @throws helper.ParameterNotFoundException
*/
public BuildEnvTools(TestParameters param, LogWriter log) throws ParameterNotFoundException {
this.param = param;
@@ -95,9 +92,6 @@ public class BuildEnvTools {
/**
* Executes the given commands in OOo-Environment shell.
- * @param commands
- * @param workDir
- * @param shortWait
* @return the processHandler of the commands
* @see helper.ProcessHandler
*/
diff --git a/qadevOOo/runner/helper/ComplexDescGetter.java b/qadevOOo/runner/helper/ComplexDescGetter.java
index d0ec77879926..af288a514319 100644
--- a/qadevOOo/runner/helper/ComplexDescGetter.java
+++ b/qadevOOo/runner/helper/ComplexDescGetter.java
@@ -146,7 +146,6 @@ public class ComplexDescGetter extends DescGetter
* @param testObjectName the name of the object
* @param className the class name of the class to load
* @param testMethodNames list of all methods to test
- * @param log
* @return filled description entry
*/
public DescEntry createTestDesc(String testObjectName, String className, String[] testMethodNames, LogWriter log)
diff --git a/qadevOOo/runner/helper/LoggingThread.java b/qadevOOo/runner/helper/LoggingThread.java
index 6eb2e1861640..41e97845fc2d 100644
--- a/qadevOOo/runner/helper/LoggingThread.java
+++ b/qadevOOo/runner/helper/LoggingThread.java
@@ -41,11 +41,6 @@ public class LoggingThread extends Thread {
boolean finished = false;
boolean debug = false;
- /**
- *
- * @param log
- * @param tParam
- */
public LoggingThread(LogWriter log, TestParameters tParam) {
this.log = log;
this.param = tParam;
diff --git a/qadevOOo/runner/helper/ObjectInspectorModelImpl.java b/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
index b40888102438..b0135cd84fe5 100644
--- a/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
+++ b/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
@@ -117,7 +117,6 @@ public class ObjectInspectorModelImpl implements XObjectInspectorModel{
/**
* retrieves an index in a global property ordering, for a given property name
* @param UIName the property whose global order index should be retrieved
- * @throws com.sun.star.beans.UnknownPropertyException if the given property is unknown
* @return the global order index of PropertyName
*/
public int getPropertyOrderIndex(String UIName) {
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index a208c1e09e7d..c12d2519e852 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -53,8 +53,6 @@ public class OfficeProvider implements AppProvider
/**
* copy the user layer to a safe place, usually to $TMP/user_backup$USER
- * @param param
- * @param msf
*/
public void backupUserLayer(TestParameters param, XMultiServiceFactory msf)
{
@@ -102,7 +100,6 @@ public class OfficeProvider implements AppProvider
* Dispose the office.
* This method can only be used, if the office was connected in the first
* place: getManager() was called first.
- * @param param
* @return return true if desktop is terminates, else false
*/
public boolean disposeManager(lib.TestParameters param)
@@ -144,8 +141,6 @@ public class OfficeProvider implements AppProvider
/**
* Method to get the ServiceManager of an Office
- * @param param
- * @return
*/
public Object getManager(lib.TestParameters param)
{
@@ -645,8 +640,6 @@ public class OfficeProvider implements AppProvider
/**
* converts directory without 'file:///' prefix.
* and System dependent file separator
- * @param dir
- * @return
*/
public static String getDirSys(String dir)
{
diff --git a/qadevOOo/runner/helper/OfficeWatcher.java b/qadevOOo/runner/helper/OfficeWatcher.java
index b01d81609b89..e001ca335ab2 100644
--- a/qadevOOo/runner/helper/OfficeWatcher.java
+++ b/qadevOOo/runner/helper/OfficeWatcher.java
@@ -28,9 +28,6 @@ public class OfficeWatcher extends Thread implements share.Watcher {
private int StoredPing = 0;
private boolean debug = false;
- /** Creates new OfficeWatcher
- * @param param
- */
public OfficeWatcher(TestParameters param) {
finish = false;
this.params = param;
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 0bcabe4e8b68..e88a2a2181f4 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -138,7 +138,6 @@ public class ProcessHandler
* Creates instance with specified external command.
* Debug info and output
* of external command is printed to stdout.
- * @param cmdLine
*/
public ProcessHandler(String cmdLine)
{
@@ -150,7 +149,6 @@ public class ProcessHandler
* including parameters as an array.
* Debug info and output
* of external command is printed to stdout.
- * @param cmdLines
*/
public ProcessHandler(String[] cmdLines)
{
@@ -164,8 +162,6 @@ public class ProcessHandler
* variables.
* Debug info and output
* of external command is printed to stdout.
- * @param cmdLines
- * @param envVars
* @see java.lang.Runtime exec(String[], String[])
*/
public ProcessHandler(String[] cmdLines, String[] envVars)
@@ -180,8 +176,6 @@ public class ProcessHandler
* variables. The command will be started in workDir.
* Debug info and output
* of external command is printed to stdout.
- * @param cmdLines
- * @param workDir
*/
public ProcessHandler(String[] cmdLines, File workDir)
{
@@ -194,9 +188,6 @@ public class ProcessHandler
* Creates instance with specified external command and
* log stream where debug info and output
* of external command is printed out. The command will be started in workDir.
- * @param cmdLines
- * @param log
- * @param workDir
*/
public ProcessHandler(String[] cmdLines, PrintWriter log, File workDir)
{
@@ -208,8 +199,6 @@ public class ProcessHandler
* Creates instance with specified external command and
* log stream where debug info and output
* of external command is printed out.
- * @param cmdLine
- * @param log
*/
public ProcessHandler(String cmdLine, PrintWriter log)
{
@@ -218,8 +207,6 @@ public class ProcessHandler
/**
* Creates instance with specified external command and set the time out for the command.
- * @param cmdLine
- * @param timeOut
*/
public ProcessHandler(String cmdLine, int timeOut)
{
@@ -231,8 +218,6 @@ public class ProcessHandler
* will be executed in the some work directory.
* Debug info and output
* of external commandis printed to stdout.
- * @param cmdLine
- * @param workDir
*/
public ProcessHandler(String cmdLine, File workDir)
{
@@ -243,9 +228,6 @@ public class ProcessHandler
* Creates instance with specified external command which
* will be executed in the some work directory.
* Debug info and output printed in log stream.
- * @param cmdLine
- * @param log
- * @param workDir
*/
public ProcessHandler(String cmdLine, PrintWriter log, File workDir)
{
@@ -259,10 +241,6 @@ public class ProcessHandler
* of external command is printed .
* The specified environment variables are set for the new process.
* If log stream is null, logging is printed to stdout.
- * @param cmdLine
- * @param log
- * @param workDir
- * @param envVars
*/
public ProcessHandler(String cmdLine, PrintWriter log, File workDir, String[] envVars)
{
@@ -321,9 +299,6 @@ public class ProcessHandler
* log stream where debug info and output of external command is printed.
* If log stream is null, logging is printed to stdout.
* From the <CODE>TestParameters</CODE> the <CODE>OfficeWachter</CODE> get a ping.
- * @param commands
- * @param log
- * @param workDir
* @param shortWait If this parameter is ture the <CODE>mTimeOut</CODE> is set to 5000 ms, else it is set to
* half of time out from parameter timeout.
* @param param the TestParameters
@@ -349,7 +324,6 @@ public class ProcessHandler
/**
* If not equal 0, the time to maximal wait.
- * @param _n
*/
public void setProcessTimeout(int _n)
{
@@ -358,7 +332,6 @@ public class ProcessHandler
/**
* This command will call after ProcessTimeout is arrived.
- * @param _s
*/
public void setProcessKiller(String _s)
{
@@ -506,7 +479,6 @@ public class ProcessHandler
/**
* Returns the time in seconds since 1st January 1970
- * @return
*/
public static long getSystemTime()
{
@@ -773,7 +745,6 @@ public class ProcessHandler
* The method can also be called before the command
* starts its execution. Then the text is buffered
* and transferred to command when it will be started.
- * @param str
*/
public void printInputText(String str)
{
@@ -825,7 +796,6 @@ public class ProcessHandler
}
/** Causes the thread to sleep some time.
- * @param milliseconds
*/
public static void shortWait(long milliseconds)
{
@@ -868,7 +838,6 @@ public class ProcessHandler
/**
* returns true, if the thread should hold on
- * @return
*/
public synchronized boolean isInHoldOn()
{
diff --git a/qadevOOo/runner/helper/PropertyHelper.java b/qadevOOo/runner/helper/PropertyHelper.java
index c48c58be3a9e..7472024c0afc 100644
--- a/qadevOOo/runner/helper/PropertyHelper.java
+++ b/qadevOOo/runner/helper/PropertyHelper.java
@@ -26,8 +26,6 @@ public class PropertyHelper
{
/**
Create a PropertyValue[] from a ArrayList
- @param _aPropertyList
- @return a PropertyValue[]
*/
public static PropertyValue[] createPropertyValueArrayFormArrayList(ArrayList<PropertyValue> _aPropertyList)
{
diff --git a/qadevOOo/runner/helper/StringHelper.java b/qadevOOo/runner/helper/StringHelper.java
index f2921906ca0a..7d985cc03be1 100644
--- a/qadevOOo/runner/helper/StringHelper.java
+++ b/qadevOOo/runner/helper/StringHelper.java
@@ -95,9 +95,6 @@ public class StringHelper
* Convert a value to a string with a given length, if the len is greater the len of the value string representation
* fill it's front with '0'
* So ("5", 4) will result in a string "0005"
- * @param _nValue
- * @param _nLen
- * @return
*/
public static String createValueString(int _nValue, int _nLen)
{
diff --git a/qadevOOo/runner/lib/Parameters.java b/qadevOOo/runner/lib/Parameters.java
index 5ec44205ec71..eb28612fd60b 100644
--- a/qadevOOo/runner/lib/Parameters.java
+++ b/qadevOOo/runner/lib/Parameters.java
@@ -35,9 +35,7 @@ import com.sun.star.uno.Type;
/**
* Parameters is a container of String parameters.
- * @deprecated
*/
-
public class Parameters implements XPropertySet {
final protected Map<String, Object> parameters;
final Parameters defaults;
diff --git a/qadevOOo/runner/stats/Summarizer.java b/qadevOOo/runner/stats/Summarizer.java
index b63c5c255eb1..dfd9a4f0b2ac 100644
--- a/qadevOOo/runner/stats/Summarizer.java
+++ b/qadevOOo/runner/stats/Summarizer.java
@@ -32,7 +32,6 @@ public class Summarizer
/**
*
* gets the state for a SuperEntry according to its subentries
- * @param entry
*/
public void summarizeUp(DescEntry entry)
{
diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java
index 96778354ab6a..f790ad93924a 100644
--- a/qadevOOo/runner/util/DesktopTools.java
+++ b/qadevOOo/runner/util/DesktopTools.java
@@ -462,7 +462,6 @@ public class DesktopTools
/**
* Due to typo deprecated
- * @param xModel
* @deprecated
*/
@Deprecated
diff --git a/qadevOOo/runner/util/db/DataSource.java b/qadevOOo/runner/util/db/DataSource.java
index eae018a1608b..0ee1775f5be7 100644
--- a/qadevOOo/runner/util/db/DataSource.java
+++ b/qadevOOo/runner/util/db/DataSource.java
@@ -63,7 +63,6 @@ public class DataSource
/**
* retrieves the css.sdb.OfficeDatabaseDocument associated with the data source
- * @return
*/
public DatabaseDocument getDatabaseDocument()
{
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
index 0e1c1b55fce3..d8d64f11fb99 100644
--- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
@@ -97,7 +97,6 @@ public class CheckModuleAPI extends ComplexTestCase
/**
* let API tests run.
- * @param module
*/
public void checkModule(String module)
{