Searched refs:getImplInterfaces (Results 1 – 3 of 3) sorted by relevance
116 "Implements mismatch, expected " + classDescription.getImplInterfaces()); in checkClass()188 for (String inter : classDescription.getImplInterfaces()) { in checkClassAnnotationCompliance()238 for (String inter : classDescription.getImplInterfaces()) { in checkClassImplementsCompliance()
122 for (String interfaceName : classDescription.getImplInterfaces()) { in findMethod()
81 List<String> getImplInterfaces() { in getImplInterfaces() method in JDiffClassDescription