Code Smell: Long Method Location: birdsong.dummy.SpamFilterDummy. getNextMessage() Refactoring: This method was very long which makes it difficult to understand, so I decided to use the Extract Method and create a new method called serverComm().
Log in to post a comment.