GP-0: Fix some tests (mock.slaspec, register count)

This commit is contained in:
Dan 2025-01-06 11:41:55 -05:00
parent acf5ac688a
commit ea95c146b5
4 changed files with 37 additions and 18 deletions

View file

@ -53,7 +53,8 @@ public enum TraceObjectInterfaceUtils {
List<TraceObjectInterfaceFactory> instances =
ClassSearcher.getInstances(TraceObjectInterfaceFactory.class);
if (instances.isEmpty()) {
Msg.warn(this, "ClassSearcher not active, yet. Falling back to built-ins");
Msg.warn(this, "ClassSearcher not active, yet. " +
"Falling back to built-in TraceObjectInterfaces.");
instances = List.of(new BuiltinTraceObjectInterfaceFactory());
}
mapByClass = instances