try {
int index = annotationList.getSelectionIndex() - 1;
if (index >= 0) {
BugAnnotation theAnnotation = bug.getAnnotationsForMessage(false).get(index);
findLocation: try {
if (theAnnotation instanceof SourceLineAnnotation) {
SourceLineAnnotation sla = (SourceLineAnnotation) theAnnotation;
int line = sla.getStartLine();