forked from tomasbjerre/violations-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CPPCheckParser results version 2 tomasbjerre#82
- Loading branch information
1 parent
957fd93
commit 2b96ad7
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<results version="2"> | ||
<cppcheck version="1.52" /> | ||
<error id="redundantAssignment" severity="style" | ||
msg="Variable 'it' is reassigned a value before the old one has been used." | ||
verbose="Variable 'it' is reassigned a value before the old one has been used." | ||
cwe="563"> | ||
<location | ||
file0="apps\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
file="apps\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
line="53" /> | ||
<location | ||
file0="apps\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
file="apps\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
line="51" /> | ||
<symbol>it</symbol> | ||
</error> | ||
<error id="redundantAssignment" severity="style" | ||
msg="Variable 'that' is reassigned a value before the old one has been used." | ||
verbose="Variable 'that' is reassigned a value before the old one has been used." | ||
cwe="563"> | ||
<location | ||
file0="apps\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
file="that\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
line="51" /> | ||
<location | ||
file0="apps\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
file="that\cloud_composer\src\point_selectors\rectangular_frustum_selector.cpp" | ||
line="53" /> | ||
<symbol>that</symbol> | ||
</error> | ||
</results> |