Examples of noFetchHistoryWhenNotInCache()


Examples of org.opensolaris.opengrok.configuration.RuntimeEnvironment.noFetchHistoryWhenNotInCache()

        }

        // Some repository checkouts may contain lots of files untracked by
        // given SCM. For these it would be waste of time to get their history.
        RuntimeEnvironment env = RuntimeEnvironment.getInstance();
        if (isHistoryIndexDone() && env.noFetchHistoryWhenNotInCache()) {
            return null;
        }

        final History history;
        long time;
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.