import org.eclipse.core.runtime.IStatus;
/**
- * Manages the identifer index information for a specific project
+ * Manages the identifier index information for a specific project
*
*/
public class IdentifierIndexManager {
skipComments();
}
}
- } while (fToken != TokenNameRPAREN );
+ getNextToken ();
+ } while ((fToken != TokenNameRPAREN) && (fToken != 0));
}
parseDeclarations(null, buf, true);
}