[root]/src/net/java/sip/communicator/impl/configuration/xml

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 15 (100.0%) | 817 (100.0%) | 54.4 |
| lubomir_m | 9 (60.0%) | 720 (88.1%) | 80.0 |
| emcho | 5 (33.3%) | 86 (10.5%) | 17.2 |
| wernerd | 1 (6.7%) | 11 (1.3%) | 11.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Adds javadocs, fixes warnings.
91 lines of code changed in:
Implements XML element name encoding (http://www.w3.org/TR/xml/#NT-Name) in the XML backend of the ConfigurationService implementation in order to allow storing properties with names not limited to valid XML element names. The functionality is implemented in order to allow EntityCapsManager to store Jabber DiscoverInfo (when running the tests) but it turns out that the reconnect plugin also has started trying to store properties with names which are not valid XML element names (which is probably not in the tests, I don't know).
95 lines of code changed in:
Fixes warnings.
3 lines of code changed in:
Commits another 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 src directory.
10 lines of code changed in:
Adds javadocs.
36 lines of code changed in:
Some code clean-up, remove warnings, no new functions or features.
11 lines of code changed in:
Fixes possible NullPointerExceptions, incorrect code. Removes fields, marks other fields private and final.
11 lines of code changed in:
Fixes a warning introduced in r5094 about the use of deprecated API.
473 lines of code changed in:
Removes unused Logger instances (and thus resolves the warnings about them as well).
1 lines of code changed in:
Cosmetics
0 lines of code changed in:
Cosmetic
1 lines of code changed in:
Initial sip-communicator-1.0 commit
83 lines of code changed in: