Open sdirix opened 5 years ago
The PerspectiveStackImpl maintains a currentIndex. When perspectives are removed the currentIndex is not updated which can lead to an IndexOutOfBoundsException.
PerspectiveStackImpl
currentIndex
IndexOutOfBoundsException
Ideally this should be avoided and safeguards added where possible.
The
PerspectiveStackImpl
maintains acurrentIndex
. When perspectives are removed thecurrentIndex
is not updated which can lead to anIndexOutOfBoundsException
.Ideally this should be avoided and safeguards added where possible.