| Line | Id | CWE | Severity | Message |
| /home/jbakosi/code/walker/src/Base/ContainerUtil.hpp |
| 38 | unsignedPositive | 570 | style | Unsigned expression 'd' can't be negative so it is unnecessary to test it. |
| 66 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
| 81 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
| /home/jbakosi/code/walker/src/Base/Data.hpp |
| 506 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /home/jbakosi/code/walker/src/Base/Exception.cpp |
| 49 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
| /home/jbakosi/code/walker/src/Base/HashMapReducer.hpp |
| 90 | knownEmptyContainer | 398 | style | Iterating over container 'u' that is always empty. |
| /home/jbakosi/code/walker/src/Base/TaggedTuple.hpp |
| 161 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
| 254 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /home/jbakosi/code/walker/src/Control/HelpFactory.hpp |
| 50 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| 83 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /home/jbakosi/code/walker/src/Control/StatCtr.hpp |
| 341 | constVariable | 398 | style | Variable 'kind' can be declared with const |
| /home/jbakosi/code/walker/src/Control/SystemComponents.hpp |
| 184 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
| 189 | knownConditionTrueFalse | 571 | style | Condition '!found' is always true |
| 205 | shadowFunction | 398 | style | Local variable 'depvar' shadows outer function |
| 221 | shadowFunction | 398 | style | Local variable 'depvar' shadows outer function |
| /home/jbakosi/code/walker/src/DiffEq/Beta/MixMassFractionBeta.hpp |
| 334 | constVariable | 398 | style | Variable 'Y' can be declared with const |
| /home/jbakosi/code/walker/src/DiffEq/Dirichlet/MixDirichlet.hpp |
| 241 | constParameter | 398 | style | Parameter 'particles' can be declared with const |
| /home/jbakosi/code/walker/src/DiffEq/Dirichlet/MixDirichletCoeffPolicy.cpp |
| 48 | funcArgOrderDifferent | 683 | warning | Function 'MixDirichletCoeffConst' argument order different: declaration 'ncomp, norm, b_, S_, kprime_, rho_, b, kprime, S, rho, r, k' definition 'ncomp, norm, b_, S_, kprime_, rho_, b, S, kprime, rho, r, k' |
| 109 | constParameter | 398 | style | Parameter 'S' can be declared with const |
| 147 | funcArgOrderDifferent | 683 | warning | Function 'MixDirichletHomogeneous' argument order different: declaration 'ncomp, norm, b_, S_, kprime_, rho_, b, kprime, S, rho, r, k' definition 'ncomp, norm, b_, S_, kprime_, rho_, b, S, kprime, rho, r, k' |
| /home/jbakosi/code/walker/src/IO/PDFWriter.cpp |
| 962 | unreadVariable | 563 | style | Variable 'nbix' is assigned a value that is never used. |
| 962 | unreadVariable | 563 | style | Variable 'nbiy' is assigned a value that is never used. |
| 1097 | unreadVariable | 563 | style | Variable 'nbix' is assigned a value that is never used. |
| 1097 | unreadVariable | 563 | style | Variable 'nbiy' is assigned a value that is never used. |
| 1097 | unreadVariable | 563 | style | Variable 'nbiz' is assigned a value that is never used. |
| /home/jbakosi/code/walker/src/Main/RNGTest.cpp |
| 189 | unmatchedSuppression | | information | Unmatched suppression: noConstructor |
| 211 | noExplicitConstructor | 398 | style | Class 'Main' has a constructor with 1 argument that is not explicit. |
| /home/jbakosi/code/walker/src/Main/UnitTest.cpp |
| 120 | unmatchedSuppression | | information | Unmatched suppression: noConstructor |
| 142 | noExplicitConstructor | 398 | style | Class 'Main' has a constructor with 1 argument that is not explicit. |
| /home/jbakosi/code/walker/src/Main/Walker.cpp |
| 168 | unmatchedSuppression | | information | Unmatched suppression: noConstructor |
| 190 | noExplicitConstructor | 398 | style | Class 'Main' has a constructor with 1 argument that is not explicit. |
| /home/jbakosi/code/walker/src/RNGTest/TestU01Stack.hpp |
| 76 | ignoredReturnValue | 252 | warning | Return value of function std::bind() is not used. |
| /home/jbakosi/code/walker/src/RNGTest/TestU01Suite.cpp |
| 66 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /home/jbakosi/code/walker/src/Statistics/BiPDF.hpp |
| 114 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /home/jbakosi/code/walker/src/Statistics/PDFReducer.cpp |
| 30 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 38 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 63 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 71 | uninitvar | 457 | error | Uninitialized variable: mid |
| 74 | uninitvar | 457 | error | Uninitialized variable: mid |
| 76 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'updf[i++]' because 'updf' is empty. |
| 76 | knownEmptyContainer | 398 | style | Iterating over container 'u' that is always empty. |
| 80 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 150 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'updf[i++]' because 'updf' is empty. |
| 150 | knownEmptyContainer | 398 | style | Iterating over container 'u' that is always empty. |
| 152 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'bpdf[i++]' because 'bpdf' is empty. |
| 152 | knownEmptyContainer | 398 | style | Iterating over container 'b' that is always empty. |
| 154 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'tpdf[i++]' because 'tpdf' is empty. |
| 154 | knownEmptyContainer | 398 | style | Iterating over container 't' that is always empty. |
| /home/jbakosi/code/walker/src/Statistics/TriPDF.hpp |
| 123 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /home/jbakosi/code/walker/src/Statistics/UniPDF.hpp |
| 115 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /home/jbakosi/code/walker/src/Walker/Distributor.cpp |
| 83 | unreadVariable | 563 | style | Variable 'nchare' is assigned a value that is never used. |