Searched defs:getAuthors (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DSCCSRepository.java88 private void getAuthors(File file) throws IOException { method in class:SCCSRepository
153 getAuthors(file);
H A DJDBCHistoryCache.java93 = new PreparedQuery(getQuery("getAuthors"));
773 authors = getAuthors(conn, history, reposId);
1080 private Map<String, Integer> getAuthors( method in class:JDBCHistoryCache

Completed in 69 milliseconds