Home
last modified time | relevance | path

Searched refs:missingSincesFile (Results 1 – 1 of 1) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLIndexes.java53 if (missingSincesFile != null) in emitAllBottomLeftFiles()
54 missingSincesFile.close(); in emitAllBottomLeftFiles()
356 public static PrintWriter missingSincesFile = null; field in HTMLIndexes
365 if (missingSincesFile == null) { in emitMissingSinces()
369 missingSincesFile = new PrintWriter(fos); in emitMissingSinces()
401 missingSincesFile.println("NO DOC BLOCK: " + details); in emitMissingSinces()
406 missingSincesFile.println("OK: " + details); in emitMissingSinces()
409 missingSincesFile.println("MISSING @SINCE TAG: " + details); in emitMissingSinces()