[root]/src/net/java/sip/communicator/plugin/profiler4j

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 18 (100.0%) | 255 (100.0%) | 14.1 |
| pradelle | 3 (16.7%) | 190 (74.5%) | 63.3 |
| emcho | 8 (44.4%) | 29 (11.4%) | 3.6 |
| lubomir_m | 2 (11.1%) | 15 (5.9%) | 7.5 |
| s_vincent | 2 (11.1%) | 10 (3.9%) | 5.0 |
| 666f6f | 1 (5.6%) | 5 (2.0%) | 5.0 |
| wernerd | 1 (5.6%) | 4 (1.6%) | 4.0 |
| yanas | 1 (5.6%) | 2 (0.8%) | 2.0 |
Fixes javadoc and eclipse related warnings in the code.
10 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
3 lines of code changed in:
Fix logger usage - seventh and last bunch
4 lines of code changed in:
Introduces AbstractPluginComponent which removes duplication from implementations of PluginComponent. Breaks the OTR menu and button in the Chat window (at least) because PluginComponent#setCurrentContact() only works for PluginComponents which are of type Component.
11 lines of code changed in:
Added PluginComponent.setCurrentContact(Contact) method. The method is initially added so the OTR button in the toolbar can correctly react when user changes the chat transport via the chat transport selector box. The method is called from MainToolBar as of this revision.
5 lines of code changed in:
converts tabs to spaces in a number of classes
23 lines of code changed in:
Language resources updated.
2 lines of code changed in:
Eliminates duplication among the ~28 Resources classes.
4 lines of code changed in:
Better handling for changes in the persistent data of a contact.
3 lines of code changed in:
Integrating profiler4j. GSoC result of Vladimir.
190 lines of code changed in: