HomeSort by relevance Sort by last modified time
    Searched refs:statusSummaryIndex (Results 1 - 2 of 2) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 131 int statusSummaryIndex=aLine.indexOf("problem (");
132 if (statusSummaryIndex==-1)
133 statusSummaryIndex=aLine.indexOf("problems (");
135 if (statusSummaryIndex!=-1&&(aLine.indexOf("error", statusSummaryIndex) != -1)){
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 118 milliseconds