Package org.tmatesoft.hg.internal.diff.DiffHelper

Examples of org.tmatesoft.hg.internal.diff.DiffHelper.MatchInspector


   *   dh.findMatchingBlocks(p1ToBase); // compiles ok!
   * </pre>
   */
  @SuppressWarnings("unchecked")
  public DiffRangeMap fill(DiffHelper<?> dh) {
    @SuppressWarnings("rawtypes")
    final MatchInspector i = (MatchInspector) this;
    dh.findMatchingBlocks(i);
    return this;
  }
View Full Code Here

TOP

Related Classes of org.tmatesoft.hg.internal.diff.DiffHelper.MatchInspector

Copyright © 2018 www.massapicom. 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.