Code Smel: Large Class
Location: birdsong.dummy.SpamFilterDummy
Refactoring: I noted the existence of several instance variables,
usually it indicates that a class is trying to do many things. So decide extract userErrorOffense() and serverComm() method to a new class called SpamFilterDummyWarning using the Extract Class refactoring.