Searched refs:fqName (Results 1 – 4 of 4) sorted by relevance
101 String fqName = pkgDiff.name_ + "." + classDiff.name_; in mergeRemoveAddCtor() local102 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in mergeRemoveAddCtor()103 …String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + ".ctor_c… in mergeRemoveAddCtor()161 String fqName = pkgDiff.name_ + "." + classDiff.name_; in mergeSingleMethods() local162 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in mergeSingleMethods()163 …String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + ad… in mergeSingleMethods()238 String fqName = pkgDiff.name_ + "." + classDiff.name_; in mergeMultipleMethods() local239 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in mergeMultipleMethods()240 …String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + ad… in mergeMultipleMethods()318 String fqName = pkgDiff.name_ + "." + classDiff.name_; in mergeRemoveAddField() local[all …]
1196 String fqName = pkgName + "." + className; in writeClassTableEntry() local1212 String classRef = fqName; in writeClassTableEntry()1235 reportFile.print(" <nobr><A HREF=\"" + fqName + reportFileExt + "\">"); in writeClassTableEntry()1244 emitComment(fqName, possibleComment, linkType); in writeClassTableEntry()1257 String fqName = pkgName + "." + className; in writeCtorTableEntry() local1262 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry()1282 String memberRef = fqName.replace('.', '/'); in writeCtorTableEntry()1318 String fqName = pkgName + "." + className; in writeCtorChangedTableEntry() local1322 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry()1326 String memberRef = fqName.replace('.', '/'); in writeCtorChangedTableEntry()[all …]
279 String fqName = pkgDiff.name_ + "." + classDiff.name_; in compareClasses() local280 …String link = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\"… in compareClasses()392 String fqName = pkgDiff.name_ + "." + classDiff.name_; in compareAllCtors() local393 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in compareAllCtors()394 …String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + ".ctor_c… in compareAllCtors()639 String fqName = pkgDiff.name_ + "." + classDiff.name_; in compareMethods() local640 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in compareMethods()641 …String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + ne… in compareMethods()753 String fqName = pkgDiff.name_ + "." + classDiff.name_; in compareAllFields() local754 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in compareAllFields()[all …]
240 String fqName = api_.currPkg_.name_ + "." + name; in addClass() local241 ClassAPI caOld = (ClassAPI)api_.classes_.put(fqName, api_.currClass_); in addClass()243 …System.out.println("Warning: duplicate class : " + fqName + " found. Using the first instance only… in addClass()