From 5656fe58a0e2083be45c0b9ca7aff41054d7146a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 Aug 2014 09:21:00 +0200 Subject: java: fix broken javadoc tags Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b --- bean/com/sun/star/comp/beans/OOoBean.java | 3 --- .../sun/star/comp/beans/SystemWindowException.java | 2 +- forms/qa/integration/forms/FormLayer.java | 10 +++------- forms/qa/org/openoffice/xforms/Model.java | 2 +- .../qa/complex/framework/recovery/RecoveryTest.java | 2 -- .../complex/framework/recovery/RecoveryTools.java | 2 -- .../uno/bridges/java_remote/java_remote_bridge.java | 2 +- .../src/net/adaptivebox/global/GlobalFile.java | 2 +- .../ProtocolHandlerAddon.java | 14 ++++---------- .../Components/SimpleLicense/LicenseTest.java | 4 +--- odk/examples/DevelopersGuide/Forms/FormLayer.java | 2 +- .../DevelopersGuide/GUI/UnoDialogSample.java | 2 +- .../OfficeDev/ContextMenuInterceptor.java | 2 -- .../OfficeDev/DesktopEnvironment/CustomizeView.java | 4 ---- .../OfficeDev/DesktopEnvironment/Desk.java | 2 +- .../DesktopEnvironment/FunctionHelper.java | 1 - .../DesktopEnvironment/StatusListener.java | 2 +- .../AsciiFilter/AsciiReplaceFilter.java | 5 ++--- .../AsciiFilter/FilterOptions.java | 2 +- .../OfficeDev/Linguistic/SampleHyphenator.java | 2 +- .../OfficeDev/Linguistic/SampleSpellChecker.java | 2 +- .../OfficeDev/Linguistic/SampleThesaurus.java | 2 +- .../DevelopersGuide/UCB/ChildrenRetriever.java | 2 -- .../DevelopersGuide/UCB/DataStreamComposer.java | 6 ++---- .../DevelopersGuide/UCB/DataStreamRetriever.java | 2 -- odk/examples/DevelopersGuide/UCB/MyInputStream.java | 12 ------------ .../DevelopersGuide/UCB/PropertiesComposer.java | 2 -- .../java/Inspector/HideableMutableTreeNode.java | 4 ++-- odk/examples/java/Inspector/Inspector.java | 1 - odk/examples/java/Inspector/InspectorAddon.java | 1 - odk/examples/java/Inspector/InspectorPane.java | 3 +-- .../java/Inspector/ProtocolHandlerAddon.java | 21 ++++++++------------- .../java/Inspector/SwingTreeControlProvider.java | 2 +- .../java/MinimalComponent/MinimalComponent.java | 4 ++-- odk/examples/java/NotesAccess/NotesAccess.java | 2 +- odk/examples/java/Spreadsheet/ChartTypeChange.java | 1 - odk/examples/java/ToDo/ToDo.java | 3 +-- qadevOOo/runner/lib/MultiPropertyTest.java | 1 - qadevOOo/runner/lib/TestResult.java | 1 - qadevOOo/tests/java/ifc/awt/_XListBox.java | 1 - .../tests/java/ifc/task/_XInteractionHandler.java | 1 - .../report/pentaho/StarReportModule.java | 2 +- .../pentaho/loader/InputRepositoryLoader.java | 2 +- sc/qa/complex/dataPilot/_XNamed.java | 1 - sc/qa/complex/dataPilot/_XPropertySet.java | 1 - .../script/framework/provider/java/ScriptProxy.java | 4 ---- .../workben/ifc/scripting/SecurityDialogUtil.java | 2 -- .../com/sun/star/comp/smoketest/TestExtension.java | 4 +--- toolkit/test/accessibility/ov/ObjectView.java | 2 +- 49 files changed, 44 insertions(+), 115 deletions(-) diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 75931911c683..5e5e933fcebe 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -923,9 +923,6 @@ public class OOoBean @throws NoConnectionException if the connection is not established. - - @throws NotDocumentException - if no document is loaded an thus no frame is available. */ public Frame getFrame() diff --git a/bean/com/sun/star/comp/beans/SystemWindowException.java b/bean/com/sun/star/comp/beans/SystemWindowException.java index 3ad81a071181..94347266995e 100644 --- a/bean/com/sun/star/comp/beans/SystemWindowException.java +++ b/bean/com/sun/star/comp/beans/SystemWindowException.java @@ -21,7 +21,7 @@ package com.sun.star.comp.beans; /** indicates that an operation needed a system window, but no system window was acquired yet. - @see com.sun.star.comp.beans.OOoBean.aquireSystemWindow + @see com.sun.star.comp.beans.OOoBean#aquireSystemWindow @since OOo 2.0.0 */ diff --git a/forms/qa/integration/forms/FormLayer.java b/forms/qa/integration/forms/FormLayer.java index 2ed95c395343..4c5ccbea5ba8 100644 --- a/forms/qa/integration/forms/FormLayer.java +++ b/forms/qa/integration/forms/FormLayer.java @@ -67,13 +67,11 @@ public class FormLayer the service name of the form component to create, e.g. "TextField" @param nXPos the abscissa of the position of the newly inserted shape - @param nXPos - the ordinate of the position of the newly inserted shape @param nWidth the width of the newly inserted shape @param nHeight the height of the newly inserted shape - @param xParentForm + @param _parentForm the form to use as parent for the newly create form component. May be null, in this case a default parent is chosen by the implementation @return @@ -139,8 +137,6 @@ public class FormLayer the service name of the form component to create, e.g. "TextField" @param nXPos the abscissa of the position of the newly inserted shape - @param nXPos - the ordinate of the position of the newly inserted shape @param nWidth the width of the newly inserted shape @param nHeight @@ -200,7 +196,7 @@ public class FormLayer specifies the type of the data input control @param sFieldName specifies the field name the text field should be bound to - @param sControlNamePostfix + @param _controlNamePostfix specifies a postfix to append to the logical control names @param nYPos specifies the Y position of the line to start at @@ -286,7 +282,7 @@ public class FormLayer * the parent form of the radio button model to find * @param name * the name of the radio button - * @param refValue + * @param tag * the tag of the radio button */ public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.sun.star.uno.Exception, java.lang.Exception diff --git a/forms/qa/org/openoffice/xforms/Model.java b/forms/qa/org/openoffice/xforms/Model.java index 6cec54ae0fba..ff3829c9e745 100644 --- a/forms/qa/org/openoffice/xforms/Model.java +++ b/forms/qa/org/openoffice/xforms/Model.java @@ -56,7 +56,7 @@ public class Model /** creates a binding for the given DOM node * * @param _node the DOM node to create a binding for - * @param _dataType the data type to be used for the binding + * @param _dataTypeClass the data type to be used for the binding */ public XPropertySet createBindingForNode( XNode _node, short _dataTypeClass ) { diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 07c9a51c7d9d..572ac50946ba 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -91,9 +91,7 @@ public class RecoveryTest extends ComplexTestCase { /** Create the environment for following tests. * Use either a component loader from desktop or * from frame - * @throws Exception Exception */ - public void normalCrash(){ cleanRecoveryData(); startOffice(); diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index 799b794c1b20..a02b756613c5 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -58,7 +58,6 @@ public class RecoveryTools { /** * get the active dialog from the top of the desktop - * @param xToolKit xToolKit the XExtendedToolkit to get the dialog from the top of the desktop. * @return a XDialog interface of the dialog */ public XDialog getActiveDialog( XMultiServiceFactory xMSF){ @@ -83,7 +82,6 @@ public class RecoveryTools { * After a crash the office start with a recovery diaolg. It could be that the office * is connectable but not all services to get the dialog a loaded. This function * tries to get the dialog until the OfficeWatcher kills the office. - * @param xToolKit the XExtendedToolkit to get the dialog from the top of the desktop. * @return a XDialog interface of the dialog */ public XDialog getActiveDialogAfterStartup(XMultiServiceFactory xMSF){ diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index 5cdb282c9991..2e7d021c7098 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -668,7 +668,7 @@ public class java_remote_bridge /** * - * @see NotifyDispose.addDisposeListener + * @see NotifyDispose#addDisposeListener */ public void addDisposeListener(DisposeListener listener) { synchronized (this) { diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java index 5840d5a39573..d1ede927c4b6 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalFile.java @@ -110,7 +110,7 @@ public class GlobalFile { /** * Load curve data from a specified file. - * @param fileStr the name of the file to be loaded. + * @param fileName the name of the file to be loaded. * @return An ArrayList that include the curve data. */ public static ArrayList> getCurveDataFromFile(String fileName) { diff --git a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon.java b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon.java index 66d25f2ed708..bb1cdb86109d 100644 --- a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon.java +++ b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ProtocolHandlerAddon.java @@ -80,7 +80,7 @@ public class ProtocolHandlerAddon { /** The constructor of the inner class has a XMultiServiceFactory parameter. - * @param xmultiservicefactoryInitialization A special service factory + * @param xComponentContext A special service factory * could be introduced while initializing. */ public ProtocolHandlerAddonImpl( XComponentContext xComponentContext ) { @@ -91,7 +91,7 @@ public class ProtocolHandlerAddon { * directly after its creation. * @param object This array of arbitrary objects will be passed to the * component after its creation. - * @throws Exception Every exception will not be handled, but will be + * @throws com.sun.star.uno.Exception Every exception will not be handled, but will be * passed to the caller. */ public void initialize( Object[] object ) @@ -123,7 +123,6 @@ public class ProtocolHandlerAddon { /** This method returns true, if the given service will be * supported by the component. - * @param stringService Service name. * @return True, if the given service name will be supported. */ public boolean supportsService( String sService ) { @@ -237,13 +236,8 @@ public class ProtocolHandlerAddon { *

* @return Returns a XSingleServiceFactory for creating the * component. - * @see com.sun.star.comp.loader.JavaLoader# - * @param stringImplementationName The implementation name of the component. - * @param xmultiservicefactory The service manager, who gives access to every - * known service. - * @param xregistrykey Makes structural information (except regarding tree - * structures) of a single - * registry key accessible. + * @see com.sun.star.comp.loader.JavaLoader + * @param sImplementationName The implementation name of the component. */ public static XSingleComponentFactory __getComponentFactory( String sImplementationName ) { XSingleComponentFactory xFactory = null; diff --git a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java index 02553e81c27e..2272d1b4ea72 100644 --- a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java +++ b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java @@ -54,8 +54,6 @@ public class LicenseTest { "org.openoffice.LicenseTest"; /** The constructor of the inner class has a XMultiServiceFactory parameter. - * @param xmultiservicefactoryInitialization A special service factory - * could be introduced while initializing. */ public _LicenseTest() { } @@ -119,7 +117,7 @@ public class LicenseTest { * directly after its creation. * @param object This array of arbitrary objects will be passed to the * component after its creation. - * @throws Exception Every exception will not be handled, but will be + * @throws com.sun.star.uno.Exception Every exception will not be handled, but will be * passed to the caller. */ public void initialize( Object[] object ) diff --git a/odk/examples/DevelopersGuide/Forms/FormLayer.java b/odk/examples/DevelopersGuide/Forms/FormLayer.java index e7eb0699347b..1bd48667d75b 100644 --- a/odk/examples/DevelopersGuide/Forms/FormLayer.java +++ b/odk/examples/DevelopersGuide/Forms/FormLayer.java @@ -260,7 +260,7 @@ public class FormLayer * the parent form of the radio button model to find * @param name * the name of the radio button - * @param refValue + * @param tag * the tag of the radio button */ public XPropertySet getRadioModelByTag( XPropertySet form, String name, String tag ) throws com.sun.star.uno.Exception, java.lang.Exception diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java index 1650c9af583c..1b68cfa81c76 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java @@ -1185,7 +1185,7 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis } /** gets the WindowPeer of a frame - * @param _XTextDocument the instance of a textdocument + * @param _xTextDocument the instance of a textdocument * @return the windowpeer of the frame */ public XWindowPeer getWindowPeer(XTextDocument _xTextDocument){ diff --git a/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java b/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java index 00821f648016..3f0297dcc0ac 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java +++ b/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java @@ -140,8 +140,6 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor { /** *Description of the Method - * - *@param args Description of Parameter */ public ContextMenuInterceptorAction notifyContextMenuExecute( com.sun.star.ui.ContextMenuExecuteEvent aEvent ) throws RuntimeException { diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java index a3576b0fc1ae..8972dd0ab99a 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java @@ -171,10 +171,6 @@ public class CustomizeView extends JPanel * We use this information to update our check boxes again. * But such update doesn't force (hopefully) an action event. Otherwhise * we can produce a never ending recursion! - * - * @param aEvent - * describes the used check box and his current state - * we can use to dispatch the right URL to the office */ class ClickListener implements ActionListener, com.sun.star.lang.XEventListener diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java index 7b20bb4e56a6..d89a413decff 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java @@ -53,7 +53,7 @@ public class Desk * * syntax: Desk [mode={inplace|outplace}] [file=] * - * @param args command line arguments + * @param lArguments command line arguments * mode describe using mode of document view {inplace/outplace} * default=inplace * file name of first file which should be open diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index 2f9b8e153bee..44159959398d 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -926,7 +926,6 @@ public class FunctionHelper * only, it's enough to check the names of existing child frames on the * desktop only. * - * @return [String] * should represent an unique frame name, which currently isn't * used inside the remote office frame tree * (Couldn't guaranteed for a real multithreaded environment. diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java index d6f1846f962f..7b409921ec11 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java @@ -189,7 +189,7 @@ class StatusListener implements com.sun.star.frame.XStatusListener, * But we shouldn't start such action - if it's not really necessary. * So we check before, if we are intereested on this event really. * - * @see impl_frameAction() + * @see #impl_frameAction * * @param aEvent * describes the action, which triggered this event diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java index 1cade50192f8..d709edd804d4 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java @@ -127,10 +127,9 @@ public class AsciiReplaceFilter /** * The constructor to initialize every instance * - * @param xCompContext + * @param Context * the component context of the office */ - //ctor public _AsciiReplaceFilter(XComponentContext Context ) { measure("ctor started"); @@ -167,7 +166,7 @@ public class AsciiReplaceFilter * This array of arbitrary objects represent our own filter configuration * and may optional given parameters of the createWithArguments() call. * - * @throws Exception + * @throws com.sun.star.uno.Exception * Every exception will not be handled, but will be * passed to the caller. */ diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java index fe3bb4248dc2..66ac7893f835 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java @@ -82,7 +82,7 @@ public class FilterOptions * which can be used after creation of an object instance * to set a new descriptor here. * - * @param xSMGR + * @param xMCF * we need it to create special help service top open * streams in case they are not already a part of given * MediaDescriptor diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java index 359488231177..fbaf25e5d9cc 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java @@ -493,7 +493,7 @@ public class SampleHyphenator extends ComponentBase implements * This method is called by the JavaLoader *

* @return returns a XComponentServiceFactory for creating the component - * @param implName the name of the implementation for which a service is desired + * @param aImplName the name of the implementation for which a service is desired * @see com.sun.star.comp.loader.JavaLoader */ public static XSingleComponentFactory __getComponentFactory( diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java index 0b6be21573f2..afc63d95d8eb 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleSpellChecker.java @@ -436,7 +436,7 @@ public class SampleSpellChecker extends ComponentBase implements * This method is called by the JavaLoader *

* @return returns a XSingleComponentFactory for creating the component - * @param implName the name of the implementation for which a service is desired + * @param aImplName the name of the implementation for which a service is desired * @see com.sun.star.comp.loader.JavaLoader */ public static XSingleComponentFactory __getComponentFactory( diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java index 9491421b4466..babf7a6afb4f 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java @@ -272,7 +272,7 @@ public class SampleThesaurus extends ComponentBase implements * This method is called by the JavaLoader *

* @return returns a XSingleComponentFactory for creating the component - * @param implName the name of the implementation for which a service is desired + * @param aImplName the name of the implementation for which a service is desired * @see com.sun.star.comp.loader.JavaLoader */ public static XSingleComponentFactory __getComponentFactory( diff --git a/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java b/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java index 0b14189bbf2c..9764718a1751 100644 --- a/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java +++ b/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java @@ -278,8 +278,6 @@ public class ChildrenRetriever { /** * Create a new connection with the specific args to a running office and * access the children from a folder. - * - *@param String[] Arguments */ public static void main ( String args[] ) { diff --git a/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java index 81977ae2c005..dad05c1153e4 100644 --- a/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java +++ b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java @@ -92,8 +92,8 @@ public class DataStreamComposer { /** * Write the document data stream of a document content. * - *@param String Source URL - *@return boolean Returns true if data stream successfully seted, false otherwise + *@param sourceURL Source URL + *@return true if data stream successfully seted, false otherwise */ public boolean setDataStream( String sourceURL ) throws com.sun.star.ucb.CommandAbortedException, @@ -200,8 +200,6 @@ public class DataStreamComposer { /** * Create a new connection with the specific args to a running office and * set the Content Data Stream of a UCB Document Content. - * - *@param String[] Arguments */ public static void main ( String args[] ) { System.out.println( "\n" ); diff --git a/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java b/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java index 62ca893cfcdf..9865734d1e35 100644 --- a/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java +++ b/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java @@ -176,8 +176,6 @@ public class DataStreamRetriever { /** * Create a new connection with the specific args to a running office and * access (Load) the content data stream of a UCB document content. - * - *@param String[] Arguments */ public static void main ( String args[] ) { System.out.println( "\n" ); diff --git a/odk/examples/DevelopersGuide/UCB/MyInputStream.java b/odk/examples/DevelopersGuide/UCB/MyInputStream.java index d3c701c71776..d2e154aaea05 100644 --- a/odk/examples/DevelopersGuide/UCB/MyInputStream.java +++ b/odk/examples/DevelopersGuide/UCB/MyInputStream.java @@ -84,8 +84,6 @@ public class MyInputStream implements XSeekable, XInputStream { /** * Changes the seek pointer to a new location relative to the beginning of the stream. - * - *@param long */ public synchronized void seek(long p0) throws IllegalArgumentException, com.sun.star.io.IOException, @@ -125,10 +123,6 @@ public class MyInputStream implements XSeekable, XInputStream { /** * Reads the specified number of bytes in the given sequence. - * - *@param byte[][] - *@param int - *@return int */ public synchronized int readBytes(byte[][] p0, int p1) throws NotConnectedException, BufferSizeExceededException, @@ -158,10 +152,6 @@ public class MyInputStream implements XSeekable, XInputStream { /** * Reads the available number of bytes at maximum nMaxBytesToRead . * This method blocks the thread until at least one byte is available. - * - *@param byte[][] - *@param int - *@return int */ public synchronized int readSomeBytes(byte[][] p0, int p1) throws NotConnectedException, @@ -174,8 +164,6 @@ public class MyInputStream implements XSeekable, XInputStream { /** * Skips the next nBytesToSkip bytes (must be positive). * It is up to the implementation whether this method is blocking the thread or not. - * - *@param int */ public synchronized void skipBytes(int p0) throws NotConnectedException, BufferSizeExceededException, diff --git a/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java b/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java index 013cdc2d783a..20d2f6c5a9a9 100644 --- a/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java +++ b/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java @@ -238,8 +238,6 @@ public class PropertiesComposer { /** * Create a new connection with the specific args to a running office and * set properties of a resource. - * - *@param String[] Arguments */ public static void main ( String args[] ) { System.out.println( "\n" ); diff --git a/odk/examples/java/Inspector/HideableMutableTreeNode.java b/odk/examples/java/Inspector/HideableMutableTreeNode.java index 8b00c407bef6..ffa39db2e743 100644 --- a/odk/examples/java/Inspector/HideableMutableTreeNode.java +++ b/odk/examples/java/Inspector/HideableMutableTreeNode.java @@ -42,7 +42,7 @@ public class HideableMutableTreeNode extends DefaultMutableTreeNode { * Creates a tree node with no parent, no children, but which allows * children, and initializes it with the specified user object. * - * @param userObject - an Object provided by the user that + * @param _userObject - an Object provided by the user that * constitutes the node's data */ public HideableMutableTreeNode(Object _userObject) { @@ -72,7 +72,7 @@ public class HideableMutableTreeNode extends DefaultMutableTreeNode { /** * Sets if the node is visible. * - * @param returns true if the node is visible, else false + * @param _bIsVisible true if the node is visible, else false */ public void setVisible(boolean _bIsVisible) { this.bIsvisible = _bIsVisible; diff --git a/odk/examples/java/Inspector/Inspector.java b/odk/examples/java/Inspector/Inspector.java index b2bde74b17e4..80fc6598d888 100644 --- a/odk/examples/java/Inspector/Inspector.java +++ b/odk/examples/java/Inspector/Inspector.java @@ -351,7 +351,6 @@ public class Inspector{ // Implement the interface XServiceInfo /** Test, if the given service will be supported. - * @param sService Service name. * @return Return true, if the service will be supported. */ public boolean supportsService( String sServiceName ) { diff --git a/odk/examples/java/Inspector/InspectorAddon.java b/odk/examples/java/Inspector/InspectorAddon.java index 862a812003ff..c455ec265e49 100644 --- a/odk/examples/java/Inspector/InspectorAddon.java +++ b/odk/examples/java/Inspector/InspectorAddon.java @@ -164,7 +164,6 @@ public class InspectorAddon { // Implement the interface XServiceInfo /** Test, if the given service will be supported. - * @param sService Service name. * @return Return true, if the service will be supported. */ public boolean supportsService( String sServiceName ) { diff --git a/odk/examples/java/Inspector/InspectorPane.java b/odk/examples/java/Inspector/InspectorPane.java index 8965312d4c51..27cbf50b1d8e 100644 --- a/odk/examples/java/Inspector/InspectorPane.java +++ b/odk/examples/java/Inspector/InspectorPane.java @@ -59,7 +59,6 @@ import com.sun.star.uno.XComponentContext; /** The constructor of the inner class has a XMultiServiceFactory parameter. - * @param xMultiServiceFactory XMultiServiceFactory */ public InspectorPane(XComponentContext _xComponentContext, XDialogProvider _xDialogProvider, XTreeControlProvider _xTreeControlProvider, int _nLanguage) { m_xComponentContext = _xComponentContext; @@ -72,7 +71,7 @@ import com.sun.star.uno.XComponentContext; /** Inspect the given object for methods, properties, interfaces, and * services. - * @param a The object to inspect + * @param _oUserDefinedObject The object to inspect * @throws RuntimeException If */ public void inspect(java.lang.Object _oUserDefinedObject, String _sTitle) throws com.sun.star.uno.RuntimeException { diff --git a/odk/examples/java/Inspector/ProtocolHandlerAddon.java b/odk/examples/java/Inspector/ProtocolHandlerAddon.java index 340b1fcc1af3..58dd04ff35bf 100644 --- a/odk/examples/java/Inspector/ProtocolHandlerAddon.java +++ b/odk/examples/java/Inspector/ProtocolHandlerAddon.java @@ -81,7 +81,7 @@ public class ProtocolHandlerAddon { /** The constructor of the inner class has a XMultiServiceFactory parameter. - * @param xmultiservicefactoryInitialization A special service factory + * @param xComponentContext A special service factory * could be introduced while initializing. */ public ProtocolHandlerAddonImpl( XComponentContext xComponentContext ) { @@ -92,7 +92,7 @@ public class ProtocolHandlerAddon { * directly after its creation. * @param object This array of arbitrary objects will be passed to the * component after its creation. - * @throws Exception Every exception will not be handled, but will be + * @throws com.sun.star.uno.Exception Every exception will not be handled, but will be * passed to the caller. */ public void initialize( Object[] object ) @@ -124,7 +124,7 @@ public class ProtocolHandlerAddon { /** This method returns true, if the given service will be * supported by the component. - * @param stringService Service name. + * @param sService Service name. * @return True, if the given service name will be supported. */ public boolean supportsService( String sService ) { @@ -238,13 +238,8 @@ public class ProtocolHandlerAddon { *

* @return Returns a XSingleServiceFactory for creating the * component. - * @see com.sun.star.comp.loader.JavaLoader# - * @param stringImplementationName The implementation name of the component. - * @param xmultiservicefactory The service manager, who gives access to every - * known service. - * @param xregistrykey Makes structural information (except regarding tree - * structures) of a single - * registry key accessible. + * @see com.sun.star.comp.loader.JavaLoader + * @param sImplementationName The implementation name of the component. */ public static XSingleComponentFactory __getComponentFactory( String sImplementationName ) { XSingleComponentFactory xFactory = null; @@ -259,9 +254,9 @@ public class ProtocolHandlerAddon { /** Writes the service information into the given registry key. * This method is called by the JavaLoader. * @return returns true if the operation succeeded - * @see com.sun.star.comp.loader.JavaLoader# - * @see com.sun.star.lib.uno.helper.Factory# - * @param xregistrykey Makes structural information (except regarding tree + * @see com.sun.star.comp.loader.JavaLoader + * @see com.sun.star.lib.uno.helper.Factory + * @param xRegistryKey Makes structural information (except regarding tree * structures) of a single * registry key accessible. */ diff --git a/odk/examples/java/Inspector/SwingTreeControlProvider.java b/odk/examples/java/Inspector/SwingTreeControlProvider.java index b61348cafbcd..1ad7d276dde2 100644 --- a/odk/examples/java/Inspector/SwingTreeControlProvider.java +++ b/odk/examples/java/Inspector/SwingTreeControlProvider.java @@ -174,7 +174,7 @@ public class SwingTreeControlProvider implements XTreeControlProvider{ /** Inspect the given object for methods, properties, interfaces, and * services. - * @param a The object to inspect + * @param _oUserDefinedObject The object to inspect * @throws RuntimeException If */ public Object inspect(java.lang.Object _oUserDefinedObject, String _sTitle) throws com.sun.star.uno.RuntimeException { diff --git a/odk/examples/java/MinimalComponent/MinimalComponent.java b/odk/examples/java/MinimalComponent/MinimalComponent.java index 1a585dfdfb91..21ff7060b16f 100644 --- a/odk/examples/java/MinimalComponent/MinimalComponent.java +++ b/odk/examples/java/MinimalComponent/MinimalComponent.java @@ -68,7 +68,7 @@ public class MinimalComponent { private XMultiComponentFactory m_xMCF; /** The constructor of the inner class has a XMultiServiceFactory parameter. - * @param xmultiservicefactoryInitialization A special service factory + * @param xCompContext A special service factory * could be introduced while initializing. */ public _MinimalComponent(XComponentContext xCompContext) { @@ -85,7 +85,7 @@ public class MinimalComponent { * directly after its creation. * @param object This array of arbitrary objects will be passed to the * component after its creation. - * @throws Exception Every exception will not be handled, but will be + * @throws com.sun.star.uno.Exception Every exception will not be handled, but will be * passed to the caller. */ public void initialize( Object[] object ) diff --git a/odk/examples/java/NotesAccess/NotesAccess.java b/odk/examples/java/NotesAccess/NotesAccess.java index 70861a8b593e..de6adbc313c2 100644 --- a/odk/examples/java/NotesAccess/NotesAccess.java +++ b/odk/examples/java/NotesAccess/NotesAccess.java @@ -74,7 +74,7 @@ public class NotesAccess implements Runnable { static String stringDatabase = ""; /** Reading the arguments and constructing the thread. - * @param argv Holding values for the host, user, and the password of the user. + * @param args Holding values for the host, user, and the password of the user. */ public static void main( String args[] ) { Thread thread; diff --git a/odk/examples/java/Spreadsheet/ChartTypeChange.java b/odk/examples/java/Spreadsheet/ChartTypeChange.java index f85c500ff5db..20fbfadb971b 100644 --- a/odk/examples/java/Spreadsheet/ChartTypeChange.java +++ b/odk/examples/java/Spreadsheet/ChartTypeChange.java @@ -127,7 +127,6 @@ public class ChartTypeChange { } /** The constructor connects to the OpenOffice.org. - * @param args Parameters for this constructor (connection string). * @throws Exception All exceptions are thrown from this method. */ public ChartTypeChange() diff --git a/odk/examples/java/ToDo/ToDo.java b/odk/examples/java/ToDo/ToDo.java index 51ed48b48c3d..d40acabff95e 100644 --- a/odk/examples/java/ToDo/ToDo.java +++ b/odk/examples/java/ToDo/ToDo.java @@ -137,7 +137,6 @@ public class ToDo { /** This method returns true, if the given service will be * supported by the component. - * @param sService Service name. * @return True, if the given service name will be supported. */ public boolean supportsService(String sServiceName) { @@ -897,7 +896,7 @@ public class ToDo { /** Writing the stack trace from an exception to a string and calling * the method showMessage() with this string. * @param exception The occurred exception. - * @see showMessage + * @see #showMessage(String) */ public void showExceptionMessage( Exception exception ) { java.io.StringWriter swriter = new java.io.StringWriter(); diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index 10d2a67fb103..b314ccf8626b 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -55,7 +55,6 @@ import com.sun.star.uno.Type; * @see MultiMethodTest * @see #testProperty(String) * @see #testProperty(String, PropertyTester) - * @see #getNewValue * @see #compare * @see #toString(Object) */ diff --git a/qadevOOo/runner/lib/TestResult.java b/qadevOOo/runner/lib/TestResult.java index 9dbd268175cc..a6c964f258ee 100644 --- a/qadevOOo/runner/lib/TestResult.java +++ b/qadevOOo/runner/lib/TestResult.java @@ -88,7 +88,6 @@ public class TestResult { * * @see #tested(String, boolean) * @see #tested(String, Status) - * @see #assert */ public Status getStatusFor( String method ) { return testedMethods.get( method ); diff --git a/qadevOOo/tests/java/ifc/awt/_XListBox.java b/qadevOOo/tests/java/ifc/awt/_XListBox.java index 7d49ee226a50..53531a3df459 100644 --- a/qadevOOo/tests/java/ifc/awt/_XListBox.java +++ b/qadevOOo/tests/java/ifc/awt/_XListBox.java @@ -101,7 +101,6 @@ public class _XListBox extends MultiMethodTest { /** * Retrieves object relations. - * @throws StatusException If one of relations not found. */ @Override public void before() { diff --git a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java index bd9748574dec..b118e2611b92 100644 --- a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java +++ b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java @@ -59,7 +59,6 @@ public class _XInteractionHandler extends MultiMethodTest { /** * Retrieves an object relation.

- * @throws StatusException If the relation is not found. */ @Override public void before() { diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java index 0e6b1e124641..68016d415c1a 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportModule.java @@ -37,7 +37,7 @@ public class StarReportModule extends AbstractModule * not be available to the system. * * @param subSystem the subSystem. - * @throws org.jfree.base.modules.ModuleInitializeException + * @throws ModuleInitializeException * if an error ocurred while initializing the module. */ public void initialize(final SubSystem subSystem) diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java b/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java index e7abe0342185..b04cc631a24b 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/loader/InputRepositoryLoader.java @@ -88,7 +88,7 @@ public class InputRepositoryLoader implements ResourceLoader * @param path the derived path (can be null). * @param factoryKeys the optional factory keys (can be null). * @return the derived key. - * @throws org.jfree.resourceloader.ResourceKeyCreationException + * @throws ResourceKeyCreationException * if the key cannot be derived for any reason. */ @SuppressWarnings("unchecked") diff --git a/sc/qa/complex/dataPilot/_XNamed.java b/sc/qa/complex/dataPilot/_XNamed.java index 1fbfaca5ba8e..4044f3d7712a 100644 --- a/sc/qa/complex/dataPilot/_XNamed.java +++ b/sc/qa/complex/dataPilot/_XNamed.java @@ -48,7 +48,6 @@ public class _XNamed { /** * Constructor: gets the object to test, a logger and the test parameters * @param xObj The test object - * @param log A log writer * @param param The test parameters */ public _XNamed(XNamed xObj/*, LogWriter log*/, TestParameters param) { diff --git a/sc/qa/complex/dataPilot/_XPropertySet.java b/sc/qa/complex/dataPilot/_XPropertySet.java index 2e1bde305ed2..470d83a13517 100644 --- a/sc/qa/complex/dataPilot/_XPropertySet.java +++ b/sc/qa/complex/dataPilot/_XPropertySet.java @@ -125,7 +125,6 @@ public class _XPropertySet { /** * Constructor: gets the object to test, a logger and the test parameters * @param xObj The test object - * @param log A log writer * @param param The test parameters */ public _XPropertySet(XPropertySet xObj/*, LogWriter log*/, TestParameters param) { diff --git a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java index 982bf3f17302..010f160ade94 100644 --- a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java +++ b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java @@ -64,10 +64,6 @@ public class ScriptProxy * the method * @return the Object returned from the method * invocation, may be null - * @exception IllegalAccessException Description of the Exception - * @exception InvocationTargetException Description of the Exception - * @exception IllegalArgumentException Description of the Exception - * @exception Exception Description of the Exception * @see java.lang.reflect.Method for the exceptions * that may be thrown */ diff --git a/scripting/workben/ifc/scripting/SecurityDialogUtil.java b/scripting/workben/ifc/scripting/SecurityDialogUtil.java index 8c95fc165ac0..955e37b21036 100644 --- a/scripting/workben/ifc/scripting/SecurityDialogUtil.java +++ b/scripting/workben/ifc/scripting/SecurityDialogUtil.java @@ -40,8 +40,6 @@ private boolean checkBox; /** * Constructor. - * @param xMSF A MultiServiceFactory. - * @param log The log writer. */ public SecurityDialogUtil(XMultiServiceFactory xMSF, String btnName, boolean checkBox ) { diff --git a/smoketest/com/sun/star/comp/smoketest/TestExtension.java b/smoketest/com/sun/star/comp/smoketest/TestExtension.java index ed57f2f96e8d..44be2a734cf4 100644 --- a/smoketest/com/sun/star/comp/smoketest/TestExtension.java +++ b/smoketest/com/sun/star/comp/smoketest/TestExtension.java @@ -41,8 +41,6 @@ public class TestExtension { "com.sun.star.comp.smoketest.TestExtension"; /** The constructor of the inner class has a XMultiServiceFactory parameter. - * @param xmultiservicefactoryInitialization A special service factory - * could be introduced while initializing. */ public _TestExtension() { } @@ -119,7 +117,7 @@ public class TestExtension { * directly after its creation. * @param object This array of arbitrary objects will be passed to the * component after its creation. - * @throws Exception Every exception will not be handled, but will be + * @throws com.sun.star.uno.Exception Every exception will not be handled, but will be * passed to the caller. */ public void initialize( Object[] object ) diff --git a/toolkit/test/accessibility/ov/ObjectView.java b/toolkit/test/accessibility/ov/ObjectView.java index fa128c85ad3a..9004fe642527 100644 --- a/toolkit/test/accessibility/ov/ObjectView.java +++ b/toolkit/test/accessibility/ov/ObjectView.java @@ -63,7 +63,7 @@ abstract public class ObjectView } /** Tell the view to display information for a new accessible object. - @param xObject + @param xContext The given object may be null. A typical behaviour in this case would be to display a blank area. But is also possible to show information about the last object. -- cgit v1.2.3