improve performance of mercurial changesetviewer

This commit is contained in:
Sebastian Sdorra
2011-09-29 14:57:00 +02:00
parent 52527af7f8
commit 860e9367c9
7 changed files with 319 additions and 204 deletions

View File

@@ -37,7 +37,6 @@ package sonia.scm.repository;
import com.google.inject.Inject;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -49,6 +48,8 @@ import sonia.scm.util.Util;
//~--- JDK imports ------------------------------------------------------------
import java.io.IOException;
import java.util.Set;
/**
@@ -103,6 +104,8 @@ public class ChangesetViewerUtil extends CacheClearHook
*
* @return
*
*
* @throws IOException
* @throws NotSupportedFeatuerException
* @throws RepositoryException
*/
@@ -133,6 +136,8 @@ public class ChangesetViewerUtil extends CacheClearHook
*
* @return
*
*
* @throws IOException
* @throws NotSupportedFeatuerException
* @throws RepositoryException
*/