mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -202,7 +202,7 @@ public final class ObjectTree<T> {
|
||||
objectNode = objectNode.getParent();
|
||||
}
|
||||
final Throwable trace = objectNode.getTrace();
|
||||
RuntimeException exception = new RuntimeException("Memory leak detected: " + object + " of class " + object.getClass()
|
||||
RuntimeException exception = new RuntimeException("Memory leak detected: '" + object + "' of " + object.getClass()
|
||||
+ "\nSee the cause for the corresponding Disposer.register() stacktrace:\n",
|
||||
trace);
|
||||
if (throwError) {
|
||||
|
||||
Reference in New Issue
Block a user