OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jdiff
(Results
26 - 35
of
35
) sorted by null
1
2
/external/jdiff/src/jdiff/
API.java
1
package
jdiff
;
package
18
* later runs of
JDiff
don't have to have Javadoc scan all the files again,
21
* of
JDiff
can be used to create documents describing the difference in those
Comments.java
1
package
jdiff
;
package
134
xsdFile.println(" Schema for
JDiff
comments.");
477
outputFile.println(" jdversion=\"" +
JDiff
.version + "\">");
498
outputFile.println(" to cause
jdiff
to include the first line of the API documentation. You also need to close p HTML ");
HTMLStatistics.java
1
package
jdiff
;
package
152
h_.writeText(" <em>Generated by <a href=\"http://www.
jdiff
.org/\">
JDiff
</a></em><br><img ");
MergeChanges.java
1
package
jdiff
;
package
Diff.java
1
package
jdiff
;
package
304
JDiff
.DIR_SEP + diffFileName + currPkgName +
315
diffFile.println("<meta name=\"generator\" content=\"
JDiff
v" +
JDiff
.version + "\">");
316
diffFile.println("<!-- Generated by the
JDiff
Javadoc doclet -->");
317
diffFile.println("<!-- (" +
JDiff
.jDiffLocation + ") -->");
319
diffFile.println("<meta name=\"description\" content=\"" +
JDiff
.jDiffDescription + "\">");
320
diffFile.println("<meta name=\"keywords\" content=\"" +
JDiff
.jDiffKeywords + "\">");
321
diffFile.println("<LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"" + "../" + "stylesheet-
jdiff
.css\" TITLE=\"Style\">");
355
diffFile.println("<TD ALIGN=\"right\" VALIGN=\"top\" ROWSPAN=3><EM><b>Generated by<br><a href=\"" +
JDiff
.jDiffLocation + "\" class=\"staysblack\" target=\"_top\">JDiff</a></b></EM></TD>")
[
all
...]
DiffMyers.java
1
package
jdiff
;
package
APIComparator.java
1
package
jdiff
;
package
41
System.out.println("
JDiff
: comparing the old and new APIs ...");
292
System.out.println("
JDiff
: warning: change from deprecated to undeprecated for class " + pkgDiff.name_ + "." + newClass.name_);
403
System.out.println("
JDiff
: warning: change from deprecated to undeprecated for a constructor in class" + newClass.name_);
654
System.out.println("
JDiff
: warning: change from deprecated to undeprecated for method " + classDiff.name_ + "." + newMethod.name_);
[
all
...]
RootDocToXML.java
1
package
jdiff
;
package
34
if (!tempFileName.endsWith(
JDiff
.DIR_SEP))
35
tempFileName +=
JDiff
.DIR_SEP;
42
System.out.println("
JDiff
: writing the API to file '" + tempFileName + "'...");
84
if (!xsdFileName.endsWith(
JDiff
.DIR_SEP))
85
xsdFileName +=
JDiff
.DIR_SEP;
97
xsdFile.println(" Schema for
JDiff
API representation.");
388
System.out.println("
JDiff
: warning: multiple @deprecated tags found in comments for " + ped.name() + ". Using the first one only.");
424
if (
JDiff
.javaVersion.startsWith("1.1") ||
425
JDiff
.javaVersion.startsWith("1.2") ||
[
all
...]
HTMLIndexes.java
1
package
jdiff
;
package
8
* All indexes are links to
JDiff
-generated pages.
370
String sinceFileName = h_.outputDir +
JDiff
.DIR_SEP + "missingSinces.txt";
513
//
JDiff
page for the package
[
all
...]
HTMLReportGenerator.java
1
package
jdiff
;
package
44
fullReportFileName = outputDir +
JDiff
.DIR_SEP + reportFileName;
45
System.out.println("
JDiff
: generating HTML report into the file '" + fullReportFileName + reportFileExt + "' and the subdirectory '" + fullReportFileName + "'");
65
String changesSummaryName = fullReportFileName +
JDiff
.DIR_SEP +
142
String tlf = fullReportFileName +
JDiff
.DIR_SEP +
146
String allDiffsIndexName = fullReportFileName +
JDiff
.DIR_SEP +
149
String packagesIndexName = fullReportFileName +
JDiff
.DIR_SEP +
151
String classesIndexName = fullReportFileName +
JDiff
.DIR_SEP +
153
String constructorsIndexName = fullReportFileName +
JDiff
.DIR_SEP +
155
String methodsIndexName = fullReportFileName +
JDiff
.DIR_SEP +
[
all
...]
Completed in 78 milliseconds
1
2