mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
debugger agent: suppress warnings
This commit is contained in:
@@ -17,6 +17,7 @@ import java.util.jar.JarFile;
|
||||
/**
|
||||
* @author egor
|
||||
*/
|
||||
@SuppressWarnings({"UseOfSystemOutOrSystemErr", "CallToPrintStackTrace"})
|
||||
public class CaptureAgent {
|
||||
private static Instrumentation ourInstrumentation;
|
||||
private static boolean DEBUG = false;
|
||||
@@ -297,6 +298,7 @@ public class CaptureAgent {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
//noinspection SSBasedInspection
|
||||
ourInstrumentation.retransformClasses(classes.toArray(new Class[0]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user