Original issue created by eaftan@google.com on 2013-02-11 at 09:50 PM
An anonymous class defines a method that is not directly called and does not override a method in the superclass. This method can never be executed and is dead code. Perhaps it was intended to override a superclass method, but there was a typo?