GP-0: Fix NPEs when closing the Debugger tool.

This commit is contained in:
Dan 2025-01-03 15:58:43 -05:00
parent 5e390abb1a
commit 84e9578e67

View file

@ -108,11 +108,13 @@ public class TraceRmiPlugin extends Plugin implements InternalTraceRmiService {
}
}
if (targetService != null) {
for (ConnAndTarget cat : targets) {
targetService.publishTarget(cat.target);
listeners.invoke().targetPublished(cat.conn, cat.target);
}
}
}
protected CloseableTaskMonitor createMonitor() {
if (progressService == null) {