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

| 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 |
Changes project name in source license headers from SIP Communicator to Jitsi
13 lines of code changed in:
Fixes warnings
10 lines of code changed in:
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:
Fixes warnings
1 lines of code changed in:
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:
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:
As my day went into warnings, fixes more warnings about raw-type uses.
2 lines of code changed in:
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:
Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
462 lines of code changed in:
Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
2 lines of code changed in:
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:
Removes unused Logger instances (and thus resolves the warnings about them as well).
0 lines of code changed in:
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:
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:
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:
Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.
6 lines of code changed in:
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:
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:
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:
- 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:
(104 more)