import java.io.IOException;
+import net.sourceforge.phpdt.internal.corext.phpdoc.SingleCharReader;
+
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
-import net.sourceforge.phpdt.internal.corext.phpdoc.SingleCharReader;
-
/**
* Reads from a document either forwards or backwards. May be configured to
* skip comments and strings.