if (count == 0) {
return null;
}
else {
//get the active Annotation
AnnotationDesc active = docAnnotations.getActiveAnnotation(lineNumber);
String[][] list = new String[2][count];
list[0][0] = annotations.get(active.getAnnotationType());
list[1][0] = active.getShortDescription();
if (list[0][0].equals("Compiler Error")) {
snd.playCompilerError();
}
if (count > 1){
//get the inactive Annotation(s)