OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jdiff
(Results
26 - 33
of
33
) sorted by null
1
2
/external/jdiff/src/jdiff/
XMLToAPI.java
1
package
jdiff
;
package
365
* not set for reasons of efficiency, and also because if
JDiff
generated
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
...]
APIHandler.java
1
package
jdiff
;
package
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 ");
DiffMyers.java
1
package
jdiff
;
package
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
...]
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
...]
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 1483 milliseconds
1
2