mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
skip silently classes which fail to be loaded
EA-111506 - ASE: TestPackage.lambda$createPredicate$
This commit is contained in:
@@ -97,7 +97,7 @@ public class TestClassCollector {
|
||||
}
|
||||
}
|
||||
catch (Throwable e) {
|
||||
LOG.error("error processing: " + fName + " of " + baseDir.toString(), e);
|
||||
LOG.info("error processing: " + fName + " of " + baseDir.toString(), e);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user