[root]/src/net/java/sip/communicator/impl/protocol/zeroconf/jmdns

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 34 (100.0%) | 7558 (100.0%) | 222.2 |
| damencho | 16 (47.1%) | 6628 (87.7%) | 414.2 |
| emcho | 8 (23.5%) | 707 (9.4%) | 88.3 |
| lubomir_m | 8 (23.5%) | 139 (1.8%) | 17.3 |
| wernerd | 2 (5.9%) | 84 (1.1%) | 42.0 |
Fix logger usage - sixth bunch.
84 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.
137 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 :).
104 lines of code changed in:
Fixes various warnings, mostly ones about performance.
1 lines of code changed in:
Removes unused Logger instances (and thus resolves the warnings about them as well).
1 lines of code changed in:
Removed system.out.println-s
2 lines of code changed in:
Fixed build errors.
34 lines of code changed in:
Minor Zeroconf modifications
Removed shutdown hooks.
25 lines of code changed in:
There were problems with the shutdown hook as it would call the canceler after the bundle has been unloaded and the ClassLoader was therefore complaining with a NoClassDefFoundException
542 lines of code changed in:
Set message content type. Removed method findContactsPointingToUs as it is not used. Some code cosmetics.
3 lines of code changed in:
Zeroconf protocol provider.
6625 lines of code changed in: