Directory test/net/java/sip/communicator/slick/protocol/icq/

Directory Created:
2006-01-28 17:55
Total Files:
15
Deleted Files:
1
Lines of Code:
8746

[root]/test/net/java/sip/communicator/slick/protocol/icq

Lines of Code

test/net/java/sip/communicator/slick/protocol/icq/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 227 (100.0%) 10577 (100.0%) 46.5
emcho 106 (46.7%) 5363 (50.7%) 50.5
damencho 77 (33.9%) 4665 (44.1%) 60.5
lubomir_m 36 (15.9%) 264 (2.5%) 7.3
BurchB 6 (2.6%) 201 (1.9%) 33.5
yanas 2 (0.9%) 84 (0.8%) 42.0

Most Recent Commits

emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

13 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: IcqSlickFixture.java (+1 -1), IcqTesterAgent.java (+1 -1), TestAccountInstallation.java (+1 -1), TestAccountInvalidNotification.java (+1 -1), TestAccountUninstallation.java (+1 -1), TestAccountUninstallationPersistence.java (+1 -1), TestOperationSetBasicInstantMessaging.java (+1 -1), TestOperationSetFileTransferImpl.java (+1 -1), TestOperationSetPersistentPresence.java (+1 -1), TestOperationSetPresence.java (+1 -1), TestOperationSetServerStoredInfo.java (+1 -1), TestOperationSetTypingNotifications.java (+1 -1), TestProtocolProviderServiceIcqImpl.java (+1 -1)
lubomir_m 2009-10-16 01:53

Fixes warnings

10 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestOperationSetPersistentPresence.java (+9 -8), TestOperationSetTypingNotifications.java (+1 -3)
lubomir_m 2009-10-13 16:51

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestProtocolProviderServiceIcqImpl.java (+1 -2)
lubomir_m 2009-10-08 20:42

Fixes warnings

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: IcqTesterAgent.java (+1 -1)
lubomir_m 2009-09-17 15:37

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[sip-comm-dev] [Patch] Fix warnings".

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: IcqTesterAgent.java (+2 -8)
lubomir_m 2009-09-02 13:40

Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.

104 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: FullUserInfoCmd.java (+1 -2), IcqTesterAgent.java (+72 -131), TestOperationSetServerStoredInfo.java (+31 -27)
lubomir_m 2009-08-31 22:47

As my day went into warnings, fixes more warnings about raw-type uses.

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: IcqSlickFixture.java (+2 -2)
lubomir_m 2009-08-31 18:25

Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.

107 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: FullUserInfoCmd.java (+10 -7), IcqProtocolProviderSlick.java (+5 -4), IcqTesterAgent.java (+50 -53), TestAccountInstallation.java (+4 -4), TestOperationSetBasicInstantMessaging.java (+5 -4), TestOperationSetPersistentPresence.java (+2 -2), TestOperationSetPresence.java (+28 -25), TestOperationSetTypingNotifications.java (+2 -2), TestProtocolProviderServiceIcqImpl.java (+1 -1)
damencho 2009-07-28 14:44

Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.

462 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: IcqProtocolProviderSlick.java (+2), TestOperationSetFileTransferImpl.java (new 460)
lubomir_m 2009-06-10 11:42

Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestOperationSetPresence.java (+2 -12)
emcho 2009-03-30 03:12

Fixes Eclipse warnings as a part of issue #637. There's more work on some of these classes but I need to go to bed now :).

6 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: FullUserInfoCmd.java (+6 -6)
lubomir_m 2009-02-10 14:09

Removes unused Logger instances (and thus resolves the warnings about them as well).

0 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: FullUserInfoCmd.java (-2), TestAccountInvalidNotification.java (-8)
lubomir_m 2008-12-09 23:45

Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).

17 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestOperationSetBasicInstantMessaging.java (+1 -1), TestOperationSetPersistentPresence.java (+1 -1), TestOperationSetPresence.java (+1 -1), TestOperationSetServerStoredInfo.java (+1 -1), TestOperationSetTypingNotifications.java (+1 -1), TestProtocolProviderServiceIcqImpl.java (+12 -16)
lubomir_m 2008-11-20 11:41

Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: IcqTesterAgent.java (+1 -1), TestOperationSetPresence.java (+1 -1)
lubomir_m 2008-09-23 03:22

Attempts the fix the tests broken when the loading of the stored accounts was moved into a background thread.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestAccountUninstallation.java (+2 -1), TestAccountUninstallationPersistence.java (+2 -1)
lubomir_m 2008-08-30 22:23

Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.

6 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestOperationSetPersistentPresence.java (+2 -2), TestOperationSetPresence.java (+4 -4)
lubomir_m 2008-08-29 01:53

Attempts to fix the problem of writingcyrillic text (it's just an example but it should happen with other encodings as well) and sending ??? instead and receiving cyrillic text which should be displayed correctly but is instead displayed as ???.

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestOperationSetBasicInstantMessaging.java (+2 -3)
lubomir_m 2008-08-25 17:58

Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: IcqSlickFixture.java (+1 -1), TestAccountInstallation.java (+3 -3)
emcho 2008-08-18 23:36

Implemented support for XEP-0085 - Typing notifications with jabber.
Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestOperationSetTypingNotifications.java (+1 -1)
yanas 2008-03-14 16:51

- setEditableUserName, isEditableUserName methods added to enable protocols to specify if the user name is editable through login.
- Fix client behavior when logging with wrong password or when trying to log in and there's no network connection. Enhancements of the Login window.

84 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/icq: TestAccountInstallation.java (+42), TestProtocolProviderServiceIcqImpl.java (+42)

(104 more)

Generated by StatSVN 0.3.1