GP-1967: Fix auto-disassembly for object-based traces, incl. framework support.

This commit is contained in:
Dan 2022-06-17 11:41:33 -04:00
parent 858cba5e90
commit 67d52f4fcc
83 changed files with 3561 additions and 888 deletions

View file

@ -266,7 +266,8 @@ public class DockingWindowManager implements PropertyChangeListener, Placeholder
}
/**
* Returns a new list of all DockingWindowManager instances know to exist.
* Returns a new list of all DockingWindowManager instances known to exist, ordered from least
* to most-recently active.
*
* @return a new list of all DockingWindowManager instances know to exist.
*/