Skip to content

Commit

Permalink
Omit logging when the supertype is missing. This is expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Aug 10, 2018
1 parent 5ad557e commit 98ce5d4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public boolean isSubtype(IType type, String supertypeFqn)
}
catch (JavaModelException e)
{
Activator.log(Status.ERROR, "Error while checking type hierarchy of "
+ type.getFullyQualifiedName() + " and " + supertypeFqn, e);
// This can be safely ignored.
}
return false;
}
Expand Down

0 comments on commit 98ce5d4

Please sign in to comment.