$BugCategory = "Other";
}
- push @$Index,[ $FName, $BugCategory, $BugDesc, $BugFile, $BugLine,
- $BugPathLength ];
+ push @$Index,[ $FName, $BugCategory, $BugDesc, $BugFile, $BugLine ];
}
##----------------------------------------------------------------------------##
<td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind"> ▾</span></td>
<td>File</td>
<td class="Q">Line</td>
- <td class="Q">Path Length</td>
<td class="sorttable_nosort"></td>
<!-- REPORTBUGCOL -->
</tr></thead>
print OUT "</td>";
# Print out the quantities.
- for my $j ( 4 .. 5 ) {
+ for my $j ( 4 .. 4 ) {
print OUT "<td class=\"Q\">$row->[$j]</td>";
}
# Print the rest of the columns.
- for (my $j = 6; $j <= $#{$row}; ++$j) {
+ for (my $j = 5; $j <= $#{$row}; ++$j) {
print OUT "<td>$row->[$j]</td>"
}
my $NumBugs = Postprocess($HtmlDir, $BaseDir);
if ($ViewResults and -r "$HtmlDir/index.html") {
- Diag 'analysis run complete.\n';
+ Diag "Analysis run complete.\n";
Diag "Viewing analysis results in '$HtmlDir' using scan-view.\n";
my $ScanView = "$RealBin/scan-view";
if (! -x $ScanView) { $ScanView = "scan-view"; }