Package org.wikipediacleaner.utils

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


          }
        }
      }
    }
    if (traceTime) {
      perf.printEnd();
    }
    return errorsFound;
  }

  /**
 
View Full Code Here


              replacements.addAll(tmpReplacements);
            }
            authorizedBegin = end;
          }
        }
        perf.printEnd(suggestion.getPatternText());
      }
    }

    return result;
  }
View Full Code Here

              replacements.addAll(tmpReplacements);
            }
            authorizedBegin = end;
          }
        }
        perf.printEnd(suggestion.getComment(), suggestion.getPatternText());
      }
    }

    return result;
  }
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.