[root]/test/net/java/sip/communicator/slick/callhistory

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 496 (100.0%) | 29.1 |
| damencho | 4 (23.5%) | 420 (84.7%) | 105.0 |
| emcho | 8 (47.1%) | 40 (8.1%) | 5.0 |
| lubomir_m | 4 (23.5%) | 34 (6.9%) | 8.5 |
| yanas | 1 (5.9%) | 2 (0.4%) | 2.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Fix unit tests.
2 lines of code changed in:
Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
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.
8 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.
24 lines of code changed in:
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
1 lines of code changed in:
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
25 lines of code changed in:
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
10 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).
2 lines of code changed in:
Properly setting end times corresponding the evnts in the call process
7 lines of code changed in:
Fix CallHistoryImpl and tests
4 lines of code changed in:
Call History Impl and call history tests
409 lines of code changed in: