Bring back the TODO

This commit is contained in:
Juan Martín Sotuyo Dodero
2019-04-16 16:59:40 -03:00
parent f121b102a4
commit 17b7837dcc

View File

@ -508,6 +508,7 @@ public class ClassTypeResolver extends JavaParserVisitorAdapter {
+ typeToSearch.getType() + " due to: " + e;
LOG.log(Level.WARNING, message);
}
// TODO : report a missing class once we start doing that...
return null;
}