aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-09-02 11:01:34 +0000
committerLyubomir Marinov <lyubomir.marinov@jitsi.org>2009-09-02 11:01:34 +0000
commit11603b3ad557c92e713c68f171a7fcb337e43453 (patch)
tree08b07f76bf6b2ad6979987c6ce76c6eb4b623d21
parentc7e4952a8f8f1f35ba3397c2f9c76593039cf1a3 (diff)
downloadjitsi-11603b3ad557c92e713c68f171a7fcb337e43453.zip
jitsi-11603b3ad557c92e713c68f171a7fcb337e43453.tar.gz
jitsi-11603b3ad557c92e713c68f171a7fcb337e43453.tar.bz2
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
-rw-r--r--src/net/java/sip/communicator/impl/audionotifier/AudioNotifierActivator.java4
-rw-r--r--src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/contactlist/MetaContactGroupImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/contactlist/MetaContactListServiceImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/filehistory/FileHistoryServiceImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java4
-rw-r--r--src/net/java/sip/communicator/impl/gui/GuiActivator.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/PopupDialogImpl.java66
-rw-r--r--src/net/java/sip/communicator/impl/gui/UIServiceImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/customcontrols/SIPCommMenu.java5
-rw-r--r--src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardModel.java6
-rwxr-xr-xsrc/net/java/sip/communicator/impl/gui/main/chat/ChatConversationPanel.java12
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/ChatTransferHandler.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatContact.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatTransport.java3
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/SendSmsDialog.java4
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomProviderWrapper.java5
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomSubjectPanel.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatManager.java12
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatTransport.java4
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/filetransfer/ReceiveFileConversationComponent.java6
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/history/HistoryWindow.java1
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomList.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomListDialog.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomRightButtonMenu.java1
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomServerRightButtonMenu.java3
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms/CreateChatRoomDialog.java3
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/ChatRoomAuthenticationWindow.java1
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomDialog.java5
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomWizardPage1.java6
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/SearchChatRoomPanel.java5
-rwxr-xr-xsrc/net/java/sip/communicator/impl/gui/main/contactlist/ContactListPane.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTransferHandler.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/AddContactWizardPage2.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/SelectGroupPanel.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/presence/PresenceStatusMenu.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/utils/ConfigurationManager.java4
-rwxr-xr-xsrc/net/java/sip/communicator/impl/gui/utils/Constants.java3
-rw-r--r--src/net/java/sip/communicator/impl/gui/utils/NotificationManager.java2
-rw-r--r--src/net/java/sip/communicator/impl/media/CallSessionImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/media/codec/audio/g729/Util.java2
-rwxr-xr-xsrc/net/java/sip/communicator/impl/media/transform/TransformManager.java4
-rwxr-xr-xsrc/net/java/sip/communicator/impl/media/transform/srtp/SRTPCryptoContext.java16
-rwxr-xr-xsrc/net/java/sip/communicator/impl/media/transform/srtp/SRTPTransformEngine.java1
-rw-r--r--src/net/java/sip/communicator/impl/metahistory/MetaHistoryServiceImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/facebook/ContactFacebookImpl.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/facebook/FacebookAdapter.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/facebook/OperationSetBasicInstantMessagingFacebookImpl.java3
-rw-r--r--src/net/java/sip/communicator/impl/protocol/facebook/OperationSetTypingNotificationsFacebookImpl.java3
-rw-r--r--src/net/java/sip/communicator/impl/protocol/facebook/ProtocolProviderFactoryFacebookImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/gibberish/MessageGibberishImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolProviderFactoryGibberishImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/icq/ChatRoomIcqImpl.java8
-rw-r--r--src/net/java/sip/communicator/impl/protocol/icq/OperationSetFileTransferIcqImpl.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/icq/OperationSetMultiUserChatIcqImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/icq/ServerStoredContactListIcqImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/ChatRoomJabberImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/ContactJabberImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/IncomingFileTransferRequestJabberImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/OperationSetFileTransferJabberImpl.java11
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/UriHandlerJabberImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/WhiteboardSessionJabberImpl.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/extensions/whiteboard/WhiteboardObjectCircleJabberImpl.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/mock/MockOperationSetFileTransfer.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/msn/ChatRoomMsnImpl.java14
-rw-r--r--src/net/java/sip/communicator/impl/protocol/msn/IncomingFileTransferRequestMsnImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/msn/OperationSetFileTransferMsnImpl.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/msn/OperationSetMultiUserChatMsnImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/msn/ServerStoredContactListMsnImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/msn/mail/utils/MimeUtility.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/rss/ContactRssImpl.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/rss/MessageRssImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/rss/RssFeedReader.java1
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/CallPeerSipImpl.java3
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicInstantMessagingSipImpl.java8
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/ProtocolProviderServiceSipImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/SipStackSharing.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/UriHandlerSipImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/ssh/OperationSetFileTransferSSHImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomMemberYahooImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomYahooImpl.java9
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/MessageYahooImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetFileTransferYahooImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetMultiUserChatYahooImpl.java2
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/ServerStoredContactListYahooImpl.java2
-rw-r--r--src/net/java/sip/communicator/plugin/accountinfo/AccountInfoPanel.java2
-rw-r--r--src/net/java/sip/communicator/plugin/autoaway/AutoAwayActivator.java7
-rwxr-xr-xsrc/net/java/sip/communicator/plugin/dictaccregwizz/StrategiesList.java2
-rwxr-xr-xsrc/net/java/sip/communicator/plugin/dictaccregwizz/ThreadManager.java2
-rw-r--r--src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java2
-rw-r--r--src/net/java/sip/communicator/plugin/generalconfig/ConfigurationManager.java6
-rw-r--r--src/net/java/sip/communicator/plugin/generalconfig/Resources.java2
-rw-r--r--src/net/java/sip/communicator/plugin/gibberishaccregwizz/FirstWizardPage.java2
-rw-r--r--src/net/java/sip/communicator/plugin/googletalkaccregwizz/GoogleTalkAccountRegistrationWizard.java2
-rw-r--r--src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationWizard.java2
-rw-r--r--src/net/java/sip/communicator/plugin/notificationconfiguration/NotificationsTableEntry.java16
-rw-r--r--src/net/java/sip/communicator/plugin/notificationconfiguration/SoundFilter.java2
-rwxr-xr-xsrc/net/java/sip/communicator/plugin/sipaccregwizz/SIPAccountRegistration.java2
-rw-r--r--src/net/java/sip/communicator/plugin/updatechecker/UpdateCheckActivator.java2
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/WhiteboardSessionManager.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShape.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeCircle.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeImage.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeLine.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePath.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolyLine.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolygon.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeRect.java1
-rw-r--r--src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeText.java1
-rw-r--r--src/net/java/sip/communicator/service/configuration/ConfigurationService.java1
-rw-r--r--src/net/java/sip/communicator/service/media/CallSession.java4
-rw-r--r--src/net/java/sip/communicator/service/media/event/SessionCreatorCallback.java5
-rw-r--r--src/net/java/sip/communicator/service/metahistory/MetaHistoryService.java2
-rw-r--r--src/net/java/sip/communicator/service/neomedia/format/MediaFormatFactory.java5
-rw-r--r--src/net/java/sip/communicator/service/protocol/AbstractCallPeer.java9
-rw-r--r--src/net/java/sip/communicator/service/protocol/AbstractOperationSetPersistentPresence.java6
-rw-r--r--src/net/java/sip/communicator/service/protocol/OperationSetSecureTelephony.java1
-rw-r--r--src/net/java/sip/communicator/service/protocol/OperationSetVideoTelephony.java2
-rw-r--r--src/net/java/sip/communicator/service/protocol/WhiteboardPoint.java2
-rw-r--r--src/net/java/sip/communicator/service/protocol/event/CallPeerSecurityMessageEvent.java3
-rw-r--r--src/net/java/sip/communicator/service/protocol/event/FileTransferCreatedEvent.java2
-rw-r--r--src/net/java/sip/communicator/service/protocol/event/FileTransferRequestEvent.java2
-rw-r--r--src/net/java/sip/communicator/service/resources/ResourceManagementService.java4
-rw-r--r--src/net/java/sip/communicator/service/systray/PopupMessageHandler.java4
-rw-r--r--src/net/java/sip/communicator/util/GuiUtils.java2
-rw-r--r--src/net/java/sip/communicator/util/ImageUtils.java2
-rw-r--r--src/net/java/sip/communicator/util/Sha1Crypto.java2
-rw-r--r--src/net/java/sip/communicator/util/swing/ExtendedTransferHandler.java7
-rw-r--r--src/net/java/sip/communicator/util/swing/FileDragLabel.java4
-rw-r--r--src/net/java/sip/communicator/util/swing/FramedImage.java2
131 files changed, 207 insertions, 303 deletions
diff --git a/src/net/java/sip/communicator/impl/audionotifier/AudioNotifierActivator.java b/src/net/java/sip/communicator/impl/audionotifier/AudioNotifierActivator.java
index b39e82f..b97b63f 100644
--- a/src/net/java/sip/communicator/impl/audionotifier/AudioNotifierActivator.java
+++ b/src/net/java/sip/communicator/impl/audionotifier/AudioNotifierActivator.java
@@ -37,7 +37,7 @@ public class AudioNotifierActivator implements BundleActivator
/**
* Called when this bundle is started.
*
- * @param bundleContext The execution context of the bundle being started.
+ * @param bContext The execution context of the bundle being started.
*/
public void start(BundleContext bContext) throws Exception
{
@@ -79,7 +79,7 @@ public class AudioNotifierActivator implements BundleActivator
* Called when this bundle is stopped so the Framework can perform the
* bundle-specific activities necessary to stop the bundle.
*
- * @param bundleContext The execution context of the bundle being stopped.
+ * @param bContext The execution context of the bundle being stopped.
* @throws Exception If this method throws an exception, the bundle is
* still marked as stopped, and the Framework will remove the bundle's
* listeners, unregister all services registered by the bundle, and
diff --git a/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java b/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java
index c60265a..76f66ea 100644
--- a/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/callhistory/CallHistoryServiceImpl.java
@@ -620,7 +620,7 @@ public class CallHistoryServiceImpl
/**
* Remove a configuration service.
*
- * @param historyService HistoryService
+ * @param hService HistoryService
*/
public void unsetHistoryService(HistoryService hService)
{
diff --git a/src/net/java/sip/communicator/impl/contactlist/MetaContactGroupImpl.java b/src/net/java/sip/communicator/impl/contactlist/MetaContactGroupImpl.java
index 83d33bf..a77e871 100644
--- a/src/net/java/sip/communicator/impl/contactlist/MetaContactGroupImpl.java
+++ b/src/net/java/sip/communicator/impl/contactlist/MetaContactGroupImpl.java
@@ -363,7 +363,7 @@ public class MetaContactGroupImpl
* Returns a contact group encapsulated by this meta contact group, having
* the specified groupName and coming from the indicated ownerProvider.
*
- * @param grpName1 the name of the contact group who we're looking for.
+ * @param grpName the name of the contact group who we're looking for.
* @param ownerProvider a reference to the ProtocolProviderService that
* the contact we're looking for belongs to.
* @return a reference to a <tt>ContactGroup</tt>, encapsulated by this
diff --git a/src/net/java/sip/communicator/impl/contactlist/MetaContactListServiceImpl.java b/src/net/java/sip/communicator/impl/contactlist/MetaContactListServiceImpl.java
index f8ca530..3a8cc26 100644
--- a/src/net/java/sip/communicator/impl/contactlist/MetaContactListServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/contactlist/MetaContactListServiceImpl.java
@@ -794,9 +794,9 @@ public class MetaContactListServiceImpl
/**
* Sets the avatar for <tt>metaContact</tt> to be <tt>newAvatar</tt>.
* <p>
- * @param metaContact the <tt>MetaContact</tt> that we are renaming
- * @param newDisplayName a <tt>String</tt> containing the new display name
- * for <tt>metaContact</tt>.
+ * @param metaContact the <tt>MetaContact</tt> that change avatar
+ * @param protoContact the <tt>Contact> that change avatar
+ * @param newAvatar avatar image bytes
* @throws IllegalArgumentException if <tt>metaContact</tt> is not an
* instance that belongs to the underlying implementation.
*/
diff --git a/src/net/java/sip/communicator/impl/filehistory/FileHistoryServiceImpl.java b/src/net/java/sip/communicator/impl/filehistory/FileHistoryServiceImpl.java
index b8af9ca..c59f510 100644
--- a/src/net/java/sip/communicator/impl/filehistory/FileHistoryServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/filehistory/FileHistoryServiceImpl.java
@@ -766,7 +766,7 @@ public class FileHistoryServiceImpl
/**
* New file transfer was created.
- * @param fileTransfer
+ * @param event fileTransfer
*/
public void fileTransferCreated(FileTransferCreatedEvent event)
{
diff --git a/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java b/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java
index 8892ea6..e1cd7a9 100644
--- a/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java
+++ b/src/net/java/sip/communicator/impl/growlnotification/GrowlNotificationActivator.java
@@ -49,7 +49,7 @@ public class GrowlNotificationActivator
/**
* Initialize and start Growl Notifications Service
*
- * @param bundleContext BundleContext
+ * @param bc BundleContext
* @throws Exception
*/
public void start(BundleContext bc) throws Exception
@@ -112,4 +112,4 @@ public class GrowlNotificationActivator
ResourceManagementServiceUtils.getService(bundleContext);
return resourcesService;
}
-} \ No newline at end of file
+}
diff --git a/src/net/java/sip/communicator/impl/gui/GuiActivator.java b/src/net/java/sip/communicator/impl/gui/GuiActivator.java
index e9e4cc8..2f3138a 100644
--- a/src/net/java/sip/communicator/impl/gui/GuiActivator.java
+++ b/src/net/java/sip/communicator/impl/gui/GuiActivator.java
@@ -74,7 +74,7 @@ public class GuiActivator implements BundleActivator
/**
* Called when this bundle is started.
*
- * @param bundleContext The execution context of the bundle being started.
+ * @param bContext The execution context of the bundle being started.
*/
public void start(BundleContext bContext)
throws Exception
diff --git a/src/net/java/sip/communicator/impl/gui/PopupDialogImpl.java b/src/net/java/sip/communicator/impl/gui/PopupDialogImpl.java
index 777ce24..28bfb31 100644
--- a/src/net/java/sip/communicator/impl/gui/PopupDialogImpl.java
+++ b/src/net/java/sip/communicator/impl/gui/PopupDialogImpl.java
@@ -32,7 +32,7 @@ public class PopupDialogImpl
* Implements the <tt>PopupDialog.showInputPopupDialog(Object)</tt> method.
* Invokes the corresponding <tt>JOptionPane.showInputDialog</tt> method.
*
- * @param message the object to display
+ * @param mesg the object to display
*/
public String showInputPopupDialog(Object mesg)
{
@@ -44,8 +44,8 @@ public class PopupDialogImpl
* method. Invokes the corresponding <tt>JOptionPane.showInputDialog</tt>
* method.
*
- * @param message the message to display
- * @param initialSelectionValue the value used to initialize the input
+ * @param mesg the message to display
+ * @param initialSelectionVal the value used to initialize the input
* field.
*/
public String showInputPopupDialog(Object mesg,
@@ -59,8 +59,8 @@ public class PopupDialogImpl
* <tt>PopupDialog.showInputPopupDialog(Object, String, int)</tt> method.
* Invokes the corresponding <tt>JOptionPane.showInputDialog</tt> method.
*
- * @param message the message to display
- * @param messageType the type of message to be displayed: ERROR_MESSAGE,
+ * @param mesg the message to display
+ * @param mesgType the type of message to be displayed: ERROR_MESSAGE,
* INFORMATION_MESSAGE, WARNING_MESSAGE, QUESTION_MESSAGE, or PLAIN_MESSAGE
* @param title the String to display in the dialog title bar
*/
@@ -93,13 +93,13 @@ public class PopupDialogImpl
* Object)</tt> method. Invokes the corresponding
* <tt>JOptionPane.showInputDialog</tt> method.
*
- * @param message the message to display
- * @param messageType the type of message to be displayed: ERROR_MESSAGE,
+ * @param mesg the message to display
+ * @param mesgType the type of message to be displayed: ERROR_MESSAGE,
* INFORMATION_MESSAGE, WARNING_MESSAGE, QUESTION_MESSAGE, or PLAIN_MESSAGE
* @param title the String to display in the dialog title bar
- * @param selectionValues an array of Objects that gives the possible
+ * @param selectionVal an array of Objects that gives the possible
* selections
- * @param initialSelectionValue the value used to initialize the input field
+ * @param initialSelectionVal the value used to initialize the input field
*/
public Object showInputPopupDialog(Object mesg, String title,
int mesgType, Object[] selectionVal, Object initialSelectionVal)
@@ -115,22 +115,22 @@ public class PopupDialogImpl
* Object)</tt> method. Invokes the corresponding
* <tt>JOptionPane.showInputDialog</tt> method.
*
- * @param message the message to display
- * @param messageType the type of message to be displayed: ERROR_MESSAGE,
+ * @param mesg the message to display
+ * @param mesgType the type of message to be displayed: ERROR_MESSAGE,
* INFORMATION_MESSAGE, WARNING_MESSAGE, QUESTION_MESSAGE, or PLAIN_MESSAGE
* @param title the String to display in the dialog title bar
- * @param selectionValues an array of Objects that gives the possible
+ * @param selectionVal an array of Objects that gives the possible
* selections
- * @param initialSelectionValue the value used to initialize the input field
+ * @param initialSelectionVal the value used to initialize the input field
* @param icon the icon to show in the input window.
*/
public Object showInputPopupDialog(Object mesg, String title,
int mesgType, Object[] selectionVal,
- Object initialSelectionVal, byte[] icn)
+ Object initialSelectionVal, byte[] icon)
{
return showInputDialog(null, mesg, title,
popupDialog2JOptionPaneMessageType(mesgType),
- createImageIcon(icn), selectionVal, initialSelectionVal);
+ createImageIcon(icon), selectionVal, initialSelectionVal);
}
private static ImageIcon createImageIcon(byte[] icon)
@@ -143,7 +143,7 @@ public class PopupDialogImpl
* method. Invokes the corresponding
* <tt>JOptionPane.showMessageDialog</tt> method.
*
- * @param message the Object to display
+ * @param mesg the Object to display
*/
public void showMessagePopupDialog(Object mesg)
{
@@ -155,9 +155,9 @@ public class PopupDialogImpl
* int)</tt> method. Invokes the corresponding
* <tt>JOptionPane.showMessageDialog</tt> method.
*
- * @param message the Object to display
+ * @param mesg the Object to display
* @param title the title string for the dialog
- * @param messageType the type of message to be displayed: ERROR_MESSAGE,
+ * @param mesgType the type of message to be displayed: ERROR_MESSAGE,
* INFORMATION_MESSAGE, WARNING_MESSAGE, QUESTION_MESSAGE, or PLAIN_MESSAGE
*/
public void showMessagePopupDialog(Object mesg, String title,
@@ -172,18 +172,18 @@ public class PopupDialogImpl
* int)</tt> method. Invokes the corresponding
* <tt>JOptionPane.showMessageDialog</tt> method.
*
- * @param message the Object to display
+ * @param mesg the Object to display
* @param title the title string for the dialog
- * @param messageType the type of message to be displayed: ERROR_MESSAGE,
+ * @param mesgType the type of message to be displayed: ERROR_MESSAGE,
* INFORMATION_MESSAGE, WARNING_MESSAGE, QUESTION_MESSAGE, or PLAIN_MESSAGE
* @param icon the image to display in the message dialog.
*/
public void showMessagePopupDialog(Object mesg, String title,
- int mesgType, byte[] icn)
+ int mesgType, byte[] icon)
{
showMessageDialog(null, mesg, title,
popupDialog2JOptionPaneMessageType(mesgType),
- createImageIcon(icn));
+ createImageIcon(icon));
}
/**
@@ -191,7 +191,7 @@ public class PopupDialogImpl
* method. Invokes the corresponding
* <tt>JOptionPane.showConfirmDialog</tt> method.
*
- * @param message the message to display
+ * @param mesg the message to display
*/
public int showConfirmPopupDialog(Object mesg)
{
@@ -203,9 +203,9 @@ public class PopupDialogImpl
* int)</tt> method. Invokes the corresponding
* <tt>JOptionPane.showConfirmDialog</tt> method.
*
- * @param message the Object to display
+ * @param mesg the Object to display
* @param title the title string for the dialog
- * @param optionType an integer designating the options available on the
+ * @param optType an integer designating the options available on the
* dialog: YES_NO_OPTION, or YES_NO_CANCEL_OPTION
*/
public int showConfirmPopupDialog(Object mesg, String title,
@@ -234,11 +234,11 @@ public class PopupDialogImpl
* int, int)</tt> method. Invokes the corresponding
* <tt>JOptionPane.showConfirmDialog</tt> method.
*
- * @param message the Object to display
+ * @param mesg the Object to display
* @param title the title string for the dialog
- * @param optionType an integer designating the options available on the
+ * @param optType an integer designating the options available on the
* dialog: YES_NO_OPTION, or YES_NO_CANCEL_OPTION
- * @param messageType an integer designating the kind of message this is;
+ * @param mesgType an integer designating the kind of message this is;
* primarily used to determine the icon from the pluggable Look and Feel:
* ERROR_MESSAGE, INFORMATION_MESSAGE, WARNING_MESSAGE, QUESTION_MESSAGE,
* or PLAIN_MESSAGE
@@ -256,23 +256,23 @@ public class PopupDialogImpl
* int, int)</tt> method. Invokes the corresponding
* <tt>JOptionPane.showConfirmDialog</tt> method.
*
- * @param message the Object to display
+ * @param mesg the Object to display
* @param title the title string for the dialog
- * @param optionType an integer designating the options available on the
+ * @param optType an integer designating the options available on the
* dialog: YES_NO_OPTION, or YES_NO_CANCEL_OPTION
- * @param messageType an integer designating the kind of message this is;
+ * @param mesgType an integer designating the kind of message this is;
* primarily used to determine the icon from the pluggable Look and Feel:
* ERROR_MESSAGE, INFORMATION_MESSAGE, WARNING_MESSAGE, QUESTION_MESSAGE,
* or PLAIN_MESSAGE
* @param icon the icon to display in the dialog
*/
public int showConfirmPopupDialog(Object mesg, String title,
- int optType, int mesgType, byte[] icn)
+ int optType, int mesgType, byte[] icon)
{
return showConfirmDialog(null, mesg, title,
popupDialog2JOptionPaneOptionType(optType),
popupDialog2JOptionPaneMessageType(mesgType),
- createImageIcon(icn));
+ createImageIcon(icon));
}
/**
diff --git a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
index d5afbe4..a16f189 100644
--- a/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/gui/UIServiceImpl.java
@@ -596,7 +596,7 @@ public class UIServiceImpl
/**
* Changes the phone number currently entered in the phone number field.
*
- * @param number the phone number to enter in the phone number field.
+ * @param phoneNumber the phone number to enter in the phone number field.
*/
public void setCurrentPhoneNumber(String phoneNumber)
{
diff --git a/src/net/java/sip/communicator/impl/gui/customcontrols/SIPCommMenu.java b/src/net/java/sip/communicator/impl/gui/customcontrols/SIPCommMenu.java
index 31e3393..ba21090 100644
--- a/src/net/java/sip/communicator/impl/gui/customcontrols/SIPCommMenu.java
+++ b/src/net/java/sip/communicator/impl/gui/customcontrols/SIPCommMenu.java
@@ -63,11 +63,11 @@ public class SIPCommMenu
* @param actionListener The <tt>ActionListener</tt>, which handles the
* case, when the item is selected.
*/
- public void addItem(String text, Icon icon, ActionListener actionLstner)
+ public void addItem(String text, Icon icon, ActionListener actionListener)
{
JMenuItem item = new JMenuItem(text, icon);
- item.addActionListener(actionLstner);
+ item.addActionListener(actionListener);
this.add(item);
}
@@ -76,7 +76,6 @@ public class SIPCommMenu
* Selects the given item.
*
* @param selectedObject The object to select.
- * @param icon The icon to select.
*/
public void setSelected(SelectedObject selectedObject)
{
diff --git a/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardModel.java b/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardModel.java
index feb2128..90f968d 100644
--- a/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardModel.java
+++ b/src/net/java/sip/communicator/impl/gui/customcontrols/wizard/WizardModel.java
@@ -318,7 +318,7 @@ public class WizardModel
/**
* Enables or disables the Back button.
- * @param newValue <code>true</code> to enable the Back button,
+ * @param enabled <code>true</code> to enable the Back button,
* <code>false</code> to disable it.
*/
void setBackButtonEnabled(boolean enabled)
@@ -345,7 +345,7 @@ public class WizardModel
/**
* Enables or disables the Next/Finish button.
- * @param newValue <code>true</code> to enable the Next/Finish button,
+ * @param enabled <code>true</code> to enable the Next/Finish button,
* <code>false</code> to disable it.
*/
void setNextFinishButtonEnabled(boolean enabled)
@@ -373,7 +373,7 @@ public class WizardModel
/**
* Enables or disables the Cancel button.
- * @param newValue <code>true</code> to enable the Cancel button,
+ * @param enabled <code>true</code> to enable the Cancel button,
* <code>false</code> to disable it.
*/
void setCancelButtonEnabled(boolean enabled)
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/ChatConversationPanel.java b/src/net/java/sip/communicator/impl/gui/main/chat/ChatConversationPanel.java
index 51a9424..d5a8705 100755
--- a/src/net/java/sip/communicator/impl/gui/main/chat/ChatConversationPanel.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/ChatConversationPanel.java
@@ -188,11 +188,7 @@ public class ChatConversationPanel
/**
* Processes the message given by the parameters.
*
- * @param contactName The name of the contact sending the message.
- * @param date The time at which the message is sent or received.
- * @param messageType The type of the message. One of OUTGOING_MESSAGE or
- * INCOMING_MESSAGE.
- * @param message The message text.
+ * @param chatMessage the message.
* @return the formatted message
*/
public String processMessage(ChatMessage chatMessage)
@@ -363,11 +359,7 @@ public class ChatConversationPanel
/**
* Processes the message given by the parameters.
*
- * @param contactName The name of the contact sending the message.
- * @param date The time at which the message is sent or received.
- * @param messageType The type of the message. One of OUTGOING_MESSAGE or
- * INCOMING_MESSAGE.
- * @param message The message text.
+ * @param chatMessage The message.
*/
public String processMessage(ChatMessage chatMessage, String keyword)
{
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/ChatTransferHandler.java b/src/net/java/sip/communicator/impl/gui/main/chat/ChatTransferHandler.java
index f2c8d62..c37793e 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/ChatTransferHandler.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/ChatTransferHandler.java
@@ -59,7 +59,7 @@ public class ChatTransferHandler
* data that needs to be imported.
* <p>
* @param comp the component to receive the transfer;
- * @param transferable the data to import
+ * @param t the data to import
* @return true if the data was inserted into the component and false
* otherwise
* @see #importData(TransferHandler.TransferSupport)
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatContact.java b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatContact.java
index 538ef95..6399305 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatContact.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatContact.java
@@ -26,8 +26,6 @@ public class MetaContactChatContact
*
* @param metaContact the <tt>MetaContact</tt> encapsulating the given
* <tt>Contact</tt>
- * @param contact the <tt>Contact</tt> for which this <tt>ChatContact</tt>
- * is created
*/
public MetaContactChatContact(MetaContact metaContact)
{
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatTransport.java b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatTransport.java
index 8784178..2190528 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatTransport.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatTransport.java
@@ -212,7 +212,8 @@ public class MetaContactChatTransport
/**
* Sends the given sms message trough this chat transport.
*
- * @param message The message to send.
+ * @param phoneNumber phone number of the destination
+ * @param messageText The message to send.
*/
public void sendSmsMessage(String phoneNumber, String messageText)
throws Exception
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/SendSmsDialog.java b/src/net/java/sip/communicator/impl/gui/main/chat/SendSmsDialog.java
index 7dbf46d..706744a 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/SendSmsDialog.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/SendSmsDialog.java
@@ -61,9 +61,9 @@ public class SendSmsDialog
* <tt>OperationSetSmsMessaging</tt> to be used for sending the message.
*
* @param chatPanel the chat sending the message
- * @param message the SMS message
- * @param opSet the <tt>OperationSetSmsMessaging</tt> that will be used to
+ * @param chatTransport the <tt>ChatTransport> that will be used to
* send the message
+ * @param message the SMS message
*/
public SendSmsDialog( ChatPanel chatPanel,
ChatTransport chatTransport,
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomProviderWrapper.java b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomProviderWrapper.java
index 9d10d17..b567b8d 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomProviderWrapper.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomProviderWrapper.java
@@ -196,11 +196,6 @@ public class ChatRoomProviderWrapper
* {@link ChatRoomWrapper} tries to find the corresponding server stored
* {@link ChatRoom} in the specified operation set. Joins automatically all
* found chat rooms.
- *
- * @param protocolProvider the protocol provider for the account to
- * synchronize
- * @param opSet the multi-user chat operation set, which give us access to
- * chat room server
*/
public void synchronizeProvider()
{
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomSubjectPanel.java b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomSubjectPanel.java
index 69c7aca..662bdb4 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomSubjectPanel.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ChatRoomSubjectPanel.java
@@ -48,7 +48,7 @@ public class ChatRoomSubjectPanel
* Creates the panel containing the chat room subject.
*
* @param chatWindow the chat window, where this panel is added
- * @param chatRoomWrapper the chat room wrapper, from which we obtain the
+ * @param chatSession the chat session
* chat room subject and the configuration information.
*/
public ChatRoomSubjectPanel(ChatWindow chatWindow,
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatManager.java b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatManager.java
index b702f40..3056ce9 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatManager.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatManager.java
@@ -54,10 +54,7 @@ public class ConferenceChatManager
= new Vector<ChatRoomListChangeListener>();
/**
- * Creates an instance of <tt>ConferenceChatManager</tt>, by passing to it
- * the main application window object.
- *
- * @param mainFrame the main application window
+ * Creates an instance of <tt>ConferenceChatManager</tt>.
*/
public ConferenceChatManager()
{
@@ -491,7 +488,7 @@ public class ConferenceChatManager
* exceptions that could occur during the join process.
*
* @param chatRoomWrapper the chat room to join.
- * @param nickMame the nickname we choose for the given chat room.
+ * @param nickName the nickname we choose for the given chat room.
* @param password the password.
*/
public void joinChatRoom( ChatRoomWrapper chatRoomWrapper,
@@ -585,9 +582,8 @@ public class ConferenceChatManager
}
/**
- *
+ * Join chat room.
* @param chatRoomWrapper
- * @param chatRoom
*/
public void joinChatRoom(ChatRoomWrapper chatRoomWrapper)
{
@@ -736,7 +732,7 @@ public class ConferenceChatManager
/**
* Leaves the given <tt>ChatRoom</tt>.
*
- * @param chatRoom the <tt>ChatRoom</tt> to leave.
+ * @param chatRoomWrapper the <tt>ChatRoom</tt> to leave.
*/
public void leaveChatRoom(ChatRoomWrapper chatRoomWrapper)
{
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatTransport.java b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatTransport.java
index 752eb43..85d1e05 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatTransport.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/conference/ConferenceChatTransport.java
@@ -134,7 +134,7 @@ public class ConferenceChatTransport
* Sends the given instant message trough this chat transport, by specifying
* the mime type (html or plain text).
*
- * @param message The message to send.
+ * @param messageText The message to send.
* @param mimeType The mime type of the message to send: text/html or
* text/plain.
*/
@@ -298,4 +298,4 @@ public class ConferenceChatTransport
{
return chatRoom;
}
-} \ No newline at end of file
+}
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/filetransfer/ReceiveFileConversationComponent.java b/src/net/java/sip/communicator/impl/gui/main/chat/filetransfer/ReceiveFileConversationComponent.java
index 7ebc8a7..7c83358 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/filetransfer/ReceiveFileConversationComponent.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/filetransfer/ReceiveFileConversationComponent.java
@@ -49,9 +49,11 @@ public class ReceiveFileConversationComponent
/**
* Creates a <tt>ReceiveFileConversationComponent</tt>.
- *
- * @param fileTransferRequest the <tt>IncomingFileTransferRequest</tt>
+ * @param chatPanel the chat panel
+ * @param opSet the <tt>OperationSetFileTransfer</tt>
+ * @param request the <tt>IncomingFileTransferRequest</tt>
* associated with this component
+ * @param date the date
*/
public ReceiveFileConversationComponent(
ChatPanel chatPanel,
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/history/HistoryWindow.java b/src/net/java/sip/communicator/impl/gui/main/chat/history/HistoryWindow.java
index 1d62fe7..7688c13 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/history/HistoryWindow.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/history/HistoryWindow.java
@@ -104,7 +104,6 @@ public class HistoryWindow
/**
* Creates an instance of the <tt>HistoryWindow</tt>.
- * @param mainFrame the main application window
* @param historyContact the <tt>MetaContact</tt> or the <tt>ChatRoom</tt>
*/
public HistoryWindow(Object historyContact)
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomList.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomList.java
index c61ff03..6e0e2e8 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomList.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomList.java
@@ -75,8 +75,6 @@ public class ChatRoomList
*
* @param pps the <tt>ProtocolProviderService</tt> corresponding to the chat
* server
- * @param multiUserChatOperationSet the <tt>OperationSetMultiUserChat</tt>
- * from which we manage chat rooms
*/
public void addChatProvider(ProtocolProviderService pps)
{
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomListDialog.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomListDialog.java
index 81add8c..945115c 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomListDialog.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomListDialog.java
@@ -23,7 +23,7 @@ import net.java.sip.communicator.util.swing.*;
* chat rooms, etc.
*
* @author Yana Stamcheva
- * @authro Lubomir Marinov
+ * @author Lubomir Marinov
*/
public class ChatRoomListDialog
extends SIPCommDialog
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomRightButtonMenu.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomRightButtonMenu.java
index 899974f..f2ce8f8 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomRightButtonMenu.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomRightButtonMenu.java
@@ -46,7 +46,6 @@ public class ChatRoomRightButtonMenu
/**
* Creates an instance of <tt>ChatRoomsListRightButtonMenu</tt>.
- * @param mainFrame the main application window
* @param chatRoomWrapper the chat room wrapper, corresponding to the
* selected chat room
*/
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomServerRightButtonMenu.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomServerRightButtonMenu.java
index f6a297c..2568da9 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomServerRightButtonMenu.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/ChatRoomServerRightButtonMenu.java
@@ -41,8 +41,7 @@ public class ChatRoomServerRightButtonMenu
/**
* Creates an instance of <tt>ChatRoomsListRightButtonMenu</tt>.
*
- * @param mainFrame the main application window
- * @param protocolProvider the protocol provider corresponding to the multi
+ * @param chatRoomProvider the wrapper protocol provider corresponding to the multi
* user chat server
*/
public ChatRoomServerRightButtonMenu(
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms/CreateChatRoomDialog.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms/CreateChatRoomDialog.java
index 7303ac6..1af7cd1 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms/CreateChatRoomDialog.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms/CreateChatRoomDialog.java
@@ -47,8 +47,7 @@ public class CreateChatRoomDialog
* Creates an instance of <tt>CreateChatRoomDialog</tt> that represents a dialog
* that adds a new chat room to an already existing server.
*
- * @param mainFrame The <tt>MainFrame</tt> parent window.
- * @param pps The <tt>ProtocolProviderService</tt>.
+ * @param provider The <tt>ChatRoomProviderWrapper</tt>.
*/
public CreateChatRoomDialog(ChatRoomProviderWrapper provider)
{
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/ChatRoomAuthenticationWindow.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/ChatRoomAuthenticationWindow.java
index 6bbc41d..ba694fb 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/ChatRoomAuthenticationWindow.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/ChatRoomAuthenticationWindow.java
@@ -62,7 +62,6 @@ public class ChatRoomAuthenticationWindow
/**
* Creates an instance of the <tt>LoginWindow</tt>.
- * @param mainFrame the parent <tt>MainFrame</tt> window.
* @param chatRoom the chat room for which we're authenticating
*/
public ChatRoomAuthenticationWindow(ChatRoomWrapper chatRoom)
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomDialog.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomDialog.java
index 1eab6ec..9d10cf9 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomDialog.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomDialog.java
@@ -45,8 +45,7 @@ public class JoinChatRoomDialog
/**
* Creates an instance of <tt>JoinChatRoomDialog</tt>.
*
- * @param mainFrame the <tt>MainFrame</tt> parent window
- * @param pps the <tt>ProtocolProviderService</tt>, which will be the chat
+ * @param provider the <tt>ChatRoomProviderWrapper</tt>, which will be the chat
* server for the newly created chat room
*/
public JoinChatRoomDialog(ChatRoomProviderWrapper provider)
@@ -120,4 +119,4 @@ public class JoinChatRoomDialog
searchPanel.requestFocusInField();
}
-} \ No newline at end of file
+}
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomWizardPage1.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomWizardPage1.java
index 1013687..76067b2 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomWizardPage1.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/JoinChatRoomWizardPage1.java
@@ -41,8 +41,8 @@ public class JoinChatRoomWizardPage1
* @param wizard the parent wizard container
* @param joinChatRoom the object that will collect the information through
* the wizard
- * @param protocolProvidersList The list of available installed
- * <tt>ProtocolProviderServices</tt>, from which the user could select.
+ * @param chatRoomProviders The list of available installed
+ * <tt>ChatRoomProviderWrapper</tt>, from which the user could select.
*/
public JoinChatRoomWizardPage1(
WizardContainer wizard,
@@ -149,4 +149,4 @@ public class JoinChatRoomWizardPage1
public void pageBack()
{
}
-} \ No newline at end of file
+}
diff --git a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/SearchChatRoomPanel.java b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/SearchChatRoomPanel.java
index af4d31e..a8bd497 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/SearchChatRoomPanel.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chatroomslist/joinforms/SearchChatRoomPanel.java
@@ -61,8 +61,7 @@ public class SearchChatRoomPanel
/**
* Creates an instance of <tt>SearchChatRoomPanel</tt>.
*
- * @param parentWindow the window containing this panel
- * @param protocolProvider the protocol provider corresponding to the
+ * @param provider the chat room provider wrapper corresponding to the
* account for which the search panel is created
*/
public SearchChatRoomPanel(ChatRoomProviderWrapper provider)
@@ -209,7 +208,7 @@ public class SearchChatRoomPanel
* Sets the protocol provider that have been chosen by user on the first
* page of the join chat room wizard.
*
- * @param protocolProvider the protocol provider for which we'd search a
+ * @param provider the chat room provider wrapper for which we'd search a
* chat room
*/
public void setChatRoomProvider(ChatRoomProviderWrapper provider)
diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListPane.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListPane.java
index 7ce23b0..323eeba 100755
--- a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListPane.java
+++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListPane.java
@@ -570,7 +570,7 @@ public class ContactListPane
/**
* When a request has been received we show it to the user through the
* chat session renderer.
- *
+ * @param event <tt>FileTransferRequestEvent</tt>
* @see FileTransferListener#incomingRequestReceived(
* FileTransferRequestEvent)
*/
diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTransferHandler.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTransferHandler.java
index 8f1a58f..2ef0678 100644
--- a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTransferHandler.java
+++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTransferHandler.java
@@ -43,7 +43,7 @@ public class ContactListTransferHandler
* data that needs to be imported.
* <p>
* @param comp the component to receive the transfer;
- * @param transferable the data to import
+ * @param t the data to import
* @return true if the data was inserted into the component and false
* otherwise
* @see #importData(TransferHandler.TransferSupport)
diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/AddContactWizardPage2.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/AddContactWizardPage2.java
index 007eeb1..94ddfa1 100644
--- a/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/AddContactWizardPage2.java
+++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/AddContactWizardPage2.java
@@ -32,8 +32,6 @@ public class AddContactWizardPage2
* @param wizard the parent wizard, where this page is contained
* @param newContact An object that collects all user choices through the
* wizard.
- * @param groupsList The list of all <tt>MetaContactGroup</tt>s, from which
- * the user could select.
*/
public AddContactWizardPage2( AddContactWizard wizard,
NewContact newContact)
diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/SelectGroupPanel.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/SelectGroupPanel.java
index 1ba65a4..eb5d146 100644
--- a/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/SelectGroupPanel.java
+++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact/SelectGroupPanel.java
@@ -60,8 +60,6 @@ public class SelectGroupPanel
* @param wizard the wizard where this panel is contained
* @param newContact An object that collects all user choices through the
* wizard.
- * @param groupsList The list of all <tt>MetaContactGroup</tt>s, from which
- * the user could select.
*/
public SelectGroupPanel(AddContactWizard wizard,
NewContact newContact)
diff --git a/src/net/java/sip/communicator/impl/gui/main/presence/PresenceStatusMenu.java b/src/net/java/sip/communicator/impl/gui/main/presence/PresenceStatusMenu.java
index eeca3b7..5c4e2c7 100644
--- a/src/net/java/sip/communicator/impl/gui/main/presence/PresenceStatusMenu.java
+++ b/src/net/java/sip/communicator/impl/gui/main/presence/PresenceStatusMenu.java
@@ -55,8 +55,6 @@ public class PresenceStatusMenu
*
* @param mainFrame The main application window.
* @param protocolProvider The protocol provider.
- * @param accountIndex If we have more than one account for a protocol, each
- * account has an index.
*/
public PresenceStatusMenu( MainFrame mainFrame,
ProtocolProviderService protocolProvider)
diff --git a/src/net/java/sip/communicator/impl/gui/utils/ConfigurationManager.java b/src/net/java/sip/communicator/impl/gui/utils/ConfigurationManager.java
index 222e65e..d231a32 100644
--- a/src/net/java/sip/communicator/impl/gui/utils/ConfigurationManager.java
+++ b/src/net/java/sip/communicator/impl/gui/utils/ConfigurationManager.java
@@ -565,7 +565,7 @@ public class ConfigurationManager
/**
* Sets the transparency value for all transparent windows.
*
- * @param the transparency value for all transparent windows.
+ * @param transparency the transparency value for all transparent windows.
*/
public static void setWindowTransparency(int transparency)
{
@@ -734,7 +734,7 @@ public class ConfigurationManager
* Updates the "SEND_FILE_LAST_DIR"
* property through the <tt>ConfigurationService</tt>.
*
- * @param size the new size to set
+ * @param lastDir last download directory
*/
public static void setSendFileLastDir(String lastDir)
{
diff --git a/src/net/java/sip/communicator/impl/gui/utils/Constants.java b/src/net/java/sip/communicator/impl/gui/utils/Constants.java
index c69630e..ee25e0d 100755
--- a/src/net/java/sip/communicator/impl/gui/utils/Constants.java
+++ b/src/net/java/sip/communicator/impl/gui/utils/Constants.java
@@ -355,7 +355,8 @@ public class Constants
/**
* Temporary method to load the css style used in the chat window.
- * @param style
+ * @param styleSheet style sheet
+ * @param defaultFont default font
*/
public static void loadSimpleStyle(StyleSheet styleSheet, Font defaultFont)
{
diff --git a/src/net/java/sip/communicator/impl/gui/utils/NotificationManager.java b/src/net/java/sip/communicator/impl/gui/utils/NotificationManager.java
index e061a65..c5ef3ad 100644
--- a/src/net/java/sip/communicator/impl/gui/utils/NotificationManager.java
+++ b/src/net/java/sip/communicator/impl/gui/utils/NotificationManager.java
@@ -162,7 +162,7 @@ public class NotificationManager
* Fires a chat message notification for the given event type through the
* <tt>NotificationService</tt>.
*
- * @param contact the chat contact to which the chat message corresponds;
+ * @param chatContact the chat contact to which the chat message corresponds;
* the chat contact could be a Contact or a ChatRoom.
* @param eventType the event type for which we fire a notification
* @param messageTitle the title of the message
diff --git a/src/net/java/sip/communicator/impl/media/CallSessionImpl.java b/src/net/java/sip/communicator/impl/media/CallSessionImpl.java
index eaf6c06..c3466fd 100644
--- a/src/net/java/sip/communicator/impl/media/CallSessionImpl.java
+++ b/src/net/java/sip/communicator/impl/media/CallSessionImpl.java
@@ -3399,7 +3399,7 @@ public class CallSessionImpl
* Sets a <tt>SessionCreatorCallback</tt> that will listen for
* security events.
*
- * @param securityCallBack the <tt>SessionCreatorCallback</tt> to
+ * @param securityCallback the <tt>SessionCreatorCallback</tt> to
* set
*/
public void setSessionCreatorCallback(
diff --git a/src/net/java/sip/communicator/impl/media/codec/audio/g729/Util.java b/src/net/java/sip/communicator/impl/media/codec/audio/g729/Util.java
index 6a7d2d3..0d922ab 100644
--- a/src/net/java/sip/communicator/impl/media/codec/audio/g729/Util.java
+++ b/src/net/java/sip/communicator/impl/media/codec/audio/g729/Util.java
@@ -181,7 +181,7 @@ static void fwrite(short[] data, int length, OutputStream fp)
* @param data
* @param length
* @param fp
- * @return
+ * @return length of resulting data array
* @throws java.io.IOException
*/
static int fread(short[] data, int length, InputStream fp)
diff --git a/src/net/java/sip/communicator/impl/media/transform/TransformManager.java b/src/net/java/sip/communicator/impl/media/transform/TransformManager.java
index 865297b..549828b 100755
--- a/src/net/java/sip/communicator/impl/media/transform/TransformManager.java
+++ b/src/net/java/sip/communicator/impl/media/transform/TransformManager.java
@@ -34,8 +34,6 @@ public class TransformManager
* @param masterSalt master salt of this SRTP session
* @param srtpPolicy SRTP policy for this SRTP session
* @param srtcpPolicy SRTCP policy for this SRTP session
- * @param cryptoProvider the cryptography services provider selection string
- * should be obtained from a resource file or by querying
* @return the TransformConnector used for SRTP encyption/decryption
* @throws InvalidSessionAddressException if the local RTP session address
* is invalid
@@ -63,8 +61,6 @@ public class TransformManager
* Creates a connector specific for use in case of ZRTP key management
*
* @param addr local RTP session listen address
- * @param cryptoProvider the cryptography services provider selection string
- * should be obtained from a resource file or by querying
* @return the TransformConnector used for ZRTP processing
* @throws InvalidSessionAddressException
*/
diff --git a/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPCryptoContext.java b/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPCryptoContext.java
index 0977b43..cfef65e 100755
--- a/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPCryptoContext.java
+++ b/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPCryptoContext.java
@@ -162,7 +162,7 @@ public class SRTPCryptoContext
* Construct an empty SRTPCryptoContext using ssrc.
* The other parameters are set to default null value.
*
- * @param ssrc SSRC of this SRTPCryptoContext
+ * @param ssrcIn SSRC of this SRTPCryptoContext
*/
public SRTPCryptoContext(long ssrcIn)
{
@@ -185,25 +185,25 @@ public class SRTPCryptoContext
/**
* Construct a normal SRTPCryptoContext based on the given parameters.
*
- * @param ssrc
+ * @param ssrcIn
* the RTP SSRC that this SRTP cryptographic context protects.
- * @param roc
+ * @param rocIn
* the initial Roll-Over-Counter according to RFC 3711. These are
* the upper 32 bit of the overall 48 bit SRTP packet index.
* Refer to chapter 3.2.1 of the RFC.
- * @param keyDerivationRate
+ * @param kdr
* the key derivation rate defines when to recompute the SRTP
* session keys. Refer to chapter 4.3.1 in the RFC.
- * @param masterKey
+ * @param masterK
* byte array holding the master key for this SRTP cryptographic
* context. Refer to chapter 3.2.1 of the RFC about the role of
* the master key.
- * @param masterSalt
+ * @param masterS
* byte array holding the master salt for this SRTP cryptographic
* context. It is used to computer the initialization vector that
* in turn is input to compute the session key, session
* authentication key and the session salt.
- * @param policy
+ * @param policyIn
* SRTP policy for this SRTP cryptographic context, defined the
* encryption algorithm, the authentication algorithm, etc
*/
@@ -305,7 +305,7 @@ public class SRTPCryptoContext
/**
* Set the Roll-Over-Counter of this SRTP cryptographic context
*
- * @param roc the Roll-Over-Counter of this SRTP cryptographic context
+ * @param rocIn the Roll-Over-Counter of this SRTP cryptographic context
*/
public void setROC(int rocIn) {
roc = rocIn;
diff --git a/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPTransformEngine.java b/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPTransformEngine.java
index 0d19c25..54a7f84 100755
--- a/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPTransformEngine.java
+++ b/src/net/java/sip/communicator/impl/media/transform/srtp/SRTPTransformEngine.java
@@ -54,7 +54,6 @@ public class SRTPTransformEngine
* @param masterSalt the master salt key
* @param srtpPolicy SRTP policy
* @param srtcpPolicy SRTCP policy
- * @param cryptoProvider cryptography services provider
*/
public SRTPTransformEngine(byte[] masterKey, byte[] masterSalt,
SRTPPolicy srtpPolicy, SRTPPolicy srtcpPolicy)
diff --git a/src/net/java/sip/communicator/impl/metahistory/MetaHistoryServiceImpl.java b/src/net/java/sip/communicator/impl/metahistory/MetaHistoryServiceImpl.java
index aa8b5b5..cb9858b 100644
--- a/src/net/java/sip/communicator/impl/metahistory/MetaHistoryServiceImpl.java
+++ b/src/net/java/sip/communicator/impl/metahistory/MetaHistoryServiceImpl.java
@@ -396,7 +396,7 @@ public class MetaHistoryServiceImpl
* Returns all the records having the given keywords
*
* @param services the services classnames we will query
- * @param contact CallPeer address(String),
+ * @param descriptor CallPeer address(String),
* MetaContact or ChatRoom.
* @param keywords keyword
* @return Collection sorted result that conists of records returned from
diff --git a/src/net/java/sip/communicator/impl/protocol/facebook/ContactFacebookImpl.java b/src/net/java/sip/communicator/impl/protocol/facebook/ContactFacebookImpl.java
index e29decb..dc06c46 100644
--- a/src/net/java/sip/communicator/impl/protocol/facebook/ContactFacebookImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/facebook/ContactFacebookImpl.java
@@ -119,7 +119,7 @@ public class ContactFacebookImpl
*
* @return a String that can be used for referring to this contact when
* interacting with the user.
- * @Fixme should be facebook "name"
+ * FIXME should be facebook "name"
*/
public String getDisplayName()
{
@@ -155,8 +155,6 @@ public class ContactFacebookImpl
/**
* update the user information we just got from the server. so this data
* shouldn't be modified manually.
- *
- * @param newInfo
*/
public FacebookUser getContactInfo()
{
diff --git a/src/net/java/sip/communicator/impl/protocol/facebook/FacebookAdapter.java b/src/net/java/sip/communicator/impl/protocol/facebook/FacebookAdapter.java
index bad77df..75a2536 100644
--- a/src/net/java/sip/communicator/impl/protocol/facebook/FacebookAdapter.java
+++ b/src/net/java/sip/communicator/impl/protocol/facebook/FacebookAdapter.java
@@ -901,7 +901,7 @@ public class FacebookAdapter {
* Pause the client.<br>
* Ensure that initialize() can resume httpclient
*
- * @fixme logout first
+ * FIXME logout first
*/
public void pause()
{
diff --git a/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetBasicInstantMessagingFacebookImpl.java b/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetBasicInstantMessagingFacebookImpl.java
index 4ce6830..21f8ada 100644
--- a/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetBasicInstantMessagingFacebookImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetBasicInstantMessagingFacebookImpl.java
@@ -180,8 +180,7 @@ public class OperationSetBasicInstantMessagingFacebookImpl
/**
* Invoked by the facebook adapter when we got messages from the server.
*
- * @param message
- * @param from
+ * @param fbmsg message received
*/
public void receivedInstantMessage(FacebookMessage fbmsg)
{
diff --git a/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetTypingNotificationsFacebookImpl.java b/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetTypingNotificationsFacebookImpl.java
index 6a6e01f..0f426ad 100644
--- a/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetTypingNotificationsFacebookImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/facebook/OperationSetTypingNotificationsFacebookImpl.java
@@ -29,9 +29,6 @@ public class OperationSetTypingNotificationsFacebookImpl
* @param provider a ref to the <tt>ProtocolProviderServiceImpl</tt> that
* created us and that we'll use for retrieving the underlying
* aim connection.
- * @param opSetPersPresence the currently valid
- * <tt>OperationSetPersistentPresenceFacebookImpl</tt>
- * instance.
*/
OperationSetTypingNotificationsFacebookImpl(
ProtocolProviderServiceFacebookImpl provider)
diff --git a/src/net/java/sip/communicator/impl/protocol/facebook/ProtocolProviderFactoryFacebookImpl.java b/src/net/java/sip/communicator/impl/protocol/facebook/ProtocolProviderFactoryFacebookImpl.java
index 6d6e613..ed33f20 100644
--- a/src/net/java/sip/communicator/impl/protocol/facebook/ProtocolProviderFactoryFacebookImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/facebook/ProtocolProviderFactoryFacebookImpl.java
@@ -107,8 +107,6 @@ public class ProtocolProviderFactoryFacebookImpl
* accounts. Note that if the given accountID doesn't correspond to any
* registered account this method would do nothing.
*
- * @param accountID the user identifier uniquely representing the newly
- * created account within the protocol namespace.
* @param accountProperties a set of protocol (or implementation) specific
* properties defining the new account.
*
diff --git a/src/net/java/sip/communicator/impl/protocol/gibberish/MessageGibberishImpl.java b/src/net/java/sip/communicator/impl/protocol/gibberish/MessageGibberishImpl.java
index fcec016..dc97847 100644
--- a/src/net/java/sip/communicator/impl/protocol/gibberish/MessageGibberishImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/gibberish/MessageGibberishImpl.java
@@ -11,7 +11,7 @@ import net.java.sip.communicator.service.protocol.*;
* Very simple message implementation for the Gibberish protocol.
*
* @author Emil Ivov
- * @authro Lubomir Marinov
+ * @author Lubomir Marinov
*/
public class MessageGibberishImpl
extends AbstractMessage
diff --git a/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolProviderFactoryGibberishImpl.java b/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolProviderFactoryGibberishImpl.java
index 3d0980f..33e2a43 100644
--- a/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolProviderFactoryGibberishImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolProviderFactoryGibberishImpl.java
@@ -80,8 +80,6 @@ public class ProtocolProviderFactoryGibberishImpl
* accounts. Note that if the given accountID doesn't correspond to any
* registered account this method would do nothing.
*
- * @param accountID the user identifier uniquely representing the newly
- * created account within the protocol namespace.
* @param accountProperties a set of protocol (or implementation) specific
* properties defining the new account.
*
diff --git a/src/net/java/sip/communicator/impl/protocol/icq/ChatRoomIcqImpl.java b/src/net/java/sip/communicator/impl/protocol/icq/ChatRoomIcqImpl.java
index 94d8233..7497d56 100644
--- a/src/net/java/sip/communicator/impl/protocol/icq/ChatRoomIcqImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/icq/ChatRoomIcqImpl.java
@@ -532,12 +532,10 @@ public class ChatRoomIcqImpl implements ChatRoom
}
/**
- * Joins this chat room with the specified nickname and password so that
+ * Joins this chat room with the specified nickname so that
* the user would start receiving events and messages for it.
*
* @param nickname the nickname to use.
- * @param password a password necessary to authenticate when joining the
- * room.
* @throws OperationFailedException with the corresponding code if an
* error occurs while joining the room.
*/
@@ -567,7 +565,7 @@ public class ChatRoomIcqImpl implements ChatRoom
* Kicks a participant from the room. The ICQ protocol does not support
* this.
*
- * @param member the <tt>ChatRoomMember</tt> to kick from the room
+ * @param chatRoomMember the <tt>ChatRoomMember</tt> to kick from the room
* @param reason the reason why the participant is being kicked from the
* room
* @throws OperationFailedException Always throws an
@@ -754,7 +752,7 @@ public class ChatRoomIcqImpl implements ChatRoom
/**
* Sets the nickName for this chat room.
*
- * @param nickName the nick name to set
+ * @param nickname the nick name to set
* @throws OperationFailedException If called, an OpFailedException is
* called, because icq does not support nickname inside chat rooms.
*
diff --git a/src/net/java/sip/communicator/impl/protocol/icq/OperationSetFileTransferIcqImpl.java b/src/net/java/sip/communicator/impl/protocol/icq/OperationSetFileTransferIcqImpl.java
index cdb2e40..e8b5966 100644
--- a/src/net/java/sip/communicator/impl/protocol/icq/OperationSetFileTransferIcqImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/icq/OperationSetFileTransferIcqImpl.java
@@ -46,7 +46,7 @@ public class OperationSetFileTransferIcqImpl
/**
* Create a new FileTransfer OperationSet over the specified Icq provider
- * @param provider
+ * @param icqProvider ICQ protocol provider service
*/
public OperationSetFileTransferIcqImpl(
ProtocolProviderServiceIcqImpl icqProvider)
@@ -343,7 +343,7 @@ public class OperationSetFileTransferIcqImpl
/**
* Delivers the file transfer to all registered listeners.
*
- * @param fileTransfer the <tt>FileTransfer</tt> that we'd like delivered to
+ * @param event the <tt>FileTransferEvent</tt> that we'd like delivered to
* all registered file transfer listeners.
*/
void fireFileTransferCreated(FileTransferCreatedEvent event)
diff --git a/src/net/java/sip/communicator/impl/protocol/icq/OperationSetMultiUserChatIcqImpl.java b/src/net/java/sip/communicator/impl/protocol/icq/OperationSetMultiUserChatIcqImpl.java
index 8a61eff..cb112ac 100644
--- a/src/net/java/sip/communicator/impl/protocol/icq/OperationSetMultiUserChatIcqImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/icq/OperationSetMultiUserChatIcqImpl.java
@@ -222,7 +222,7 @@ public class OperationSetMultiUserChatIcqImpl
* Returns a list of the names of all chat rooms that <tt>contact</tt> is
* currently a member of.
*
- * @param contact the contact whose current ChatRooms we will be
+ * @param chatRoomMember the contact whose current ChatRooms we will be
* querying.
* @return a list of <tt>String</tt> indicating the names of the chat rooms
* that <tt>contact</tt> has joined and is currently active in.
diff --git a/src/net/java/sip/communicator/impl/protocol/icq/ServerStoredContactListIcqImpl.java b/src/net/java/sip/communicator/impl/protocol/icq/ServerStoredContactListIcqImpl.java
index 769dd14..dc399fe 100644
--- a/src/net/java/sip/communicator/impl/protocol/icq/ServerStoredContactListIcqImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/icq/ServerStoredContactListIcqImpl.java
@@ -418,7 +418,7 @@ public class ServerStoredContactListIcqImpl
* Returns the Contact with the specified screenname (or icq UIN) or null if
* no such screenname was found.
*
- * @param screenName the screen name (or ICQ UIN) of the contact to find.
+ * @param buddy the buddy (or ICQ UIN) of the contact to find.
* @return the <tt>Contact</tt> carrying the specified
* <tt>screenName</tt> or <tt>null</tt> if no such contact exits.
*/
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/ChatRoomJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/ChatRoomJabberImpl.java
index 0f2ea31..b6ba91f 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/ChatRoomJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/ChatRoomJabberImpl.java
@@ -1741,7 +1741,7 @@ public class ChatRoomJabberImpl
/**
* Finds the member of this chat room corresponding to the given nick name.
*
- * @param nickName the nick name to search for.
+ * @param jabberID the nick name to search for.
* @return the member of this chat room corresponding to the given nick name.
*/
public ChatRoomMemberJabberImpl findMemberForNickName(String jabberID)
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/ContactJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/ContactJabberImpl.java
index 5b5e96e..9bb0bda 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/ContactJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/ContactJabberImpl.java
@@ -129,7 +129,7 @@ public class ContactJabberImpl
/**
* Set the image of the contact
*
- * @param the bytes of the image that we'd like to set.
+ * @param imgBytes the bytes of the image that we'd like to set.
*/
void setImage(byte[] imgBytes)
{
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/IncomingFileTransferRequestJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/IncomingFileTransferRequestJabberImpl.java
index e17a9d6..6ec0eb4 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/IncomingFileTransferRequestJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/IncomingFileTransferRequestJabberImpl.java
@@ -60,8 +60,6 @@ public class IncomingFileTransferRequestJabberImpl
* @param jabberProvider the protocol provider
* @param fileTransferOpSet file transfer operation set
* @param fileTransferRequest the request coming from the Jabber protocol
- * @param thumbnailCid the content-ID used to match the thumbnail that
- * would be send after this request is created.
*/
public IncomingFileTransferRequestJabberImpl(
ProtocolProviderServiceJabberImpl jabberProvider,
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetFileTransferJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetFileTransferJabberImpl.java
index 53ee7bc..7a98b9f 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetFileTransferJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetFileTransferJabberImpl.java
@@ -77,16 +77,11 @@ public class OperationSetFileTransferJabberImpl
}
/**
- * Sends a file transfer request to the given <tt>toContact</tt> by
- * specifying the local and remote file path and the <tt>fromContact</tt>,
- * sending the file.
- *
+ * Sends a file transfer request to the given <tt>toContact</tt>.
* @return the transfer object
*
* @param toContact the contact that should receive the file
- * @param fromContact the contact sending the file
- * @param remotePath the remote file path
- * @param localPath the local file path
+ * @param file file to send
*/
public FileTransfer sendFile( Contact toContact,
File file)
@@ -418,7 +413,7 @@ public class OperationSetFileTransferJabberImpl
/**
* Delivers the file transfer to all registered listeners.
*
- * @param fileTransfer the <tt>FileTransfer</tt> that we'd like delivered to
+ * @param event the <tt>FileTransferEvent</tt> that we'd like delivered to
* all registered file transfer listeners.
*/
void fireFileTransferCreated(FileTransferCreatedEvent event)
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/UriHandlerJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/UriHandlerJabberImpl.java
index 67ab291..783caf9 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/UriHandlerJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/UriHandlerJabberImpl.java
@@ -83,7 +83,7 @@ public class UriHandlerJabberImpl
* URIs by passing them to the providers registered by <tt>protoFactory</tt>
* .
*
- * @param parentProvider the provider that created us.
+ * @param protoFactory the provider that created us.
*
* @throws NullPointerException if <tt>protoFactory</tt> is <tt>null</tt>.
*/
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/WhiteboardSessionJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/WhiteboardSessionJabberImpl.java
index 2698b29..131e765 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/WhiteboardSessionJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/WhiteboardSessionJabberImpl.java
@@ -621,9 +621,7 @@ public class WhiteboardSessionJabberImpl
}
/**
- * Sends the <tt>message</tt> to the destination indicated by the
- * <tt>to</tt> contact.
- * @param to the <tt>Contact</tt> to send <tt>message</tt> to
+ * Sends the <tt>message</tt> to the destination.
* @param message the <tt>Message</tt> to send.
* @throws java.lang.IllegalStateException if the underlying stack is
* not registered and initialized.
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/extensions/whiteboard/WhiteboardObjectCircleJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/extensions/whiteboard/WhiteboardObjectCircleJabberImpl.java
index dc1d45d..34e35a2 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/extensions/whiteboard/WhiteboardObjectCircleJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/extensions/whiteboard/WhiteboardObjectCircleJabberImpl.java
@@ -174,7 +174,7 @@ public class WhiteboardObjectCircleJabberImpl
* must be encoded with standard RGB encoding: bits 24-31 are alpha, 16-23
* are red, 8-15 are green, 0-7 are blue.
*
- * @param bgColor the color that we'd like to set for the background of this
+ * @param backColor the color that we'd like to set for the background of this
* <tt>WhiteboardObject</tt> (using standard RGB encoding).
*/
public void setBackgroundColor (int backColor)
@@ -217,4 +217,4 @@ public class WhiteboardObjectCircleJabberImpl
return s;
}
-} \ No newline at end of file
+}
diff --git a/src/net/java/sip/communicator/impl/protocol/mock/MockOperationSetFileTransfer.java b/src/net/java/sip/communicator/impl/protocol/mock/MockOperationSetFileTransfer.java
index 49d8671..17ae6b4 100644
--- a/src/net/java/sip/communicator/impl/protocol/mock/MockOperationSetFileTransfer.java
+++ b/src/net/java/sip/communicator/impl/protocol/mock/MockOperationSetFileTransfer.java
@@ -43,9 +43,7 @@ public class MockOperationSetFileTransfer
* @return the transfer object
*
* @param toContact the contact that should receive the file
- * @param fromContact the contact sending the file
- * @param remotePath the remote file path
- * @param localPath the local file path
+ * @param file file to send
*/
public FileTransfer sendFile(Contact toContact, File file)
throws IllegalStateException,
@@ -217,7 +215,7 @@ public class MockOperationSetFileTransfer
/**
* Delivers the file transfer to all registered listeners.
*
- * @param fileTransfer the <tt>FileTransfer</tt> that we'd like delivered to
+ * @param event the <tt>FileTransferEvent</tt> that we'd like delivered to
* all registered file transfer listeners.
*/
void fireFileTransferCreated(FileTransferCreatedEvent event)
diff --git a/src/net/java/sip/communicator/impl/protocol/msn/ChatRoomMsnImpl.java b/src/net/java/sip/communicator/impl/protocol/msn/ChatRoomMsnImpl.java
index 2decb7a..d17b5b6 100644
--- a/src/net/java/sip/communicator/impl/protocol/msn/ChatRoomMsnImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/msn/ChatRoomMsnImpl.java
@@ -379,7 +379,7 @@ public class ChatRoomMsnImpl
* Kicks a participant from the room. The MSN protocol does not support
* this.
*
- * @param member the <tt>ChatRoomMember</tt> to kick from the room
+ * @param chatRoomMember the <tt>ChatRoomMember</tt> to kick from the room
* @param reason the reason why the participant is being kicked from the
* room
* @throws OperationFailedException Always throws an
@@ -656,7 +656,7 @@ public class ChatRoomMsnImpl
* messages for it. Note: Secured chat rooms are not supported inside the
* msn protocol,
*
- * @see join()
+ * @see #join()
*
* @param password the password to use when authenticating on the chat room.
* @throws OperationFailedException with the corresponding code if an error
@@ -671,7 +671,7 @@ public class ChatRoomMsnImpl
* Joins this chat room with the specified nickname so that the user would
* start receiving events and messages for it.
*
- * @param nickname the nickname to use.
+ * @param nickName the nickname to use.
* @param password Not support inside the msn protocol
* @throws OperationFailedException with the corresponding code if an error
* occurs while joining the room.
@@ -686,7 +686,7 @@ public class ChatRoomMsnImpl
* Joins this chat room with the specified nickname so that the user would
* start receiving events and messages for it.
*
- * @param nickname the nickname to use.
+ * @param nickName the nickname to use.
* @throws OperationFailedException with the corresponding code if an error
* occurs while joining the room.
*/
@@ -738,7 +738,7 @@ public class ChatRoomMsnImpl
/**
* Sets the nickName for this chat room.
*
- * @param nickName the nick name to set
+ * @param nickname the nick name to set
* @throws OperationFailedException If called, an OpFailedException is
* called, because MSN does not support nickname inside chat
* rooms.
@@ -860,7 +860,7 @@ public class ChatRoomMsnImpl
* Removes a chat room member from the and fires a member presence change
* event, so that the user gets the leaving information.
*
- * @param member The member to remove.
+ * @param id The member ID to remove.
*/
public void removeChatRoomMember(String id)
{
@@ -927,7 +927,7 @@ public class ChatRoomMsnImpl
/**
* Finds the member of this chat room corresponding to the given nick name.
*
- * @param nickName the nick name to search for.
+ * @param userAddress the nick name to search for.
* @return the member of this chat room corresponding to the given nick name.
*/
public ChatRoomMemberMsnImpl findMemberForAddress(String userAddress)
diff --git a/src/net/java/sip/communicator/impl/protocol/msn/IncomingFileTransferRequestMsnImpl.java b/src/net/java/sip/communicator/impl/protocol/msn/IncomingFileTransferRequestMsnImpl.java
index 5f5fd90..b57efc8 100644
--- a/src/net/java/sip/communicator/impl/protocol/msn/IncomingFileTransferRequestMsnImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/msn/IncomingFileTransferRequestMsnImpl.java
@@ -46,7 +46,7 @@ public class IncomingFileTransferRequestMsnImpl
/**
* Constructor
*
- * @param fileTransfer msn file transfer request that was received
+ * @param incomingFileTransfer MSN file transfer request that was received
*/
public IncomingFileTransferRequestMsnImpl(
OperationSetFileTransferMsnImpl fileTransferOpSet,
diff --git a/src/net/java/sip/communicator/impl/protocol/msn/OperationSetFileTransferMsnImpl.java b/src/net/java/sip/communicator/impl/protocol/msn/OperationSetFileTransferMsnImpl.java
index 6a41452..2245b4b 100644
--- a/src/net/java/sip/communicator/impl/protocol/msn/OperationSetFileTransferMsnImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/msn/OperationSetFileTransferMsnImpl.java
@@ -45,7 +45,7 @@ public class OperationSetFileTransferMsnImpl
/**
* Create a new FileTransfer OperationSet over the specified Msn provider
- * @param provider
+ * @param msnProvider MSN protocol provider service
*/
public OperationSetFileTransferMsnImpl(
ProtocolProviderServiceMsnImpl msnProvider)
@@ -265,7 +265,7 @@ public class OperationSetFileTransferMsnImpl
/**
* Delivers the file transfer to all registered listeners.
*
- * @param fileTransfer the <tt>FileTransfer</tt> that we'd like delivered to
+ * @param event the <tt>FileTransferEvent</tt> that we'd like delivered to
* all registered file transfer listeners.
*/
void fireFileTransferCreated(FileTransferCreatedEvent event)
diff --git a/src/net/java/sip/communicator/impl/protocol/msn/OperationSetMultiUserChatMsnImpl.java b/src/net/java/sip/communicator/impl/protocol/msn/OperationSetMultiUserChatMsnImpl.java
index 857fb5c..d7b9958 100644
--- a/src/net/java/sip/communicator/impl/protocol/msn/OperationSetMultiUserChatMsnImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/msn/OperationSetMultiUserChatMsnImpl.java
@@ -281,7 +281,7 @@ public class OperationSetMultiUserChatMsnImpl
* Returns a list of the names of all chat rooms that <tt>contact</tt> is
* currently a member of.
*
- * @param contact the contact whose current ChatRooms we will be querying.
+ * @param chatRoomMember the contact whose current ChatRooms we will be querying.
* @return a list of <tt>String</tt> indicating the names of the chat rooms
* that <tt>contact</tt> has joined and is currently active in.
*
diff --git a/src/net/java/sip/communicator/impl/protocol/msn/ServerStoredContactListMsnImpl.java b/src/net/java/sip/communicator/impl/protocol/msn/ServerStoredContactListMsnImpl.java
index b2f5be8..3f9432f 100644
--- a/src/net/java/sip/communicator/impl/protocol/msn/ServerStoredContactListMsnImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/msn/ServerStoredContactListMsnImpl.java
@@ -400,7 +400,7 @@ public class ServerStoredContactListMsnImpl
* also create (if necessary) a group for volatile contacts that would not
* be added to the server stored contact list. This method would have no
* effect on the server stored contact list.
- * @param id the address of the contact to create.
+ * @param contact the address of the contact to create.
* @return the newly created volatile <tt>ContactImpl</tt>
*/
ContactMsnImpl createVolatileContact(MsnContact contact)
diff --git a/src/net/java/sip/communicator/impl/protocol/msn/mail/utils/MimeUtility.java b/src/net/java/sip/communicator/impl/protocol/msn/mail/utils/MimeUtility.java
index 71066dc..7859e54 100644
--- a/src/net/java/sip/communicator/impl/protocol/msn/mail/utils/MimeUtility.java
+++ b/src/net/java/sip/communicator/impl/protocol/msn/mail/utils/MimeUtility.java
@@ -103,7 +103,7 @@ public class MimeUtility
/**
* Decodes the specified string using the RFC 2047 rules for parsing an
* "encoded-word".
- * @param eword the possibly encoded value
+ * @param text the possibly encoded value
* @exception Exception if the string is not an encoded-word
* @exception UnsupportedEncodingException if the decoding failed
*/
diff --git a/src/net/java/sip/communicator/impl/protocol/rss/ContactRssImpl.java b/src/net/java/sip/communicator/impl/protocol/rss/ContactRssImpl.java
index 6bb04fc..72ff199 100644
--- a/src/net/java/sip/communicator/impl/protocol/rss/ContactRssImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/rss/ContactRssImpl.java
@@ -84,8 +84,6 @@ public class ContactRssImpl
* as a name and identifier.
*
* @param rssURL the URL of the rss feed that this contact will be wrapping.
- * @param rssFeedReader the feed reader that we'll be using to retrieve
- * the rss flow associated with this contact.
* @param parentProvider the provider that created us.
*/
public ContactRssImpl(String contactID,
@@ -236,7 +234,7 @@ public class ContactRssImpl
/**
* Set the image of the contact.
*
- * @param the bytes of the image that we'd like to set.
+ * @param imgBytes the bytes of the image that we'd like to set.
*/
void setImage(byte[] imgBytes)
{
diff --git a/src/net/java/sip/communicator/impl/protocol/rss/MessageRssImpl.java b/src/net/java/sip/communicator/impl/protocol/rss/MessageRssImpl.java
index 470eda8..806c94b 100644
--- a/src/net/java/sip/communicator/impl/protocol/rss/MessageRssImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/rss/MessageRssImpl.java
@@ -11,7 +11,7 @@ import net.java.sip.communicator.service.protocol.*;
* Very simple message implementation for the Rss protocol.
*
* @author Emil Ivov
- * @authro Lubomir Marinov
+ * @author Lubomir Marinov
*/
public class MessageRssImpl
extends AbstractMessage
diff --git a/src/net/java/sip/communicator/impl/protocol/rss/RssFeedReader.java b/src/net/java/sip/communicator/impl/protocol/rss/RssFeedReader.java
index baeb9c4..6ba07e0 100644
--- a/src/net/java/sip/communicator/impl/protocol/rss/RssFeedReader.java
+++ b/src/net/java/sip/communicator/impl/protocol/rss/RssFeedReader.java
@@ -135,7 +135,6 @@ public class RssFeedReader
* Returns the textual representation of the feed's items with regard to the
* key of the last item shown to the user. The items are sorted in reverse
* chronological order, if possible.
- * @param itemKey key identifying the last item retrieved.
* @return textual representation of the feed items.
*/
public synchronized String getNewFeeds()
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/CallPeerSipImpl.java b/src/net/java/sip/communicator/impl/protocol/sip/CallPeerSipImpl.java
index d3bce45..0a28e5d 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/CallPeerSipImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/CallPeerSipImpl.java
@@ -474,7 +474,8 @@ public class CallPeerSipImpl
* information coming from the encryption protocol.
*
* @param messageType the type of the message.
- * @param message the message
+ * @param i18nMessage the message
+ * @param severity severity level
*/
public void securityMessage( String messageType,
String i18nMessage,
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicInstantMessagingSipImpl.java b/src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicInstantMessagingSipImpl.java
index 37285d1..1eb2547 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicInstantMessagingSipImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicInstantMessagingSipImpl.java
@@ -95,11 +95,11 @@ public class OperationSetBasicInstantMessagingSipImpl
}
/**
- * Registers a SipMessageListener with this operation set so that it gets
+ * Registers a SipMessageProcessor with this operation set so that it gets
* notifications of successful message delivery, failure or reception of
* incoming messages..
*
- * @param listener the <tt>SipMessageListener</tt> to register.
+ * @param processor the <tt>SipMessageProcessor</tt> to register.
*/
void addMessageProcessor(SipMessageProcessor processor)
{
@@ -113,11 +113,11 @@ public class OperationSetBasicInstantMessagingSipImpl
}
/**
- * Unregisters <tt>listener</tt> so that it won't receive any further
+ * Unregisters <tt>processor</tt> so that it won't receive any further
* notifications upon successful message delivery, failure or reception of
* incoming messages..
*
- * @param listener the <tt>SipMessageListener</tt> to unregister.
+ * @param processor the <tt>SipMessageProcessor</tt> to unregister.
*/
void removeMessageProcessor(SipMessageProcessor processor)
{
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/ProtocolProviderServiceSipImpl.java b/src/net/java/sip/communicator/impl/protocol/sip/ProtocolProviderServiceSipImpl.java
index 87e6201..c147ef3 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/ProtocolProviderServiceSipImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/ProtocolProviderServiceSipImpl.java
@@ -345,8 +345,6 @@ public class ProtocolProviderServiceSipImpl
* about to create
* @param accountID the identifier of the account that this protocol
* provider represents.
- * @param isInstall indicates if this initialization is made due to a new
- * account installation or just an existing account loading
*
* @throws OperationFailedException with code INTERNAL_ERROR if we fail
* initializing the SIP Stack.
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java b/src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java
index 6a4ce76..45b68d1 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/SipLogger.java
@@ -50,7 +50,7 @@ public class SipLogger
/**
* Get the line count in the log stream.
*
- * @return
+ * @return line count
*/
public int getLineCount()
{
@@ -230,4 +230,4 @@ public class SipLogger
}
public void setSipStack(SipStack sipStack) {}
-} \ No newline at end of file
+}
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/SipStackSharing.java b/src/net/java/sip/communicator/impl/protocol/sip/SipStackSharing.java
index 9bf1f8c..1cb60e0 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/SipStackSharing.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/SipStackSharing.java
@@ -606,7 +606,7 @@ public class SipStackSharing
* Dispatches the event received from a JAIN-SIP <tt>SipProvider</tt> to one
* of our "candidate recipient" listeners.
*
- * @param responseEvent the event received for a <tt>SipProvider</tt>.
+ * @param event the event received for a <tt>SipProvider</tt>.
*/
public void processResponse(ResponseEvent event)
{
@@ -655,7 +655,7 @@ public class SipStackSharing
* Dispatches the event received from a JAIN-SIP <tt>SipProvider</tt> to one
* of our "candidate recipient" listeners.
*
- * @param timeoutEvent the event received for a <tt>SipProvider</tt>.
+ * @param event the event received for a <tt>SipProvider</tt>.
*/
public void processTimeout(TimeoutEvent event)
{
@@ -971,8 +971,6 @@ public class SipStackSharing
* with.
* @param localAddress the address that we would like to bind on
* (null for the "any" address).
- * @param localPort the port that we'd like our socket to bind to (0 for a
- * random port).
*
* @return the SocketAddress that this handler would use when connecting to
* the specified destination address and port.
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/UriHandlerSipImpl.java b/src/net/java/sip/communicator/impl/protocol/sip/UriHandlerSipImpl.java
index facbfe1..2c61080 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/UriHandlerSipImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/UriHandlerSipImpl.java
@@ -77,7 +77,7 @@ public class UriHandlerSipImpl
* URIs by passing them to the providers registered by <tt>protoFactory</tt>
* .
*
- * @param parentProvider the provider that created us.
+ * @param protoFactory the provider that created us.
*
* @throws NullPointerException if <tt>protoFactory</tt> is <tt>null</tt>.
*/
diff --git a/src/net/java/sip/communicator/impl/protocol/ssh/OperationSetFileTransferSSHImpl.java b/src/net/java/sip/communicator/impl/protocol/ssh/OperationSetFileTransferSSHImpl.java
index 985019e..16074be 100644
--- a/src/net/java/sip/communicator/impl/protocol/ssh/OperationSetFileTransferSSHImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/ssh/OperationSetFileTransferSSHImpl.java
@@ -74,12 +74,8 @@ public class OperationSetFileTransferSSHImpl
}
/**
- * Sends a file transfer request to the given <tt>toContact</tt> by
- * specifying the local and remote file path and the <tt>fromContact</tt>,
- * sending the file.
- *
+ * Sends a file transfer request to the given <tt>toContact</tt>.
* @param toContact the contact that should receive the file
- * @param fromContact the contact sending the file
* @param file the file to send
*/
public FileTransfer sendFile( Contact toContact,
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomMemberYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomMemberYahooImpl.java
index d422843..4c36bb1 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomMemberYahooImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomMemberYahooImpl.java
@@ -50,7 +50,7 @@ public class ChatRoomMemberYahooImpl implements ChatRoomMember
* Creates a yahoo chat room member with the specified containing chat room
* parent.
*
- * @param containingChatRoom
+ * @param chatRoom
* the room that this <tt>ChatRoomMemberYahooImpl</tt> is a
* member of.
* @param nickName
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomYahooImpl.java
index 883c166..83cb402 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomYahooImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/ChatRoomYahooImpl.java
@@ -555,7 +555,7 @@ public class ChatRoomYahooImpl implements ChatRoom
* Joins this chat room so that the user would start receiving events and
* messages for it. Note: Secured chat rooms are not supported inside the
* yahoo protocol.
- * @see join()
+ * @see #join()
*
* @param password the password to use when authenticating on the chat room.
* @throws OperationFailedException with the corresponding code if an error
@@ -570,13 +570,12 @@ public class ChatRoomYahooImpl implements ChatRoom
/**
* Joins this chat room so that the user would start receiving events and
* messages for it. Note: Not needed for the yahoo protocol.
- * @see join()
+ * @see #join()
* @param nickname the nickname to use.
* @param password the password to use when authenticating on the chat room.
* @throws OperationFailedException with the corresponding code if an error
* occurs while joining the room.
*/
-
public void joinAs(String nickname, byte[] password)
throws OperationFailedException
{
@@ -626,7 +625,7 @@ public class ChatRoomYahooImpl implements ChatRoom
/**
* Kicks a participant from the room.
*
- * @param member the <tt>ChatRoomMember</tt> to kick from the room
+ * @param chatRoomMember the <tt>ChatRoomMember</tt> to kick from the room
* @param reason the reason why the participant is being kicked from the
* room
* @throws OperationFailedException
@@ -762,7 +761,7 @@ public class ChatRoomYahooImpl implements ChatRoom
/**
* Sets the nickName for this chat room.
*
- * @param nickName the nick name to set
+ * @param nickname the nick name to set
* @throws OperationFailedException If called, an OpFailedException is
* called, because yahoo does not support nickname inside chat rooms.
*
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/MessageYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/MessageYahooImpl.java
index 8773f5b..e6a3083 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/MessageYahooImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/MessageYahooImpl.java
@@ -12,7 +12,7 @@ import net.java.sip.communicator.service.protocol.*;
* message only supports test contents and no binary data.
*
* @author Damian Minkov
- * @authro Lubomir Marinov
+ * @author Lubomir Marinov
*/
public class MessageYahooImpl
extends AbstractMessage
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetFileTransferYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetFileTransferYahooImpl.java
index db3902c..b3d092e 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetFileTransferYahooImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetFileTransferYahooImpl.java
@@ -198,7 +198,7 @@ public class OperationSetFileTransferYahooImpl
/**
* Delivers the file transfer to all registered listeners.
*
- * @param fileTransfer the <tt>FileTransfer</tt> that we'd like delivered to
+ * @param event the <tt>FileTransferEvent</tt> that we'd like delivered to
* all registered file transfer listeners.
*/
void fireFileTransferCreated(FileTransferCreatedEvent event)
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetMultiUserChatYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetMultiUserChatYahooImpl.java
index b773158..a5d8ac6 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetMultiUserChatYahooImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/OperationSetMultiUserChatYahooImpl.java
@@ -218,7 +218,7 @@ public class OperationSetMultiUserChatYahooImpl
* Returns a list of the names of all chat rooms that <tt>contact</tt> is
* currently a member of.
*
- * @param contact
+ * @param chatRoomMember
* the contact whose current ChatRooms we will be querying.
* @return a list of <tt>String</tt> indicating the names of the chat rooms
* that <tt>contact</tt> has joined and is currently active in.
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/ServerStoredContactListYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/ServerStoredContactListYahooImpl.java
index 6b0b673..5948400 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/ServerStoredContactListYahooImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/ServerStoredContactListYahooImpl.java
@@ -800,7 +800,7 @@ public class ServerStoredContactListYahooImpl
/**
* Process incoming authorization requests.
- * @param e the event to process.
+ * @param ev the event to process.
*/
void processAuthorizationRequest(SessionAuthorizationEvent ev)
{
diff --git a/src/net/java/sip/communicator/plugin/accountinfo/AccountInfoPanel.java b/src/net/java/sip/communicator/plugin/accountinfo/AccountInfoPanel.java
index 02e4b0a..527dcb2 100644
--- a/src/net/java/sip/communicator/plugin/accountinfo/AccountInfoPanel.java
+++ b/src/net/java/sip/communicator/plugin/accountinfo/AccountInfoPanel.java
@@ -38,8 +38,6 @@ public class AccountInfoPanel
* Constructs a frame with an AccuontInfoAccountPanel to display all
* registered accounts on the left, and an information interface,
* AccountDetailsPanel, on the right.
- *
- * @param metaContact
*/
public AccountInfoPanel()
{
diff --git a/src/net/java/sip/communicator/plugin/autoaway/AutoAwayActivator.java b/src/net/java/sip/communicator/plugin/autoaway/AutoAwayActivator.java
index 7acdbed..bea5fc8 100644
--- a/src/net/java/sip/communicator/plugin/autoaway/AutoAwayActivator.java
+++ b/src/net/java/sip/communicator/plugin/autoaway/AutoAwayActivator.java
@@ -36,8 +36,7 @@ public class AutoAwayActivator
/**
* Starts this bundle
*
- * @param bundleContext
- * BundleContext
+ * @param bc BundleContext
* @throws Exception
*/
public void start(BundleContext bc) throws Exception
@@ -172,7 +171,7 @@ public class AutoAwayActivator
/**
* Gets the ConfigurationService
*
- * @return
+ * @return configuration service
*/
static ConfigurationService getConfigService()
{
@@ -202,4 +201,4 @@ public class AutoAwayActivator
return resourceService;
}
-} \ No newline at end of file
+}
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategiesList.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategiesList.java
index ccf0199..ab8771f 100755
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategiesList.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/StrategiesList.java
@@ -122,7 +122,7 @@ public class StrategiesList
/**
* Stores the strategies into this model
- * @param data the strategies list
+ * @param strategies the strategies list
*/
public void setStrategies(List<Strategy> strategies)
{
diff --git a/src/net/java/sip/communicator/plugin/dictaccregwizz/ThreadManager.java b/src/net/java/sip/communicator/plugin/dictaccregwizz/ThreadManager.java
index c50db37..64fd01e 100755
--- a/src/net/java/sip/communicator/plugin/dictaccregwizz/ThreadManager.java
+++ b/src/net/java/sip/communicator/plugin/dictaccregwizz/ThreadManager.java
@@ -67,7 +67,7 @@ public class ThreadManager
/**
* Wait for the searching thread to stop
- * @return
+ * @return true if success, false otherwise
*/
public boolean waitThread()
{
diff --git a/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java b/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java
index 39f7012..e85f33f 100644
--- a/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java
+++ b/src/net/java/sip/communicator/plugin/facebookaccregwizz/FirstWizardPage.java
@@ -68,8 +68,6 @@ public class FirstWizardPage
/**
* Creates an instance of <tt>FirstWizardPage</tt>.
- * @param registration the <tt>FacebookAccountRegistration</tt>, where
- * all data through the wizard are stored
* @param wizard the parent wizard
*/
public FirstWizardPage(FacebookAccountRegistrationWizard wizard)
diff --git a/src/net/java/sip/communicator/plugin/generalconfig/ConfigurationManager.java b/src/net/java/sip/communicator/plugin/generalconfig/ConfigurationManager.java
index d88f521..8864990 100644
--- a/src/net/java/sip/communicator/plugin/generalconfig/ConfigurationManager.java
+++ b/src/net/java/sip/communicator/plugin/generalconfig/ConfigurationManager.java
@@ -435,11 +435,11 @@ public class ConfigurationManager
}
/**
- * Updates the "isHistoryLoggingEnabled" property through the
+ * Updates the "isHistoryShown" property through the
* <tt>ConfigurationService</tt>.
*
- * @param isHistoryLoggingEnabled indicates if the history logging is
- * enabled.
+ * @param isHistoryShown indicates if the message history is
+ * shown
*/
public static void setHistoryShown(boolean isHistoryShown)
{
diff --git a/src/net/java/sip/communicator/plugin/generalconfig/Resources.java b/src/net/java/sip/communicator/plugin/generalconfig/Resources.java
index 140c4e3..023cfb2 100644
--- a/src/net/java/sip/communicator/plugin/generalconfig/Resources.java
+++ b/src/net/java/sip/communicator/plugin/generalconfig/Resources.java
@@ -50,7 +50,7 @@ public class Resources
/**
* Loads an image from a given image identifier.
- * @param imageID The identifier of the image.
+ * @param imageId The identifier of the image.
* @return The image for the given identifier.
*/
public static byte[] getImage(String imageId)
diff --git a/src/net/java/sip/communicator/plugin/gibberishaccregwizz/FirstWizardPage.java b/src/net/java/sip/communicator/plugin/gibberishaccregwizz/FirstWizardPage.java
index 310024a..f2727ec 100644
--- a/src/net/java/sip/communicator/plugin/gibberishaccregwizz/FirstWizardPage.java
+++ b/src/net/java/sip/communicator/plugin/gibberishaccregwizz/FirstWizardPage.java
@@ -62,8 +62,6 @@ public class FirstWizardPage
/**
* Creates an instance of <tt>FirstWizardPage</tt>.
- * @param registration the <tt>GibberishAccountRegistration</tt>, where
- * all data through the wizard are stored
* @param wizard the parent wizard
*/
public FirstWizardPage(GibberishAccountRegistrationWizard wizard)
diff --git a/src/net/java/sip/communicator/plugin/googletalkaccregwizz/GoogleTalkAccountRegistrationWizard.java b/src/net/java/sip/communicator/plugin/googletalkaccregwizz/GoogleTalkAccountRegistrationWizard.java
index 0155185..516b07c 100644
--- a/src/net/java/sip/communicator/plugin/googletalkaccregwizz/GoogleTalkAccountRegistrationWizard.java
+++ b/src/net/java/sip/communicator/plugin/googletalkaccregwizz/GoogleTalkAccountRegistrationWizard.java
@@ -186,7 +186,7 @@ public class GoogleTalkAccountRegistrationWizard
*
* @param providerFactory the ProtocolProviderFactory which will create
* the account
- * @param user the user identifier
+ * @param userName the user identifier
* @param passwd the password
* @return the <tt>ProtocolProviderService</tt> for the new account.
*/
diff --git a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationWizard.java b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationWizard.java
index f70973b..8921088 100644
--- a/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationWizard.java
+++ b/src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationWizard.java
@@ -181,7 +181,7 @@ public class JabberAccountRegistrationWizard
*
* @param providerFactory the ProtocolProviderFactory which will create
* the account
- * @param user the user identifier
+ * @param userName the user identifier
* @param passwd the password
* @return the <tt>ProtocolProviderService</tt> for the new account.
*/
diff --git a/src/net/java/sip/communicator/plugin/notificationconfiguration/NotificationsTableEntry.java b/src/net/java/sip/communicator/plugin/notificationconfiguration/NotificationsTableEntry.java
index c13511e..ad3cf63 100644
--- a/src/net/java/sip/communicator/plugin/notificationconfiguration/NotificationsTableEntry.java
+++ b/src/net/java/sip/communicator/plugin/notificationconfiguration/NotificationsTableEntry.java
@@ -172,7 +172,7 @@ public class NotificationsTableEntry
/**
* Method which assigns the notification state.
- * @param true if the notification is enabled.
+ * @param _enabled true if the notification is enabled.
*/
public void setEnabled(boolean _enabled)
{
@@ -182,7 +182,7 @@ public class NotificationsTableEntry
/**
* Method which set a boolean to true if a program is executed for the
* notification.
- * @param boolean for the program's presence.
+ * @param _program boolean for the program's presence.
*/
public void setProgram(boolean _program)
{
@@ -191,7 +191,7 @@ public class NotificationsTableEntry
/**
* Method which assigns the program filename for the notification.
- * @param String representing the program file name.
+ * @param _programFile String representing the program file name.
*/
public void setProgramFile(String _programFile)
{
@@ -201,7 +201,7 @@ public class NotificationsTableEntry
/**
* Method which set a boolean to true if a systray popup is executed for the
* notification.
- * @param boolean for the presence of popup.
+ * @param _popup boolean for the presence of popup.
*/
public void setPopup(boolean _popup)
{
@@ -211,7 +211,7 @@ public class NotificationsTableEntry
/**
* Method which set a boolean to true a sound is playing for the
* notification.
- * @param boolean for the presence of a sound.
+ * @param _sound boolean for the presence of a sound.
*/
public void setSound(boolean _sound)
{
@@ -220,7 +220,7 @@ public class NotificationsTableEntry
/**
* Method which assigns the sound file name for the notification.
- * @param String for the sound file name.
+ * @param _soundFile String for the sound file name.
*/
public void setSoundFile(String _soundFile)
{
@@ -229,7 +229,7 @@ public class NotificationsTableEntry
/**
* Method which assigns the notification's description.
- * @param String to assigns a description of a notification.
+ * @param _event String to assigns a description of a notification.
*/
public void setEvent(String _event)
{
@@ -238,7 +238,7 @@ public class NotificationsTableEntry
/**
* Method which defines that the notification has been modified
- * @param boolean true if the notification is modified
+ * @param _isModify boolean true if the notification is modified
*/
public void setModify(boolean _isModify)
{
diff --git a/src/net/java/sip/communicator/plugin/notificationconfiguration/SoundFilter.java b/src/net/java/sip/communicator/plugin/notificationconfiguration/SoundFilter.java
index 37b555a..1420a7a 100644
--- a/src/net/java/sip/communicator/plugin/notificationconfiguration/SoundFilter.java
+++ b/src/net/java/sip/communicator/plugin/notificationconfiguration/SoundFilter.java
@@ -20,7 +20,7 @@ public class SoundFilter
/**
* Method which describes differents permits extensions and defines which file or
* directory will be displayed in the filechoser.
- * @param File file for the test
+ * @param f file for the test
* @return boolean true if the File is a Directory or a sound file. And
* return false in the other cases.
*/
diff --git a/src/net/java/sip/communicator/plugin/sipaccregwizz/SIPAccountRegistration.java b/src/net/java/sip/communicator/plugin/sipaccregwizz/SIPAccountRegistration.java
index 14a6244..c4c4871 100755
--- a/src/net/java/sip/communicator/plugin/sipaccregwizz/SIPAccountRegistration.java
+++ b/src/net/java/sip/communicator/plugin/sipaccregwizz/SIPAccountRegistration.java
@@ -175,7 +175,7 @@ public class SIPAccountRegistration
/**
* Sets the identifier of the sip registration account.
*
- * @param uin the identifier of the sip registration account.
+ * @param id the identifier of the sip registration account.
*/
public void setUserID(String id)
{
diff --git a/src/net/java/sip/communicator/plugin/updatechecker/UpdateCheckActivator.java b/src/net/java/sip/communicator/plugin/updatechecker/UpdateCheckActivator.java
index 2daf7fe..b2f44e0 100644
--- a/src/net/java/sip/communicator/plugin/updatechecker/UpdateCheckActivator.java
+++ b/src/net/java/sip/communicator/plugin/updatechecker/UpdateCheckActivator.java
@@ -34,7 +34,7 @@ import org.osgi.framework.*;
* Activates the UpdateCheck plugin
*
* @author Damian Minkov
- * @authod Lubomir Marinov
+ * @author Lubomir Marinov
*/
public class UpdateCheckActivator
implements BundleActivator
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/WhiteboardSessionManager.java b/src/net/java/sip/communicator/plugin/whiteboard/WhiteboardSessionManager.java
index b635542..69a0d81 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/WhiteboardSessionManager.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/WhiteboardSessionManager.java
@@ -120,7 +120,6 @@ public class WhiteboardSessionManager
* @param wbSession the white-board session, to which the object would be
* send
* @param ws WhiteboardShape to convert and send
- * @param c contact
* @return WhiteboardObject sent
*/
public WhiteboardObject sendWhiteboardObject ( WhiteboardSession wbSession,
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShape.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShape.java
index e9c1514..16bb791 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShape.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShape.java
@@ -268,7 +268,6 @@ public abstract class WhiteboardShape implements WhiteboardObject
/**
* Translates the shape point at p
*
- * @param p point position
* @param deltaX x coord
* @param deltaY y coord
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeCircle.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeCircle.java
index 6eccc81..ffcaa21 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeCircle.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeCircle.java
@@ -239,7 +239,6 @@ public class WhiteboardShapeCircle
/**
* Translates a point from the shape
*
- * @param p point position
* @param deltaX x coordinate
* @param deltaY y coordinate
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeImage.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeImage.java
index 242aa28..058a609 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeImage.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeImage.java
@@ -196,7 +196,6 @@ public class WhiteboardShapeImage
/**
* Translates a point from the shape.
*
- * @param p point position
* @param deltaX x coordinate
* @param deltaY y coordinate
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeLine.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeLine.java
index 0801c5b..1d428c5 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeLine.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeLine.java
@@ -164,7 +164,6 @@ public class WhiteboardShapeLine
/**
* Translates a point from the shape.
*
- * @param p point position
* @param deltaX x coordinate
* @param deltaY y coordinate
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePath.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePath.java
index 74f3c2b..f2b0350 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePath.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePath.java
@@ -197,7 +197,6 @@ public class WhiteboardShapePath
/**
* Translates a point from the shape.
*
- * @param p point position
* @param deltaX x coordinate
* @param deltaY y coordinate
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolyLine.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolyLine.java
index d43fd62..05d361a 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolyLine.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolyLine.java
@@ -280,7 +280,6 @@ public class WhiteboardShapePolyLine
/**
* Translates a point from the shape.
*
- * @param p point position
* @param deltaX x coordinate
* @param deltaY y coordinate
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolygon.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolygon.java
index b47a11a..369597e 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolygon.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapePolygon.java
@@ -282,7 +282,6 @@ public class WhiteboardShapePolygon
/**
* Translates a point from the shape.
*
- * @param p point position
* @param deltaX x coord
* @param deltaY y coord
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeRect.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeRect.java
index 772fb22..cb24718 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeRect.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeRect.java
@@ -273,7 +273,6 @@ public class WhiteboardShapeRect
/**
* Translates a point from the shape.
*
- * @param p point position
* @param deltaX x coordinate
* @param deltaY y coordinate
*/
diff --git a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeText.java b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeText.java
index ce17fda..df24ecd 100644
--- a/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeText.java
+++ b/src/net/java/sip/communicator/plugin/whiteboard/gui/whiteboardshapes/WhiteboardShapeText.java
@@ -225,7 +225,6 @@ public class WhiteboardShapeText
/**
* Translates a point from the shape.
*
- * @param p point position
* @param deltaX x coordinate
* @param deltaY y coordinate
*/
diff --git a/src/net/java/sip/communicator/service/configuration/ConfigurationService.java b/src/net/java/sip/communicator/service/configuration/ConfigurationService.java
index b4a8f5e..95520fb 100644
--- a/src/net/java/sip/communicator/service/configuration/ConfigurationService.java
+++ b/src/net/java/sip/communicator/service/configuration/ConfigurationService.java
@@ -123,7 +123,6 @@ public interface ConfigurationService
* All properties with prefix propertyName will also be removed.
* <p>
* @param propertyName the name of the property to change.
- * @param property the new value of the specified property.
* @throws PropertyVetoException in case the changed has been refused by
* at least one propertychange listener.
*/
diff --git a/src/net/java/sip/communicator/service/media/CallSession.java b/src/net/java/sip/communicator/service/media/CallSession.java
index 34065a0..236b785 100644
--- a/src/net/java/sip/communicator/service/media/CallSession.java
+++ b/src/net/java/sip/communicator/service/media/CallSession.java
@@ -87,7 +87,7 @@ public interface CallSession
*
* @param peerSdpDescription the last SDP description of the remote
* callee
- * @param on <tt>true</tt> if the SDP description should offer the remote
+ * @param onHold <tt>true</tt> if the SDP description should offer the remote
* callee to be put on hold or answer an offer from the remote
* callee to be put on hold; <tt>false</tt> to work in the
* context of a put-off-hold offer
@@ -252,7 +252,7 @@ public interface CallSession
throws MediaException;
/**
- * Calls {@link #startStreaming() in order to start the streaming of the
+ * Calls {@link #startStreaming()} in order to start the streaming of the
* local media and then begins processing the received and sent media
* streams.
*/
diff --git a/src/net/java/sip/communicator/service/media/event/SessionCreatorCallback.java b/src/net/java/sip/communicator/service/media/event/SessionCreatorCallback.java
index d98ba15..6e707ea 100644
--- a/src/net/java/sip/communicator/service/media/event/SessionCreatorCallback.java
+++ b/src/net/java/sip/communicator/service/media/event/SessionCreatorCallback.java
@@ -39,8 +39,9 @@ public interface SessionCreatorCallback
* Indicates that a security message has occurred associated with a
* failure/warning or information coming from the encryption protocol.
*
- * @param messageType the type of the message.
- * @param message the message
+ * @param message the message.
+ * @param i18nMessage the internationalized message
+ * @param severity severity level
*/
public void securityMessage(String message,
String i18nMessage,
diff --git a/src/net/java/sip/communicator/service/metahistory/MetaHistoryService.java b/src/net/java/sip/communicator/service/metahistory/MetaHistoryService.java
index d87bdf5..d7dcdd7 100644
--- a/src/net/java/sip/communicator/service/metahistory/MetaHistoryService.java
+++ b/src/net/java/sip/communicator/service/metahistory/MetaHistoryService.java
@@ -137,7 +137,7 @@ public interface MetaHistoryService
* Returns all the records having the given keywords
*
* @param services the services classnames we will query
- * @param contact CallPeer address(String),
+ * @param descriptor CallPeer address(String),
* MetaContact or ChatRoom.
* @param keywords keyword
* @return Collection sorted result that conists of records returned from
diff --git a/src/net/java/sip/communicator/service/neomedia/format/MediaFormatFactory.java b/src/net/java/sip/communicator/service/neomedia/format/MediaFormatFactory.java
index 892b247..edefb62 100644
--- a/src/net/java/sip/communicator/service/neomedia/format/MediaFormatFactory.java
+++ b/src/net/java/sip/communicator/service/neomedia/format/MediaFormatFactory.java
@@ -107,11 +107,6 @@ public interface MediaFormatFactory
*
* @param encoding the encoding of the format to create.
* @param clockRate the the frame rate
- * @param channels thu number of availabel channels (1 for mono,
- * 2 for stereo)
- * @param formatParams any codec specific params that have being received
- * via SIP/SDP or XMPP/Jingle.
- *
* @return a newly created <tt>AudioMediaFormat</tt> with the specified
* parameters.
*/
diff --git a/src/net/java/sip/communicator/service/protocol/AbstractCallPeer.java b/src/net/java/sip/communicator/service/protocol/AbstractCallPeer.java
index 6501ed8..6d7ff00 100644
--- a/src/net/java/sip/communicator/service/protocol/AbstractCallPeer.java
+++ b/src/net/java/sip/communicator/service/protocol/AbstractCallPeer.java
@@ -225,7 +225,6 @@ public abstract class AbstractCallPeer
* the corresponding <tt>oldValue</tt> and <tt>newValue</tt>,
*
* @param sessionType the type of the session - audio or video
- * @param eventID the identifier of the event
*/
protected void fireCallPeerSecurityOnEvent(
int sessionType,
@@ -265,7 +264,6 @@ public abstract class AbstractCallPeer
* the corresponding <tt>oldValue</tt> and <tt>newValue</tt>,
*
* @param sessionType the type of the session - audio or video
- * @param eventID the identifier of the event
*/
protected void fireCallPeerSecurityOffEvent(int sessionType)
{
@@ -297,8 +295,9 @@ public abstract class AbstractCallPeer
* peer as source, setting it to be of type <tt>eventType</tt> and
* the corresponding <tt>oldValue</tt> and <tt>newValue</tt>,
*
- * @param sessionType the type of the session - audio or video
- * @param eventID the identifier of the event
+ * @param messageType the type of the message
+ * @param i18nMessage message
+ * @param severity severity level
*/
protected void fireCallPeerSecurityMessageEvent(
String messageType,
@@ -445,7 +444,7 @@ public abstract class AbstractCallPeer
/**
* Sets the mute property for this call peer.
*
- * @param mute the new value of the mute property for this call peer
+ * @param newMuteValue the new value of the mute property for this call peer
*/
public void setMute(boolean newMuteValue)
{
diff --git a/src/net/java/sip/communicator/service/protocol/AbstractOperationSetPersistentPresence.java b/src/net/java/sip/communicator/service/protocol/AbstractOperationSetPersistentPresence.java
index 8033bab..4b5595f 100644
--- a/src/net/java/sip/communicator/service/protocol/AbstractOperationSetPersistentPresence.java
+++ b/src/net/java/sip/communicator/service/protocol/AbstractOperationSetPersistentPresence.java
@@ -189,7 +189,7 @@ public abstract class AbstractOperationSetPersistentPresence<T extends ProtocolP
* change event.
*
* @param eventID the String ID of the event to dispatch
- * @param sourceContact the ContactJabberImpl instance that this event is
+ * @param source the ContactJabberImpl instance that this event is
* pertaining to.
* @param oldValue the value that the changed property had before the change
* occurred.
@@ -234,9 +234,9 @@ public abstract class AbstractOperationSetPersistentPresence<T extends ProtocolP
/**
* Notify all provider presence listeners of the corresponding event change
*
- * @param oldStatus
+ * @param oldValue
* the status our stack had so far
- * @param newStatus
+ * @param newValue
* the status we have from now on
*/
protected void fireProviderStatusChangeEvent(
diff --git a/src/net/java/sip/communicator/service/protocol/OperationSetSecureTelephony.java b/src/net/java/sip/communicator/service/protocol/OperationSetSecureTelephony.java
index 87c31b4..0adf9e2 100644
--- a/src/net/java/sip/communicator/service/protocol/OperationSetSecureTelephony.java
+++ b/src/net/java/sip/communicator/service/protocol/OperationSetSecureTelephony.java
@@ -32,7 +32,6 @@ public interface OperationSetSecureTelephony
* @param peer the peer who toggled (or for whom is remotely
* toggled) the SAS verified flag
* @param verified the new SAS verification status
- * @param source the source who generated the call change
*/
public boolean setSasVerified(CallPeer peer, boolean verified);
}
diff --git a/src/net/java/sip/communicator/service/protocol/OperationSetVideoTelephony.java b/src/net/java/sip/communicator/service/protocol/OperationSetVideoTelephony.java
index 2e75055..2058f85 100644
--- a/src/net/java/sip/communicator/service/protocol/OperationSetVideoTelephony.java
+++ b/src/net/java/sip/communicator/service/protocol/OperationSetVideoTelephony.java
@@ -63,7 +63,7 @@ public interface OperationSetVideoTelephony
/**
* Disposes of a visual <code>Component</code> depicting the local video for
* a specific <code>CallPeer</code> (previously obtained through
- * {@link createLocalVisualComponent(CallPeer, VideoListener) createLocalVisualComponent}).
+ * {@link #createLocalVisualComponent(CallPeer, VideoListener) createLocalVisualComponent}).
* The disposal may include, but is not limited to, releasing the
* <code>Player</code> which provides the <code>component</code> and renders
* the local video into it, disconnecting from the video capture device.
diff --git a/src/net/java/sip/communicator/service/protocol/WhiteboardPoint.java b/src/net/java/sip/communicator/service/protocol/WhiteboardPoint.java
index 409266c..c6dd12b 100644
--- a/src/net/java/sip/communicator/service/protocol/WhiteboardPoint.java
+++ b/src/net/java/sip/communicator/service/protocol/WhiteboardPoint.java
@@ -74,7 +74,7 @@ public class WhiteboardPoint implements Cloneable
/**
* Sets a new value to the x coordinate.
*
- * @param y the new value of the x coordinate
+ * @param x the new value of the x coordinate
*/
public void setX(double x)
{
diff --git a/src/net/java/sip/communicator/service/protocol/event/CallPeerSecurityMessageEvent.java b/src/net/java/sip/communicator/service/protocol/event/CallPeerSecurityMessageEvent.java
index d69f00b..1afc111 100644
--- a/src/net/java/sip/communicator/service/protocol/event/CallPeerSecurityMessageEvent.java
+++ b/src/net/java/sip/communicator/service/protocol/event/CallPeerSecurityMessageEvent.java
@@ -60,11 +60,10 @@ public class CallPeerSecurityMessageEvent
* call peer, event type and message associated with this event.
*
* @param callPeer the call peer implied in this event.
- * @param eventType the type of the event. One of the constants defined in
- * this class.
* @param eventMessage the message associated with this event.
* @param i18nMessage the internationalized message associated with this
* event that could be shown to the user.
+ * @param eventSeverity severity level.
*/
public CallPeerSecurityMessageEvent( CallPeer callPeer,
String eventMessage,
diff --git a/src/net/java/sip/communicator/service/protocol/event/FileTransferCreatedEvent.java b/src/net/java/sip/communicator/service/protocol/event/FileTransferCreatedEvent.java
index 98708ad..8656f8b 100644
--- a/src/net/java/sip/communicator/service/protocol/event/FileTransferCreatedEvent.java
+++ b/src/net/java/sip/communicator/service/protocol/event/FileTransferCreatedEvent.java
@@ -28,7 +28,7 @@ public class FileTransferCreatedEvent
* Creates a <tt>FileTransferCreatedEvent</tt> representing creation of a
* file transfer.
*
- * @param request the <tt>FileTransfer</tt> whose creation this event
+ * @param fileTransfer the <tt>FileTransfer</tt> whose creation this event
* represents.
* @param timestamp the timestamp indicating the exact date when the event
* occurred
diff --git a/src/net/java/sip/communicator/service/protocol/event/FileTransferRequestEvent.java b/src/net/java/sip/communicator/service/protocol/event/FileTransferRequestEvent.java
index 348e170..551ac96 100644
--- a/src/net/java/sip/communicator/service/protocol/event/FileTransferRequestEvent.java
+++ b/src/net/java/sip/communicator/service/protocol/event/FileTransferRequestEvent.java
@@ -34,7 +34,7 @@ public class FileTransferRequestEvent
* Creates a <tt>FileTransferRequestEvent</tt> representing reception
* of an incoming file transfer request.
*
- * @param the operation set, where this event initially occurred
+ * @param fileTransferOpSet the operation set, where this event initially occurred
* @param request the <tt>IncomingFileTranferRequest</tt> whose reception
* this event represents.
* @param timestamp the timestamp indicating the exact date when the event
diff --git a/src/net/java/sip/communicator/service/resources/ResourceManagementService.java b/src/net/java/sip/communicator/service/resources/ResourceManagementService.java
index d949e99..50757de 100644
--- a/src/net/java/sip/communicator/service/resources/ResourceManagementService.java
+++ b/src/net/java/sip/communicator/service/resources/ResourceManagementService.java
@@ -121,7 +121,8 @@ public interface ResourceManagementService
* Returns an internationalized string corresponding to the given key.
*
* @param key The identifier of the string in the resources properties file.
- * @param locale The locale.
+ * @param params An array of parameters to be replaced in the returned
+ * string.
* @return An internationalized string corresponding to the given key and
* given locale.
*/
@@ -142,7 +143,6 @@ public interface ResourceManagementService
* Returns an internationalized string corresponding to the given key.
*
* @param key The identifier of the string in the resources properties file.
- * @param locale The locale that we'd like to receive the result in.
* @return An internationalized string corresponding to the given key.
*/
public char getI18nMnemonic(String key);
diff --git a/src/net/java/sip/communicator/service/systray/PopupMessageHandler.java b/src/net/java/sip/communicator/service/systray/PopupMessageHandler.java
index 2aa7df4..72ffd62 100644
--- a/src/net/java/sip/communicator/service/systray/PopupMessageHandler.java
+++ b/src/net/java/sip/communicator/service/systray/PopupMessageHandler.java
@@ -54,7 +54,7 @@ public interface PopupMessageHandler
* 3) being able to match a click to a message
* 4) using a native popup mechanism
*
- * @returns an integer representing preference index of this popup handler
+ * @return an integer representing preference index of this popup handler
*/
public int getPreferenceIndex();
@@ -62,7 +62,7 @@ public interface PopupMessageHandler
* Returns a readable description of this popup handler. It is expected
* to be a localized string.
*
- * @returns a string describing this popup handler
+ * @return a string describing this popup handler
*/
@Override
public String toString();
diff --git a/src/net/java/sip/communicator/util/GuiUtils.java b/src/net/java/sip/communicator/util/GuiUtils.java
index 9b6c584..0cb598e 100644
--- a/src/net/java/sip/communicator/util/GuiUtils.java
+++ b/src/net/java/sip/communicator/util/GuiUtils.java
@@ -189,7 +189,7 @@ public class GuiUtils
/**
* Formats the time for the given date. The result format is the following:
* [Hour]:[Minute]:[Second]. For example: 12:25:30.
- * @param date the date to format
+ * @param time the date to format
* @return the formatted hour string
*/
public static String formatTime(long time)
diff --git a/src/net/java/sip/communicator/util/ImageUtils.java b/src/net/java/sip/communicator/util/ImageUtils.java
index 97dd8f9..c39483d 100644
--- a/src/net/java/sip/communicator/util/ImageUtils.java
+++ b/src/net/java/sip/communicator/util/ImageUtils.java
@@ -69,7 +69,7 @@ public class ImageUtils
/**
* Creates a rounded avatar image.
*
- * @param avatarBytes The bytes of the initial avatar image.
+ * @param image image of the initial avatar image.
*
* @return The rounded corner image.
*/
diff --git a/src/net/java/sip/communicator/util/Sha1Crypto.java b/src/net/java/sip/communicator/util/Sha1Crypto.java
index 692a075..bd4042d 100644
--- a/src/net/java/sip/communicator/util/Sha1Crypto.java
+++ b/src/net/java/sip/communicator/util/Sha1Crypto.java
@@ -30,7 +30,7 @@ public class Sha1Crypto
/**
* Encodes the given text with the SHA-1 algorithm.
*
- * @param byteArreay the byte array to encode
+ * @param byteArray the byte array to encode
* @return the encoded text
* @throws NoSuchAlgorithmException
* @throws UnsupportedEncodingException
diff --git a/src/net/java/sip/communicator/util/swing/ExtendedTransferHandler.java b/src/net/java/sip/communicator/util/swing/ExtendedTransferHandler.java
index 20de777..0d79c63 100644
--- a/src/net/java/sip/communicator/util/swing/ExtendedTransferHandler.java
+++ b/src/net/java/sip/communicator/util/swing/ExtendedTransferHandler.java
@@ -50,9 +50,8 @@ public class ExtendedTransferHandler
* <tt>true</tt> to indicate that the transfer with at least one of the
* given flavors would work and <tt>false</tt> to reject the transfer.
* <p>
- * @param support the object containing the details of the transfer, not
- * <code>null</code>.
- * @param transferFlavors the data formats available
+ * @param comp component
+ * @param flavor the data formats available
* @return true if the data can be inserted into the component, false
* otherwise
* @throws NullPointerException if <code>support</code> is {@code null}
@@ -105,7 +104,7 @@ public class ExtendedTransferHandler
* <p>
* @param comp the component holding the data to be transferred;
* provided to enable sharing of <code>TransferHandler</code>s
- * @param clip the clipboard to transfer the data into
+ * @param clipboard the clipboard to transfer the data into
* @param action the transfer action requested; this should
* be a value of either <code>COPY</code> or <code>MOVE</code>;
* the operation performed is the intersection of the transfer
diff --git a/src/net/java/sip/communicator/util/swing/FileDragLabel.java b/src/net/java/sip/communicator/util/swing/FileDragLabel.java
index 9d185dd..f2a36f2 100644
--- a/src/net/java/sip/communicator/util/swing/FileDragLabel.java
+++ b/src/net/java/sip/communicator/util/swing/FileDragLabel.java
@@ -58,7 +58,7 @@ public class FileDragLabel
* the operable part of the drop site for the <code>DropTarget</code>
* registered with this listener.
*
- * @param dtde the <code>DropTargetDragEvent</code>
+ * @param dropTargetDragEvent the <code>DropTargetDragEvent</code>
*/
public void dragEnter(DropTargetDragEvent dropTargetDragEvent)
{
@@ -99,7 +99,7 @@ public class FileDragLabel
* is notifying this listener
* in order for it to initiate the action for the user.
* <P>
- * @param dge the <code>DragGestureEvent</code> describing
+ * @param dragGestureEvent the <code>DragGestureEvent</code> describing
* the gesture that has just occurred
*/
public void dragGestureRecognized(DragGestureEvent dragGestureEvent)
diff --git a/src/net/java/sip/communicator/util/swing/FramedImage.java b/src/net/java/sip/communicator/util/swing/FramedImage.java
index 931a3d2..da5b7b4 100644
--- a/src/net/java/sip/communicator/util/swing/FramedImage.java
+++ b/src/net/java/sip/communicator/util/swing/FramedImage.java
@@ -80,7 +80,7 @@ public class FramedImage
/**
* Paints the contained image in a frame.
*
- * @overrides {@link JComponent#paintComponent(Graphics)}.
+ * Overrides {@link JComponent#paintComponent(Graphics)}.
*/
public void paintComponent(Graphics g)
{