Code Smell: Long Method Location: birdsong.filter.spamfilter.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 BanMessage.
Log in to post a comment.