Skip to content

Commit

Permalink
Automated publish: Tue Jan 17 10:13:51 UTC 2023 0ff4e60
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Publisher committed Jan 17, 2023
1 parent 0ff4e60 commit 7f22c72
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions cppcheck_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,31 +202,31 @@ test/evaluators/ParallelOMPEvaluatorTest.cpp:22:53: note: Shadowed declaration
test/evaluators/ParallelOMPEvaluatorTest.cpp:56:61: note: Shadow variable
unique_ptr<ParallelOMPEvaluator<FloatSolution>> evaluator =
^
test/mea/solutions/IKPSolutionTest.cpp:118:21: style: Local variable 'solution' shadows outer variable [shadowVariable]
IKPSolution solution = knp->createSolution();
^
test/mea/solutions/IKPSolutionTest.cpp:21:17: note: Shadowed declaration
IKPSolution solution(nVars);
^
test/mea/solutions/IKPSolutionTest.cpp:118:21: note: Shadow variable
IKPSolution solution = knp->createSolution();
^
test/mea/solutions/ITSPSolutionTest.cpp:108:13: style: Local variable 'nVars' shadows outer variable [shadowVariable]
test/generator/instances/KPInstanceTest.cpp:118:20: style: Local variable 'solution' shadows outer variable [shadowVariable]
KPInstance solution = knp->createSolution();
^
test/generator/instances/KPInstanceTest.cpp:21:16: note: Shadowed declaration
KPInstance solution(nVars);
^
test/generator/instances/KPInstanceTest.cpp:118:20: note: Shadow variable
KPInstance solution = knp->createSolution();
^
test/generator/instances/TSPInstanceTest.cpp:108:13: style: Local variable 'nVars' shadows outer variable [shadowVariable]
int nVars = 16;
^
test/mea/solutions/ITSPSolutionTest.cpp:24:9: note: Shadowed declaration
test/generator/instances/TSPInstanceTest.cpp:24:9: note: Shadowed declaration
int nVars = 30;
^
test/mea/solutions/ITSPSolutionTest.cpp:108:13: note: Shadow variable
test/generator/instances/TSPInstanceTest.cpp:108:13: note: Shadow variable
int nVars = 16;
^
test/mea/solutions/ITSPSolutionTest.cpp:127:13: style: Local variable 'nVars' shadows outer variable [shadowVariable]
test/generator/instances/TSPInstanceTest.cpp:127:13: style: Local variable 'nVars' shadows outer variable [shadowVariable]
int nVars = 16;
^
test/mea/solutions/ITSPSolutionTest.cpp:24:9: note: Shadowed declaration
test/generator/instances/TSPInstanceTest.cpp:24:9: note: Shadowed declaration
int nVars = 30;
^
test/mea/solutions/ITSPSolutionTest.cpp:127:13: note: Shadow variable
test/generator/instances/TSPInstanceTest.cpp:127:13: note: Shadow variable
int nVars = 16;
^
test/mutations/SwapMutationTest.cpp:44:35: style: Local variable 'i' shadows outer variable [shadowVariable]
Expand Down

0 comments on commit 7f22c72

Please sign in to comment.