Sometimes, there’s code so bad you simply know it’s unused and never called. Bernard sends us one such method, in Java: public static GroupEntity find(String group) { return GroupEntity.find(group); } This is a static method on the GroupEntity class called find, which calls a static method on the GroupEntity class called find, which calls a […]