Code smell: God Class
Location: birdsong.comm.ClientCommThread
Rationale: The class ClientCommThread is acting like a God Class, thread type should be agile and clean. We should refactor using Extract Class, extracting serving Socket variable and the method disconnect() to improve code comprehension.
Resolved.