Line | Id | CWE | Severity | Message |
/tmp/TeamCity-2/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-2/work/5ad443c8abe7fc0a/src/Base/Data.hpp |
484 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Base/Exception.cpp |
49 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Base/HashMapReducer.hpp |
90 | knownEmptyContainer | 398 | style | Iterating over container 'u' that is always empty. |
/tmp/TeamCity-2/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-2/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-2/work/5ad443c8abe7fc0a/src/Base/Vector.hpp |
182 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
/tmp/TeamCity-2/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-2/work/5ad443c8abe7fc0a/src/Control/Inciter/InputDeck/LuaParser.hpp |
43 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
71 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
93 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
115 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
139 | passedByValue | 398 | performance | Function parameter 'key' should be passed by const reference. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Control/Inciter/OutVar.hpp |
47 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Control/MeshConv/CmdLine/Parser.cpp |
119 | unreadVariable | 563 | style | Variable 'oalias' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Control/StatCtr.hpp |
325 | constVariable | 398 | style | Variable 'kind' can be declared with const |
/tmp/TeamCity-2/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-2/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-2/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-2/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-2/work/5ad443c8abe7fc0a/src/IO/UGRIDMeshReader.cpp |
35 | unusedVariable | 563 | style | Unused variable: s |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Inciter/ALECG.cpp |
120 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
122 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
160 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
164 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
792 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/tmp/TeamCity-2/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-2/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-2/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-2/work/5ad443c8abe7fc0a/src/Inciter/AMR/tet_store.hpp |
720 | constVariable | 398 | style | Variable 'parent' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Inciter/DG.cpp |
274 | unreadVariable | 563 | style | Variable 'd' is assigned a value that is never used. |
1170 | unusedVariable | 563 | style | Unused variable: ndof |
1619 | unreadVariable | 563 | style | Variable 'pn' is assigned a value that is never used. |
1620 | unreadVariable | 563 | style | Variable 'unprop' is assigned a value that is never used. |
1621 | unreadVariable | 563 | style | Variable 'pnprop' is assigned a value that is never used. |
2266 | invalidPrintfArgType_uint | 686 | portability | %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. |
2267 | 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-2/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-2/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-2/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-2/work/5ad443c8abe7fc0a/src/Inciter/FV.cpp |
196 | unreadVariable | 563 | style | Variable 'd' is assigned a value that is never used. |
596 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
826 | unreadVariable | 563 | style | Variable 'pn' is assigned a value that is never used. |
827 | unreadVariable | 563 | style | Variable 'unprop' is assigned a value that is never used. |
828 | unreadVariable | 563 | style | Variable 'pnprop' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Inciter/FaceData.hpp |
76 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/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-2/work/5ad443c8abe7fc0a/src/Inciter/Ghosts.hpp |
101 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Inciter/OversetFE.cpp |
120 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
122 | stlFindInsert | 398 | performance | Searching before insertion is not necessary. |
828 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
910 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
914 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
1367 | unreadVariable | 563 | style | Variable 'elemsurfnames' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Inciter/Partitioner.cpp |
425 | variableScope | 398 | style | The scope of the variable 'added' can be reduced. |
/tmp/TeamCity-2/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-2/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. |
1532 | variableScope | 398 | style | The scope of the variable 'V' can be reduced. |
1728 | redundantIfRemove | 398 | style | Redundant checking of STL container element existence before removing it. |
1798 | unreadVariable | 563 | style | Variable 'addedNodes' is assigned a value that is never used. |
1803 | unreadVariable | 563 | style | Variable 'rid[l]' is assigned a value that is never used. |
1930 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
2008 | variableScope | 398 | style | The scope of the variable 'facecnt' can be reduced. |
/tmp/TeamCity-2/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-2/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-2/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. |
1283 | uninitvar | 457 | error | Uninitialized variable: meshid |
1287 | uninitvar | 457 | error | Uninitialized variable: meshid |
1299 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'pdf[1]' because 'pdf' is empty. |
1305 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'pdf[2]' because 'pdf' is empty. |
1472 | uninitvar | 457 | error | Uninitialized variable: meshid |
1473 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1477 | uninitvar | 457 | error | Uninitialized variable: meshid |
1477 | unreadVariable | 563 | style | Variable 'id' is assigned a value that is never used. |
1479 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1482 | unsignedLessThanZero | 570 | style | Checking if unsigned expression 'i' is less than zero. |
1491 | uninitvar | 457 | error | Uninitialized variable: meshid |
1496 | unreadVariable | 563 | style | Variable 'n' is assigned a value that is never used. |
1497 | unreadVariable | 563 | style | Variable 'n' is assigned a value that is never used. |
1501 | uninitvar | 457 | error | Uninitialized variable: meshid |
1513 | uninitvar | 457 | error | Uninitialized variable: meshid |
1537 | uninitvar | 457 | error | Uninitialized variable: meshid |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/LinearSolver/CSR.cpp |
21 | syntaxError | | error | syntax error: keyword 'try' is not allowed in global scope |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/LinearSolver/CSR.hpp |
83 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/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-2/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-2/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-2/work/5ad443c8abe7fc0a/src/Main/InciterPrint.hpp |
114 | unusedPrivateFunction | 398 | style | Unused private function: 'InciterPrint::PDEName' |
/tmp/TeamCity-2/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-2/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-2/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-2/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-2/work/5ad443c8abe7fc0a/src/Mesh/Reorder.cpp |
157 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/CompFlow/CGCompFlow.hpp |
722 | unreadVariable | 563 | style | Variable 'steady' is assigned a value that is never used. |
866 | constParameter | 398 | style | Parameter 'U' can be declared with const |
1494 | constParameter | 398 | style | Parameter 'R' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/CompFlow/DGCompFlow.hpp |
642 | unreadVariable | 563 | style | Variable 'dSV_l' is assigned a value that is never used. |
759 | unreadVariable | 563 | style | Variable 'dgp' is assigned a value that is never used. |
1099 | knownConditionTrueFalse | 571 | style | Condition 'fM>-1' is always true |
1099 | knownConditionTrueFalse | 570 | style | Condition 'fM<0' is always false |
1111 | knownConditionTrueFalse | 571 | style | Condition 'fM>=0' is always true |
1179 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/ConfigureCompFlow.cpp |
76 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
159 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/ConfigureMultiMat.cpp |
76 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/ConfigureMultiSpecies.cpp |
65 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/ConfigureTransport.cpp |
74 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/DGPDE.hpp |
67 | unreadVariable | 563 | style | Variable 'cfg' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/EoS/EOS.hpp |
141 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/EoS/GodunovRomenskiAluminum.cpp |
88 | unreadVariable | 563 | style | Variable 'err' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/EoS/JWL.cpp |
372 | knownConditionTrueFalse | 570 | style | Condition 'idebug==1' is always false |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Integrate/Basis.cpp |
239 | duplicateAssignExpression | 398 | style | Same expression used in consecutive assignments of 'db5dxi2' and 'db5dxi3'. |
/tmp/TeamCity-2/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 |
351 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
352 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
475 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
476 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
523 | unreadVariable | 563 | style | Variable 'var' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Integrate/Initialize.cpp |
164 | constParameter | 398 | style | Parameter 'unk' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Integrate/Mass.cpp |
32 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Integrate/MultiMatTerms.cpp |
513 | variableScope | 398 | style | The scope of the variable 'amat' can be reduced. |
602 | constParameter | 398 | style | Parameter 'R' can be declared with const |
882 | unreadVariable | 563 | style | Variable 'rho' is assigned a value that is never used. |
884 | unreadVariable | 563 | style | Variable 'rho' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Integrate/SolidTerms.cpp |
167 | constParameter | 398 | style | Parameter 'R' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Integrate/Source.cpp |
149 | constParameter | 398 | style | Parameter 'R' can be declared with const |
/tmp/TeamCity-2/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 |
405 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
406 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
542 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
543 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Limiter.cpp |
189 | unusedVariable | 563 | style | Unused variable: unk |
189 | unusedVariable | 563 | style | Unused variable: prim |
968 | constParameter | 398 | style | Parameter 'shockmarker' can be declared with const |
1594 | variableScope | 398 | style | The scope of the variable 'phi_dir' can be reduced. |
1602 | redundantAssignment | 563 | style | Variable 'phi_dir' is reassigned a value before the old one has been used. |
1626 | constParameter | 398 | style | Parameter 'U' can be declared with const |
2026 | redundantAssignment | 563 | style | Variable 'phi_rho' is reassigned a value before the old one has been used. |
2032 | redundantAssignment | 563 | style | Variable 'phi_rhoe' is reassigned a value before the old one has been used. |
2041 | redundantAssignment | 563 | style | Variable 'phi_pre' is reassigned a value before the old one has been used. |
2075 | redundantAssignment | 563 | style | Variable 'phi_rho' is reassigned a value before the old one has been used. |
2081 | redundantAssignment | 563 | style | Variable 'phi_rhoe' is reassigned a value before the old one has been used. |
2090 | redundantAssignment | 563 | style | Variable 'phi_pre' is reassigned a value before the old one has been used. |
2253 | redundantAssignment | 563 | style | Variable 'phi_pre' is reassigned a value before the old one has been used. |
2377 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
2378 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiMat/DGMultiMat.hpp |
106 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
142 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
166 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
184 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
298 | constParameter | 398 | style | Parameter 'unk' can be declared with const |
303 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
351 | constParameter | 398 | style | Parameter 'unk' can be declared with const |
362 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
438 | constParameter | 398 | style | Parameter 'prim' can be declared with const |
440 | constParameter | 398 | style | Parameter 'ndofel' can be declared with const |
442 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
443 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
444 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
444 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
575 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
575 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
616 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
618 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
620 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
621 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
621 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
732 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
782 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
782 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
805 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
844 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
903 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1027 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1060 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1097 | constParameter | 398 | style | Parameter 'R' can be declared with const |
1099 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
1100 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
1101 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1101 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
1102 | unreadVariable | 563 | style | Variable 'intsharp' is assigned a value that is never used. |
1125 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
1291 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1327 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1363 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1412 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1443 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1477 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
1502 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiMat/FVMultiMat.hpp |
102 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
215 | constParameter | 398 | style | Parameter 'l' can be declared with const |
232 | constParameter | 398 | style | Parameter 'prim' can be declared with const |
235 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
236 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
236 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
307 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
307 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
342 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
343 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
343 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
408 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
446 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
446 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
486 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
576 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
599 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
635 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
658 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
680 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
730 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
761 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
788 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
790 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
792 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
792 | unreadVariable | 563 | style | Variable 'pgp' is assigned a value that is never used. |
857 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
881 | shadowFunction | 398 | style | Local variable 'nmat' shadows outer function |
881 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiMat/MiscMultiMatFns.cpp |
360 | variableScope | 398 | style | The scope of the variable 'u' can be reduced. |
360 | variableScope | 398 | style | The scope of the variable 'v' can be reduced. |
360 | variableScope | 398 | style | The scope of the variable 'w' can be reduced. |
360 | variableScope | 398 | style | The scope of the variable 'a' can be reduced. |
360 | variableScope | 398 | style | The scope of the variable 'vn' can be reduced. |
360 | variableScope | 398 | style | The scope of the variable 'dSV_l' can be reduced. |
362 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
362 | unreadVariable | 563 | style | Variable 'pgp' is assigned a value that is never used. |
491 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
491 | unreadVariable | 563 | style | Variable 'pgp' is assigned a value that is never used. |
606 | constParameter | 398 | style | Parameter 'U' can be declared with const |
607 | constParameter | 398 | style | Parameter 'P' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiMat/Physics/FVEnergyPill.cpp |
77 | constParameter | 398 | style | Parameter 'R' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiMat/Problem/BoxInitialization.hpp |
102 | identicalConditionAfterEarlyExit | 398 | warning | Identical condition 'boxenc<=1e-12', second condition is always false |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiMat/Problem/ShockDensityWave.cpp |
53 | variableScope | 398 | style | The scope of the variable 'alphamin' can be reduced. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiSpecies/DGMultiSpecies.hpp |
325 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
327 | unreadVariable | 563 | style | Variable 'is_p0p1' is assigned a value that is never used. |
329 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
458 | shadowFunction | 398 | style | Local variable 'nprim' shadows outer function |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/MultiSpecies/MiscMultiSpeciesFns.cpp |
67 | variableScope | 398 | style | The scope of the variable 'u' can be reduced. |
67 | variableScope | 398 | style | The scope of the variable 'v' can be reduced. |
67 | variableScope | 398 | style | The scope of the variable 'w' can be reduced. |
67 | variableScope | 398 | style | The scope of the variable 'a' can be reduced. |
67 | variableScope | 398 | style | The scope of the variable 'vn' can be reduced. |
67 | variableScope | 398 | style | The scope of the variable 'dSV_l' can be reduced. |
69 | unreadVariable | 563 | style | Variable 'ugp' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/PDEStack.hpp |
112 | unreadVariable | 563 | style | Variable 'c' is assigned a value that is never used. |
/tmp/TeamCity-2/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-2/work/5ad443c8abe7fc0a/src/PDE/Reconstruction.cpp |
41 | constParameter | 398 | style | Parameter 'W' can be declared with const |
122 | constParameter | 398 | style | Parameter 'W' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Transport/CGTransport.hpp |
375 | unreadVariable | 563 | style | Variable 'steady' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Transport/DGTransport.hpp |
344 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
345 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
346 | unreadVariable | 563 | style | Variable 'intsharp' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/PDE/Transport/Problem/CylVortex.cpp |
38 | unreadVariable | 563 | style | Variable 'vel' is assigned a value that is never used. |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Statistics/BiPDF.hpp |
114 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/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-2/work/5ad443c8abe7fc0a/src/Statistics/TriPDF.hpp |
123 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/work/5ad443c8abe7fc0a/src/Statistics/UniPDF.hpp |
115 | constParameter | 398 | style | Parameter 'p' can be declared with const |
/tmp/TeamCity-2/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-2/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-2/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 |