You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<error id="nullPointerRedundantCheck" severity="warning" msg="Either the condition 'p' is redundant or there is possible null pointer dereference: p." verbose="Either the condition 'p' is redundant or there is possible null pointer dereference: p." cwe="476" file0="{}" remark="boom">
<location file="{}" line="4" column="8" info="Assuming that condition 'p' is not redundant"/>
2712
-
<symbol>p</symbol>
2713
-
</error>
2714
-
</errors>
2715
-
</results>
2716
-
'''.format(test_file, test_file, test_file))
2717
-
2718
-
exitcode_2, stdout_2, stderr_2=cppcheck(args)
2719
-
assertexitcode_1==exitcode_2, stdout_2
2720
-
assertstdout_1==stdout_2
2721
-
assertstderr_1==stderr_2
2702
+
'''<?xml version="1.0" encoding="UTF-8"?>
2703
+
<results version="2">
2704
+
<cppcheck version="{}"/>
2705
+
<errors>
2706
+
<error id="nullPointerRedundantCheck" severity="warning" msg="Either the condition 'p' is redundant or there is possible null pointer dereference: p." verbose="Either the condition 'p' is redundant or there is possible null pointer dereference: p." cwe="476" file0="{}" remark="boom">
0 commit comments