Skip to content

Commit

Permalink
Deploy mate-desktop/mate-system-monitor to github.com/mate-desktop/ma…
Browse files Browse the repository at this point in the history
…te-system-monitor.git:gh-pages
  • Loading branch information
raveit65 (via Travis CI) committed Jan 24, 2024
0 parents commit d7526a2
Show file tree
Hide file tree
Showing 526 changed files with 467,817 additions and 0 deletions.
136 changes: 136 additions & 0 deletions 2023-05-15-084858-6149-1@d2839764fa8b_help-translations/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
<html>
<head>
<title>rootdir - scan-build results</title>
<link type="text/css" rel="stylesheet" href="scanview.css"/>
<script src="sorttable.js"></script>
<script language='javascript' type="text/javascript">
function SetDisplay(RowClass, DisplayVal)
{
var Rows = document.getElementsByTagName("tr");
for ( var i = 0 ; i < Rows.length; ++i ) {
if (Rows[i].className == RowClass) {
Rows[i].style.display = DisplayVal;
}
}
}

function CopyCheckedStateToCheckButtons(SummaryCheckButton) {
var Inputs = document.getElementsByTagName("input");
for ( var i = 0 ; i < Inputs.length; ++i ) {
if (Inputs[i].type == "checkbox") {
if(Inputs[i] != SummaryCheckButton) {
Inputs[i].checked = SummaryCheckButton.checked;
Inputs[i].onclick();
}
}
}
}

function returnObjById( id ) {
if (document.getElementById)
var returnVar = document.getElementById(id);
else if (document.all)
var returnVar = document.all[id];
else if (document.layers)
var returnVar = document.layers[id];
return returnVar;
}

var NumUnchecked = 0;

function ToggleDisplay(CheckButton, ClassName) {
if (CheckButton.checked) {
SetDisplay(ClassName, "");
if (--NumUnchecked == 0) {
returnObjById("AllBugsCheck").checked = true;
}
}
else {
SetDisplay(ClassName, "none");
NumUnchecked++;
returnObjById("AllBugsCheck").checked = false;
}
}
</script>
<!-- SUMMARYENDHEAD -->
</head>
<body>
<h1>rootdir - scan-build results</h1>

<table>
<tr><th>User:</th><td>root@e0d6701afb77</td></tr>
<tr><th>Working Directory:</th><td>/rootdir</td></tr>
<tr><th>Command Line:</th><td>make -j 2</td></tr>
<tr><th>Clang Version:</th><td>clang version 16.0.2 (Fedora 16.0.2-1.fc38)
</td></tr>
<tr><th>Date:</th><td>Mon May 15 08:48:58 2023</td></tr>
</table>
<h2>Bug Summary</h2><table>
<thead><tr><td>Bug Type</td><td>Quantity</td><td class="sorttable_nosort">Display?</td></tr></thead>
<tr style="font-weight:bold"><td class="SUMM_DESC">All Bugs</td><td class="Q">14</td><td><center><input type="checkbox" id="AllBugsCheck" onClick="CopyCheckedStateToCheckButtons(this);" checked/></center></td></tr>
<tr><th>Logic error</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Use of identical expressions</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_logic_error_use_of_identical_expressions');" checked/></center></td></tr>
<tr><th>Unused code</th><th colspan=2></th></tr>
<tr><td class="SUMM_DESC">Dead assignment</td><td class="Q">1</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_dead_assignment');" checked/></center></td></tr>
<tr><td class="SUMM_DESC">Unreachable code</td><td class="Q">12</td><td><center><input type="checkbox" onClick="ToggleDisplay(this,'bt_unused_code_unreachable_code');" checked/></center></td></tr>
</table>
<h2>Reports</h2>

<table class="sortable" style="table-layout:automatic">
<thead><tr>
<td>Bug Group</td>
<td class="sorttable_sorted">Bug Type<span id="sorttable_sortfwdind">&nbsp;&#x25BE;</span></td>
<td>File</td>
<td>Function/Method</td>
<td class="Q">Line</td>
<td class="Q">Path Length</td>
<td class="sorttable_nosort"></td>
<!-- REPORTBUGCOL -->
</tr></thead>
<tbody>
<tr class="bt_unused_code_dead_assignment"><td class="DESC">Unused code</td><td class="DESC">Dead assignment</td><td>rootdir/src/disks.cpp</td><td class="DESC">get_mount_opt</td><td class="Q">201</td><td class="Q">1</td><td><a href="report-8e6c9c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-8e6c9c.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/procman-app.cpp</td><td class="DESC">on_command_line</td><td class="Q">381</td><td class="Q">1</td><td><a href="report-22e004.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-22e004.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">io_rate_cell_data_func</td><td class="Q">494</td><td class="Q">1</td><td><a href="report-491eb3.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-491eb3.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">status_cell_data_func</td><td class="Q">591</td><td class="Q">1</td><td><a href="report-4d889d.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-4d889d.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/iconthemewrapper.cpp</td><td class="DESC">load_gicon</td><td class="Q">42</td><td class="Q">1</td><td><a href="report-633ebf.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-633ebf.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">duration_cell_data_func</td><td class="Q">535</td><td class="Q">1</td><td><a href="report-6c54e6.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-6c54e6.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">memory_size_na_cell_data_func</td><td class="Q">384</td><td class="Q">1</td><td><a href="report-77634b.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-77634b.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">storage_size_na_cell_data_func</td><td class="Q">456</td><td class="Q">1</td><td><a href="report-7bbc8c.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-7bbc8c.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">storage_size_cell_data_func</td><td class="Q">422</td><td class="Q">1</td><td><a href="report-7ce786.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-7ce786.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/iconthemewrapper.cpp</td><td class="DESC">load_icon</td><td class="Q">13</td><td class="Q">1</td><td><a href="report-802eaf.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-802eaf.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">time_cell_data_func</td><td class="Q">564</td><td class="Q">1</td><td><a href="report-c673b5.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-c673b5.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/procman-app.cpp</td><td class="DESC">timeouts_changed_cb</td><td class="Q">151</td><td class="Q">1</td><td><a href="report-d507c5.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-d507c5.html" -->
</tr>
<tr class="bt_unused_code_unreachable_code"><td class="DESC">Unused code</td><td class="DESC">Unreachable code</td><td>rootdir/src/util.cpp</td><td class="DESC">memory_size_cell_data_func</td><td class="Q">350</td><td class="Q">1</td><td><a href="report-e8ff80.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-e8ff80.html" -->
</tr>
<tr class="bt_logic_error_use_of_identical_expressions"><td class="DESC">Logic error</td><td class="DESC">Use of identical expressions</td><td>usr/include/sigc++-2.0/sigc++/visit_each.h</td><td class="DESC">operator()</td><td class="Q">98</td><td class="Q">1</td><td><a href="report-6c8186.html#EndPath">View Report</a></td>
<!-- REPORTBUG id="report-6c8186.html" -->
</tr>
</tbody>
</table>

</body></html>
Loading

0 comments on commit d7526a2

Please sign in to comment.