@ -72,10 +77,16 @@ public abstract class AbstractTypeHierarchyTraversingFilter implements TypeFilte
@@ -72,10 +77,16 @@ public abstract class AbstractTypeHierarchyTraversingFilter implements TypeFilte
}
else{
// Need to read super class to determine a match...
logger.debug("Could not read super class ["+metadata.getSuperClassName()+
"] of type-filtered class ["+metadata.getClassName()+"]");
}
}
}
}
@ -90,8 +101,14 @@ public abstract class AbstractTypeHierarchyTraversingFilter implements TypeFilte
@@ -90,8 +101,14 @@ public abstract class AbstractTypeHierarchyTraversingFilter implements TypeFilte
}
else{
// Need to read interface to determine a match...
if(match(ifc,metadataReaderFactory)){
returntrue;
try{
if(match(ifc,metadataReaderFactory)){
returntrue;
}
}
catch(IOExceptionex){
logger.debug("Could not read interface ["+ifc+"] for type-filtered class ["+