Searched refs:commentsDir (Results 1 - 4 of 4) sorted by relevance

/external/jdiff/src/jdiff/
H A DJDiff.java107 if (HTMLReportGenerator.commentsDir !=null) {
108 commentsFileName = HTMLReportGenerator.commentsDir + DIR_SEP + commentsFileName;
H A DComments.java470 if (HTMLReportGenerator.commentsDir != null)
471 apiIdentifier = apiIdentifier.substring(HTMLReportGenerator.commentsDir.length()+1);
H A DOptions.java236 HTMLReportGenerator.commentsDir = options[i][1];
H A DHTMLReportGenerator.java2139 public static String commentsDir = null; field in class:HTMLReportGenerator

Completed in 155 milliseconds