Examples of printStep()


Examples of org.wikipediacleaner.utils.Performance.printStep()

          if (traceTime) {
            String message =
                "Error n°" + algorithm.getErrorNumber() +
                ", " + errorFound +
                ", " + results.size() + " occurrences";
            perf.printStep(message);
          }
        }
      }
    }
    if (traceTime) {
View Full Code Here

Examples of org.wikipediacleaner.utils.Performance.printStep()

      errorFound = algorithm.analyze(pageAnalysis, errorsFound, false);
      pageAnalysis.setCheckWikiErrors(errorNumber, errorFound, errorsFound);
    }
    errorPage.setResults(errorFound, errorsFound);
    if (traceTime) {
      perf.printStep("Error n°" + algorithm.getErrorNumber());
    }
    return errorPage;
  }

  /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.