Select Git revision
ClassA.java

Johannes Mey authored
detect interface hiding, albeit only interface->class, not for sub-interfaces (but this is prohibited by java anyway and extendj collects all implemented superinterfaces automatically)
ClassA.java 100 B
public class ClassA implements InterfaceA {
int fieldA = 1;
int fieldB = 1;
int fieldC = 1;
}