eclipse-efx / efxclipse-rt

Eclipse Public License 1.0
28 stars 29 forks source link

IndexOutOfBoundsException in PerspectiveStackImpl #370

Open sdirix opened 5 years ago

sdirix commented 5 years ago

The PerspectiveStackImpl maintains a currentIndex. When perspectives are removed the currentIndex is not updated which can lead to an IndexOutOfBoundsException.

Ideally this should be avoided and safeguards added where possible.