Home | History | Annotate | Download | only in jdiff

Lines Matching refs:oldDocPrefix

317             if (oldDocPrefix != null)
318 oldPkgRef = oldDocPrefix + oldPkgRef;
508 if (oldDocPrefix != null) {
514 oldClassRef = oldDocPrefix + oldClassRef + className;
516 oldClassRef = oldDocPrefix + oldClassRef;
519 if (oldDocPrefix != null)
1156 if (oldDocPrefix == null) {
1169 pkgRef = oldDocPrefix + pkgRef + "/package-summary";
1199 if (oldDocPrefix == null) {
1218 classRef = oldDocPrefix + classRef + className;
1224 classRef = oldDocPrefix + classRef;
1270 if (oldDocPrefix == null) {
1288 // oldDocPrefix is non-null at this point
1289 memberRef = oldDocPrefix + memberRef + className;
1295 // oldDocPrefix is non-null at this point
1296 memberRef = oldDocPrefix + memberRef;
1352 if (oldDocPrefix != null) {
1358 oldMemberRef = oldDocPrefix + oldMemberRef + className;
1360 oldMemberRef = oldDocPrefix + oldMemberRef;
1366 if (oldDocPrefix != null)
1409 if (oldDocPrefix == null) {
1429 // oldDocPrefix is non-null at this point
1430 memberRef = oldDocPrefix + memberRef + className;
1436 // oldDocPrefix is non-null at this point
1437 memberRef = oldDocPrefix + memberRef;
1508 if (oldDocPrefix != null) {
1514 oldMemberRef = oldDocPrefix + oldMemberRef + className;
1516 oldMemberRef = oldDocPrefix + oldMemberRef;
1520 if (oldDocPrefix != null)
1570 if (oldDocPrefix == null) {
1588 memberRef = oldDocPrefix + memberRef + className;
1593 memberRef = oldDocPrefix + memberRef;
1657 if (oldDocPrefix != null) {
1663 oldMemberRef = oldDocPrefix + oldMemberRef + className;
1665 oldMemberRef = oldDocPrefix + oldMemberRef;
1668 if (oldDocPrefix != null)
2126 public static String oldDocPrefix = null;