| Line | Id | CWE | Severity | Message |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/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. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Base/Data.hpp |
| 484 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Base/Exception.cpp |
| 49 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Base/HashMapReducer.hpp |
| 90 | knownEmptyContainer | 398 | style | Iterating over container 'u' that is always empty. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Base/TaggedTuple.hpp |
| 121 | internalAstError | | error | Syntax Error: AST broken, binary operator '>' doesn't have two operands. |
| 174 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Base/Types.hpp |
| 37 | passedByValue | 398 | performance | Function parameter 'k' should be passed by const reference. |
| 38 | passedByValue | 398 | performance | Function parameter 's' should be passed by const reference. |
| 39 | passedByValue | 398 | performance | Function parameter 'l' should be passed by const reference. |
| 40 | passedByValue | 398 | performance | Function parameter 't' should be passed by const reference. |
| 60 | passedByValue | 398 | performance | Function parameter 'kw' should be passed by const reference. |
| 61 | passedByValue | 398 | performance | Function parameter 'sDescr' should be passed by const reference. |
| 62 | passedByValue | 398 | performance | Function parameter 'lDescr' should be passed by const reference. |
| 63 | passedByValue | 398 | performance | Function parameter 'tDescr' should be passed by const reference. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Base/Vector.hpp |
| 182 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Control/HelpFactory.hpp |
| 51 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| 84 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Control/Inciter/InputDeck/LuaParser.hpp |
| 43 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
| 50 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
| 58 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
| 88 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
| 110 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
| 132 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
| 156 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Control/Inciter/OutVar.hpp |
| 48 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Control/MeshConv/CmdLine/Parser.cpp |
| 119 | unreadVariable | 563 | style | Variable 'oalias' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Control/StatCtr.hpp |
| 325 | constVariable | 398 | style | Variable 'kind' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/IO/ExodusIIMeshReader.cpp |
| 25 | uninitMemberVar | 398 | warning | Member variable 'ExodusIIMeshReader::m_nelem' is not initialized in the constructor. |
| 338 | unreadVariable | 563 | style | Variable 'nnode' is assigned a value that is never used. |
| 656 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 899 | useStlAlgorithm | 398 | style | Consider using std::fill or std::generate algorithm instead of a raw loop. |
| 948 | useStlAlgorithm | 398 | style | Consider using std::fill or std::generate algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/IO/MeshWriter.hpp |
| 47 | uninitMemberVar | 398 | warning | Member variable 'MeshWriter::m_filetype' is not initialized in the constructor. |
| 47 | uninitMemberVar | 398 | warning | Member variable 'MeshWriter::m_benchmark' is not initialized in the constructor. |
| 47 | uninitMemberVar | 398 | warning | Member variable 'MeshWriter::m_nmesh' is not initialized in the constructor. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/IO/Omega_h_MeshReader.cpp |
| 134 | constParameter | 398 | style | Parameter 'bface' can be declared with const |
| 149 | constParameter | 398 | style | Parameter 'bface' can be declared with const |
| 150 | constParameter | 398 | style | Parameter 'faces' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/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. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/IO/UGRIDMeshReader.cpp |
| 35 | unusedVariable | 563 | style | Unused variable: s |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/ALECG.cpp |
| 123 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
| 125 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
| 163 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 167 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 816 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/AMR/edge_store.hpp |
| 98 | assertWithSideEffect | 398 | warning | Assert statement calls a function which may have desired side effects: 'exists'. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/AMR/mesh_adapter.cpp |
| 982 | constVariable | 398 | style | Variable 'element' can be declared with const |
| 1477 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/AMR/refinement.hpp |
| 34 | noExplicitConstructor | 398 | style | Class 'refinement_t' has a constructor with 1 argument that is not explicit. |
| 57 | constVariable | 398 | style | Variable 'master_element' can be declared with const |
| 907 | constVariable | 398 | style | Variable 'parent' can be declared with const |
| 956 | useStlAlgorithm | 398 | style | Consider using std::find_if algorithm instead of a raw loop. |
| 1014 | constVariable | 398 | style | Variable 'parent' can be declared with const |
| 1131 | constVariable | 398 | style | Variable 'master_element' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/AMR/tet_store.hpp |
| 720 | constVariable | 398 | style | Variable 'parent' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/DG.cpp |
| 628 | knownConditionTrueFalse | 571 | style | Condition 'pref' is always true |
| 1187 | unusedVariable | 563 | style | Unused variable: ndof |
| 1642 | unreadVariable | 563 | style | Variable 'pn' is assigned a value that is never used. |
| 1643 | unreadVariable | 563 | style | Variable 'unprop' is assigned a value that is never used. |
| 1644 | unreadVariable | 563 | style | Variable 'pnprop' is assigned a value that is never used. |
| 2146 | knownConditionTrueFalse | 570 | style | Condition 'solver_failed' is always false |
| 2152 | knownConditionTrueFalse | 570 | style | Condition 'solver_failed' is always false |
| 2313 | unreadVariable | 563 | style | Variable 'max_iter' is assigned a value that is never used. |
| 2316 | unreadVariable | 563 | style | Variable 'rel_err' is assigned a value that is never used. |
| 2317 | unreadVariable | 563 | style | Variable 'abs_err' is assigned a value that is never used. |
| 2332 | unreadVariable | 563 | style | Variable 'delta_x' is assigned a value that is never used. |
| 2332 | unreadVariable | 563 | style | Variable 'delta_f' is assigned a value that is never used. |
| 2341 | unreadVariable | 563 | style | Variable 'solver_failed' is assigned a value that is never used. |
| 2342 | unreadVariable | 563 | style | Variable 'alpha_jacob' is assigned a value that is never used. |
| 2347 | unreadVariable | 563 | style | Variable 'dx' is assigned a value that is never used. |
| 2416 | unreadVariable | 563 | style | Variable 'abs_err' is assigned a value that is never used. |
| 2466 | variableScope | 398 | style | The scope of the variable 'sum1' can be reduced. |
| 2466 | variableScope | 398 | style | The scope of the variable 'sum2' can be reduced. |
| 2590 | variableScope | 398 | style | The scope of the variable 'alpha_jacob' can be reduced. |
| 2677 | unreadVariable | 563 | style | Variable 'f' is assigned a value that is never used. |
| 2678 | invalidPrintfArgType_uint | 686 | portability | %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. |
| 2679 | invalidPrintfArgType_uint | 686 | portability | %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. |
| 2705 | invalidPrintfArgType_uint | 686 | portability | %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. |
| 2706 | invalidPrintfArgType_uint | 686 | portability | %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/DiagReducer.cpp |
| 72 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 73 | uninitvar | 457 | error | Uninitialized variable: ncomp |
| 81 | uninitvar | 457 | error | Uninitialized variable: mid |
| 82 | uninitvar | 457 | error | Uninitialized variable: nc |
| 85 | uninitvar | 457 | error | Uninitialized variable: mid |
| 85 | unreadVariable | 563 | style | Variable 'meshid' is assigned a value that is never used. |
| 86 | uninitvar | 457 | error | Uninitialized variable: nc |
| 86 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 91 | unsignedLessThanZero | 570 | style | Checking if unsigned expression 'i' is less than zero. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Discretization.cpp |
| 291 | useStlAlgorithm | 398 | style | Consider using std::copy_if algorithm instead of a raw loop. |
| 331 | unreadVariable | 563 | style | Variable 'fromMesh' is assigned a value that is never used. |
| 332 | unreadVariable | 563 | style | Variable 'toMesh' is assigned a value that is never used. |
| 333 | unreadVariable | 563 | style | Variable 'cb_xfer' is assigned a value that is never used. |
| 336 | unreadVariable | 563 | style | Variable 'fromMesh' is assigned a value that is never used. |
| 337 | unreadVariable | 563 | style | Variable 'toMesh' is assigned a value that is never used. |
| 338 | unreadVariable | 563 | style | Variable 'cb_xfer' is assigned a value that is never used. |
| 361 | redundantAssignment | 563 | style | Variable 'm_ndst' is reassigned a value before the old one has been used. |
| 815 | useStlAlgorithm | 398 | style | Consider using std::accumulate algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/ElemDiagnostics.cpp |
| 118 | funcArgOrderDifferent | 683 | warning | Function 'compute_diag' argument order different: declaration 'd, ndofel, nchGhost, geoElem, pIndex, u, un, diag' definition 'd, rdof, nchGhost, geoElem, ndofel, u, un, diag' |
| 187 | unmatchedSuppression | | information | Unmatched suppression: useStlAlgorithm |
| 224 | unmatchedSuppression | | information | Unmatched suppression: useStlAlgorithm |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/FV.cpp |
| 576 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 807 | unreadVariable | 563 | style | Variable 'pn' is assigned a value that is never used. |
| 808 | unreadVariable | 563 | style | Variable 'unprop' is assigned a value that is never used. |
| 809 | unreadVariable | 563 | style | Variable 'pnprop' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/FaceData.hpp |
| 76 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Ghosts.cpp |
| 469 | unreadVariable | 563 | style | Variable 'ncoord' is assigned a value that is never used. |
| 478 | unreadVariable | 563 | style | Variable 'e' is assigned a value that is never used. |
| 551 | unreadVariable | 563 | style | Variable 'ncoord' is assigned a value that is never used. |
| 944 | unmatchedSuppression | | information | Unmatched suppression: useStlAlgorithm |
| 968 | unreadVariable | 563 | style | Variable 'ip' is assigned a value that is never used. |
| 1053 | unreadVariable | 563 | style | Variable 'nmatch' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Ghosts.hpp |
| 101 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/OversetFE.cpp |
| 135 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
| 137 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
| 873 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 955 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 959 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 1352 | variableScope | 398 | style | The scope of the variable 'dsT' can be reduced. |
| 1352 | variableScope | 398 | style | The scope of the variable 'dsR' can be reduced. |
| 1537 | unreadVariable | 563 | style | Variable 'elemsurfnames' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Partitioner.cpp |
| 483 | variableScope | 398 | style | The scope of the variable 'added' can be reduced. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Partitioner.hpp |
| 79 | uninitMemberVar | 398 | warning | Member variable 'Partitioner::m_meshid' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'Partitioner::m_ndist' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'Partitioner::m_nchare' is not initialized in the constructor. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Refiner.cpp |
| 377 | unreadVariable | 563 | style | Variable 'chunksize' is assigned a value that is never used. |
| 388 | unreadVariable | 563 | style | Variable 'B' is assigned a value that is never used. |
| 389 | unreadVariable | 563 | style | Variable 'C' is assigned a value that is never used. |
| 459 | useStlAlgorithm | 398 | style | Consider using std::copy_if algorithm instead of a raw loop. |
| 663 | unreadVariable | 563 | style | Variable 'nlocked' is assigned a value that is never used. |
| 678 | unreadVariable | 563 | style | Variable 'local_needs_refining_orig' is assigned a value that is never used. |
| 679 | unreadVariable | 563 | style | Variable 'local_needs_derefining_orig' is assigned a value that is never used. |
| 680 | unreadVariable | 563 | style | Variable 'local_lock_case_orig' is assigned a value that is never used. |
| 751 | unreadVariable | 563 | style | Variable 'nlocked' is assigned a value that is never used. |
| 989 | variableScope | 398 | style | The scope of the variable 'V' can be reduced. |
| 1530 | variableScope | 398 | style | The scope of the variable 'V' can be reduced. |
| 1546 | unreadVariable | 563 | style | Variable 'lhs' is assigned a value that is never used. |
| 1724 | redundantIfRemove | 398 | style | Redundant checking of STL container element existence before removing it. |
| 1794 | unreadVariable | 563 | style | Variable 'addedNodes' is assigned a value that is never used. |
| 1799 | unreadVariable | 563 | style | Variable 'rid[l]' is assigned a value that is never used. |
| 1926 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
| 2004 | variableScope | 398 | style | The scope of the variable 'facecnt' can be reduced. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Scheme.hpp |
| 174 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| 237 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| 279 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Sorter.cpp |
| 127 | unreadVariable | 563 | style | Variable 'scheme' is assigned a value that is never used. |
| 570 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Inciter/Transporter.cpp |
| 165 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 176 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| 1322 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 1326 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 1338 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'pdf[1]' because 'pdf' is empty. |
| 1344 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'pdf[2]' because 'pdf' is empty. |
| 1459 | unreadVariable | 563 | style | Variable 'F[5]' is assigned a value that is never used. |
| 1532 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 1533 | uninitvar | 457 | error | Uninitialized variable: ncomp |
| 1537 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 1537 | unreadVariable | 563 | style | Variable 'id' is assigned a value that is never used. |
| 1539 | uninitvar | 457 | error | Uninitialized variable: ncomp |
| 1542 | unsignedLessThanZero | 570 | style | Checking if unsigned expression 'i' is less than zero. |
| 1551 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 1556 | unreadVariable | 563 | style | Variable 'n' is assigned a value that is never used. |
| 1557 | unreadVariable | 563 | style | Variable 'n' is assigned a value that is never used. |
| 1561 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 1573 | uninitvar | 457 | error | Uninitialized variable: meshid |
| 1615 | uninitvar | 457 | error | Uninitialized variable: meshid |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/LinearSolver/CSR.cpp |
| 21 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/LinearSolver/CSR.hpp |
| 83 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/LinearSolver/ConjugateGradients.cpp |
| 35 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_tol' is not initialized in the constructor. |
| 216 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/LinearSolver/ConjugateGradients.hpp |
| 66 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_tol' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nr' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nb' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nq' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_normb' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_it' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_maxit' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_tol' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_rho' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_rho0' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_alpha' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_converged' is not initialized in the constructor. |
| 79 | uninitMemberVar | 398 | warning | Member variable 'ConjugateGradients::m_nx' is not initialized in the constructor. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Main/Inciter.cpp |
| 188 | unmatchedSuppression | | information | Unmatched suppression: noConstructor |
| 209 | noExplicitConstructor | 398 | style | Class 'Main' has a constructor with 1 argument that is not explicit. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Main/InciterPrint.hpp |
| 114 | unusedPrivateFunction | 398 | style | Unused private function: 'InciterPrint::PDEName' |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Main/MeshConv.cpp |
| 58 | unmatchedSuppression | | information | Unmatched suppression: noConstructor |
| 77 | noExplicitConstructor | 398 | style | Class 'Main' has a constructor with 1 argument that is not explicit. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Main/MeshConvDriver.cpp |
| 40 | useInitializationList | 398 | performance | Variable 'm_input' is assigned in constructor body. Consider performing initialization in initialization list. |
| 42 | useInitializationList | 398 | performance | Variable 'm_output' is assigned in constructor body. Consider performing initialization in initialization list. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/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. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Mesh/DerivedData.cpp |
| 305 | constVariable | 398 | style | Variable 'esup1' can be declared with const |
| 306 | constVariable | 398 | style | Variable 'esup2' can be declared with const |
| 407 | constVariable | 398 | style | Variable 'esup1' can be declared with const |
| 408 | constVariable | 398 | style | Variable 'esup2' can be declared with const |
| 495 | constVariable | 398 | style | Variable 'esup2' can be declared with const |
| 570 | constVariable | 398 | style | Variable 'esup2' can be declared with const |
| 788 | constVariable | 398 | style | Variable 'esup1' can be declared with const |
| 789 | constVariable | 398 | style | Variable 'esup2' can be declared with const |
| 870 | unreadVariable | 563 | style | Variable 'nnpf' is assigned a value that is never used. |
| 985 | unreadVariable | 563 | style | Variable 'nfpe' is assigned a value that is never used. |
| 985 | unreadVariable | 563 | style | Variable 'nnpf' is assigned a value that is never used. |
| 990 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
| 1175 | unreadVariable | 563 | style | Variable 'nnpe' is assigned a value that is never used. |
| 1175 | unreadVariable | 563 | style | Variable 'nnpf' is assigned a value that is never used. |
| 1245 | unreadVariable | 563 | style | Variable 'tag' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Mesh/Reorder.cpp |
| 157 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/CompFlow/CGCompFlow.hpp |
| 465 | useStlAlgorithm | 398 | style | Consider using std::fill algorithm instead of a raw loop. |
| 718 | unreadVariable | 563 | style | Variable 'steady' is assigned a value that is never used. |
| 906 | constParameter | 398 | style | Parameter 'U' can be declared with const |
| 1491 | constParameter | 398 | style | Parameter 'R' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/CompFlow/DGCompFlow.hpp |
| 632 | unreadVariable | 563 | style | Variable 'dSV_l' is assigned a value that is never used. |
| 749 | unreadVariable | 563 | style | Variable 'dgp' is assigned a value that is never used. |
| 1108 | knownConditionTrueFalse | 571 | style | Condition 'fM>-1' is always true |
| 1108 | knownConditionTrueFalse | 570 | style | Condition 'fM<0' is always false |
| 1120 | knownConditionTrueFalse | 571 | style | Condition 'fM>=0' is always true |
| 1188 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/ConfigureCompFlow.cpp |
| 76 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
| 156 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/ConfigureMultiMat.cpp |
| 76 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/ConfigureMultiSpecies.cpp |
| 65 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/ConfigureTransport.cpp |
| 74 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
| 105 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/DGPDE.hpp |
| 67 | unreadVariable | 563 | style | Variable 'cfg' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/EoS/EOS.hpp |
| 161 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/EoS/GodunovRomenski.cpp |
| 61 | unreadVariable | 563 | style | Variable 'err' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/EoS/JWL.cpp |
| 370 | knownConditionTrueFalse | 570 | style | Condition 'idebug==1' is always false |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/EoS/WilkinsAluminum.cpp |
| 88 | unreadVariable | 563 | style | Variable 'err' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Integrate/Basis.cpp |
| 239 | duplicateAssignExpression | 398 | style | Same expression used in consecutive assignments of 'db5dxi2' and 'db5dxi3'. |
| 876 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Integrate/Boundary.cpp |
| 96 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 97 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
| 179 | unreadVariable | 563 | style | Variable 'wt' is assigned a value that is never used. |
| 219 | constParameter | 398 | style | Parameter 'R' can be declared with const |
| 367 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 368 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
| 493 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 494 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
| 541 | unreadVariable | 563 | style | Variable 'var' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Integrate/Initialize.cpp |
| 164 | constParameter | 398 | style | Parameter 'unk' can be declared with const |
| 177 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Integrate/MultiMatTerms.cpp |
| 530 | variableScope | 398 | style | The scope of the variable 'amat' can be reduced. |
| 619 | constParameter | 398 | style | Parameter 'R' can be declared with const |
| 899 | unreadVariable | 563 | style | Variable 'rho' is assigned a value that is never used. |
| 901 | unreadVariable | 563 | style | Variable 'rho' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Integrate/SolidTerms.cpp |
| 167 | constParameter | 398 | style | Parameter 'R' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Integrate/Source.cpp |
| 149 | constParameter | 398 | style | Parameter 'R' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Integrate/Surface.cpp |
| 91 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 92 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
| 210 | unreadVariable | 563 | style | Variable 'wt' is assigned a value that is never used. |
| 250 | constParameter | 398 | style | Parameter 'R' can be declared with const |
| 423 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 424 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
| 562 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 563 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Limiter.cpp |
| 189 | unusedVariable | 563 | style | Unused variable: unk |
| 189 | unusedVariable | 563 | style | Unused variable: prim |
| 1783 | variableScope | 398 | style | The scope of the variable 'phi_dir' can be reduced. |
| 1791 | redundantAssignment | 563 | style | Variable 'phi_dir' is reassigned a value before the old one has been used. |
| 1815 | constParameter | 398 | style | Parameter 'U' can be declared with const |
| 2302 | redundantAssignment | 563 | style | Variable 'phi_rho' is reassigned a value before the old one has been used. |
| 2308 | redundantAssignment | 563 | style | Variable 'phi_rhoe' is reassigned a value before the old one has been used. |
| 2317 | redundantAssignment | 563 | style | Variable 'phi_pre' is reassigned a value before the old one has been used. |
| 2356 | redundantAssignment | 563 | style | Variable 'phi_T' is reassigned a value before the old one has been used. |
| 2490 | redundantAssignment | 563 | style | Variable 'phi_pre' is reassigned a value before the old one has been used. |
| 2619 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 2620 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiMat/DGMultiMat.hpp |
| 113 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 149 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 173 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 191 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 305 | constParameter | 398 | style | Parameter 'unk' can be declared with const |
| 310 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 347 | constParameter | 398 | style | Parameter 'unk' can be declared with const |
| 358 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 432 | constParameter | 398 | style | Parameter 'prim' can be declared with const |
| 436 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
| 437 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
| 438 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 438 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 572 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 572 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 613 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
| 615 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
| 617 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
| 618 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 618 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 731 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 781 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 781 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 804 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 843 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
| 902 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1028 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1061 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1100 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1182 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1206 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
| 1353 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1389 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1413 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1434 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1483 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1514 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1548 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 1573 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiMat/FVMultiMat.hpp |
| 109 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 229 | constParameter | 398 | style | Parameter 'prim' can be declared with const |
| 232 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
| 233 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 233 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 304 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 304 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 339 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
| 340 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 340 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 405 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 443 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 443 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| 483 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 578 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 601 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 637 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 660 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 682 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 732 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 763 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 790 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 792 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
| 794 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
| 794 | unreadVariable | 563 | style | Variable 'pgp' is assigned a value that is never used. |
| 859 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 883 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
| 883 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiMat/MiscMultiMatFns.cpp |
| 327 | variableScope | 398 | style | The scope of the variable 'u' can be reduced. |
| 327 | variableScope | 398 | style | The scope of the variable 'v' can be reduced. |
| 327 | variableScope | 398 | style | The scope of the variable 'w' can be reduced. |
| 327 | variableScope | 398 | style | The scope of the variable 'a' can be reduced. |
| 327 | variableScope | 398 | style | The scope of the variable 'vn' can be reduced. |
| 327 | variableScope | 398 | style | The scope of the variable 'dSV_l' can be reduced. |
| 329 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
| 329 | unreadVariable | 563 | style | Variable 'pgp' is assigned a value that is never used. |
| 458 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
| 458 | unreadVariable | 563 | style | Variable 'pgp' is assigned a value that is never used. |
| 573 | constParameter | 398 | style | Parameter 'U' can be declared with const |
| 574 | constParameter | 398 | style | Parameter 'P' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiMat/Physics/FVEnergyPill.cpp |
| 77 | constParameter | 398 | style | Parameter 'R' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiMat/Problem/BoxInitialization.hpp |
| 101 | identicalConditionAfterEarlyExit | 398 | warning | Identical condition 'boxenc<=1e-12', second condition is always false |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiMat/Problem/InterfaceAdvection.cpp |
| 47 | unreadVariable | 563 | style | Variable 'alphamin' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiMat/Problem/ShockDensityWave.cpp |
| 47 | unreadVariable | 563 | style | Variable 'alphamin' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiSpecies/DGMultiSpecies.hpp |
| 283 | constParameter | 398 | style | Parameter 'prim' can be declared with const |
| 287 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
| 288 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
| 289 | unreadVariable | 563 | style | Variable 'nspec' is assigned a value that is never used. |
| 412 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
| 414 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
| 416 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
| 552 | unreadVariable | 563 | style | Variable 'nspec' is assigned a value that is never used. |
| 587 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiSpecies/MiscMultiSpeciesFns.cpp |
| 73 | variableScope | 398 | style | The scope of the variable 'u' can be reduced. |
| 73 | variableScope | 398 | style | The scope of the variable 'v' can be reduced. |
| 73 | variableScope | 398 | style | The scope of the variable 'w' can be reduced. |
| 73 | variableScope | 398 | style | The scope of the variable 'a' can be reduced. |
| 73 | variableScope | 398 | style | The scope of the variable 'vn' can be reduced. |
| 73 | variableScope | 398 | style | The scope of the variable 'dSV_l' can be reduced. |
| 75 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
| 75 | unreadVariable | 563 | style | Variable 'pgp' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/MultiSpecies/Mixture/Mixture.hpp |
| 75 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/PDEStack.hpp |
| 112 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/PrefIndicator.cpp |
| 152 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
| 232 | unreadVariable | 563 | style | Variable 'state[1]' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Reconstruction.cpp |
| 43 | constParameter | 398 | style | Parameter 'W' can be declared with const |
| 124 | constParameter | 398 | style | Parameter 'W' can be declared with const |
| 739 | constParameter | 398 | style | Parameter 'T' can be declared with const |
| 1006 | funcArgOrderDifferent | 683 | warning | Function 'enforcePhysicalConstraints' argument order different: declaration 'mat_blk, nmat, ncomp, state' definition 'mat_blk, ncomp, nmat, state' |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Transport/CGTransport.hpp |
| 376 | unreadVariable | 563 | style | Variable 'steady' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Transport/DGTransport.hpp |
| 339 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
| 340 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
| 341 | unreadVariable | 563 | style | Variable 'intsharp' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/PDE/Transport/Problem/CylVortex.cpp |
| 38 | unreadVariable | 563 | style | Variable 'vel' is assigned a value that is never used. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Statistics/BiPDF.hpp |
| 114 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/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. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Statistics/TriPDF.hpp |
| 123 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Statistics/UniPDF.hpp |
| 115 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Transfer/M2MTransfer.hpp |
| 16 | noExplicitConstructor | 398 | style | Class 'LibMain' has a constructor with 1 argument that is not explicit. |
| 24 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| 43 | uninitMemberVar | 398 | warning | Member variable 'M2MTransfer::current_chunk' is not initialized in the constructor. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Transfer/TransferDetails.cpp |
| 38 | uninitMemberVar | 398 | warning | Member variable 'TransferDetails::m_inpoel' is not initialized in the constructor. |
| 38 | uninitMemberVar | 398 | warning | Member variable 'TransferDetails::m_coord' is not initialized in the constructor. |
| 38 | uninitMemberVar | 398 | warning | Member variable 'TransferDetails::m_u' is not initialized in the constructor. |
| 38 | uninitMemberVar | 398 | warning | Member variable 'TransferDetails::m_numsent' is not initialized in the constructor. |
| 38 | uninitMemberVar | 398 | warning | Member variable 'TransferDetails::m_numreceived' is not initialized in the constructor. |
| /tmp/TeamCity-3/work/5ad443c8abe7fc0a/src/Transfer/TransferDetails.hpp |
| 29 | constParameter | 398 | style | Parameter 'p' can be declared with const |
| 36 | constParameter | 398 | style | Parameter 'p' can be declared with const |