public void showSourceLine(String filePath, int lineNumber, boolean highlight);
/**
- * Seek the editor to a {@link SourceLocation} and highlight if specified.
+ * Seek the editor to a SourceLocation and highlight if specified.
*/
public void showSourceLine(ISourceLocation sourceLocation, boolean highlight);
import java.util.ArrayList;
import java.util.List;
-import org.aspectj.util.ConfigParser;
+import org.aspectj.ajdt.ajc.ConfigParser;
/**
* @author Mik Kersten
import org.aspectj.ajde.Ajde;
import org.aspectj.ajde.ui.BuildConfigNode;
+import org.aspectj.ajdt.ajc.ConfigParser;
import org.aspectj.bridge.IMessage;
import org.aspectj.bridge.Message;
-import org.aspectj.util.ConfigParser;
/**
* Used for reading and writing build configuration (".lst") files.
import org.aspectj.ajde.Ajde;
import org.aspectj.ajde.ui.BuildConfigModel;
import org.aspectj.ajde.ui.BuildConfigNode;
+import org.aspectj.ajdt.ajc.ConfigParser;
import org.aspectj.bridge.IMessage;
import org.aspectj.bridge.Message;
import org.aspectj.bridge.SourceLocation;
-import org.aspectj.util.ConfigParser;
import org.aspectj.util.FileUtil;
/**