Line | Id | CWE | Severity | Message |
---|---|---|---|---|
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Base/ContainerUtil.hpp | ||||
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-14/work/821a9fd6f64749d9/src/Base/PUPUtil.hpp | ||||
194 | variableScope | 398 | style | The scope of the variable 'index' can be reduced. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Base/TaggedTuple.hpp | ||||
161 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Base/Vector.hpp | ||||
143 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Control/FileConv/CmdLine/Parser.cpp | ||||
109 | unreadVariable | 563 | style | Variable 'oalias' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Control/Inciter/InputDeck/Grammar.hpp | ||||
339 | redundantCondition | 398 | style | Redundant condition: !sradius.empty(). 'A || (!A && B)' is equivalent to 'A || B' |
341 | redundantCondition | 398 | style | Redundant condition: !spoint.empty(). 'spoint.empty() || (!spoint.empty() && spoint.back().empty())' is equivalent to 'spoint.empty() || spoint.back().empty()' |
357 | redundantCondition | 398 | style | Redundant condition: !kradius.empty(). 'A || (!A && B)' is equivalent to 'A || B' |
359 | redundantCondition | 398 | style | Redundant condition: !kpoint.empty(). 'kpoint.empty() || (!kpoint.empty() && kpoint.back().empty())' is equivalent to 'kpoint.empty() || kpoint.back().empty()' |
562 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
563 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
841 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Control/MeshConv/CmdLine/Parser.cpp | ||||
109 | unreadVariable | 563 | style | Variable 'oalias' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Control/RNGTest/InputDeck/Grammar.hpp | ||||
102 | syntaxError | error | syntax error | |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Control/SystemComponents.hpp | ||||
179 | knownConditionTrueFalse | 571 | style | Condition '!found' is always true |
184 | throwInNoexceptFunction | 398 | error | Exception thrown in function declared not to throw exceptions. |
239 | shadowFunction | 398 | style | Local variable depvar shadows outer function |
239 | shadowFunction | 398 | style | Local variable depvar shadows outer function |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/IO/ExodusIIMeshReader.cpp | ||||
327 | unreadVariable | 563 | style | Variable 'nnode' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/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_nchare' is not initialized in the constructor. |
47 | uninitMemberVar | 398 | warning | Member variable 'MeshWriter::m_nmesh' is not initialized in the constructor. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/IO/UGRIDMeshReader.cpp | ||||
35 | unusedVariable | 563 | style | Unused variable: s |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/ALECG.cpp | ||||
613 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
833 | duplicateCondition | 398 | style | The if condition is the same as the previous if condition |
837 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
840 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/AMR/mesh_adapter.cpp | ||||
1256 | knownConditionTrueFalse | 570 | style | Condition 'same_face==true' is always false |
1280 | knownConditionTrueFalse | 570 | style | Condition 'same_face==true' is always false |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/DG.cpp | ||||
646 | unreadVariable | 563 | style | Variable 'ncoord' is assigned a value that is never used. |
655 | unreadVariable | 563 | style | Variable 'e' is assigned a value that is never used. |
757 | unreadVariable | 563 | style | Variable 'ip' is assigned a value that is never used. |
1186 | unreadVariable | 563 | style | Variable 'd' is assigned a value that is never used. |
1748 | unreadVariable | 563 | style | Variable 'pref' is assigned a value that is never used. |
1891 | unreadVariable | 563 | style | Variable 'pref' is assigned a value that is never used. |
2109 | unreadVariable | 563 | style | Variable 'old_nelem' is assigned a value that is never used. |
2143 | unreadVariable | 563 | style | Variable 'pn' is assigned a value that is never used. |
2144 | unreadVariable | 563 | style | Variable 'unprop' is assigned a value that is never used. |
2145 | unreadVariable | 563 | style | Variable 'pnprop' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/DiagCG.cpp | ||||
750 | unreadVariable | 563 | style | Variable 'd' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/DiagReducer.cpp | ||||
68 | uninitvar | 908 | error | Uninitialized variable: meshid |
76 | uninitvar | 908 | error | Uninitialized variable: mid |
79 | unreadVariable | 563 | style | Variable 'meshid' is assigned a value that is never used. |
79 | uninitvar | 908 | error | Uninitialized variable: mid |
106 | uninitvar | 908 | error | Uninitialized variable: meshid |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/Discretization.cpp | ||||
535 | useStlAlgorithm | 398 | style | Consider using std::accumulate algorithm instead of a raw loop. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/FluxCorrector.cpp | ||||
82 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
83 | unreadVariable | 563 | style | Variable 'ctau' is assigned a value that is never used. |
270 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
271 | unreadVariable | 563 | style | Variable 'ctau' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/Partitioner.hpp | ||||
77 | uninitMemberVar | 398 | warning | Member variable 'Partitioner::m_meshid' is not initialized in the constructor. |
77 | uninitMemberVar | 398 | warning | Member variable 'Partitioner::m_ndist' is not initialized in the constructor. |
77 | uninitMemberVar | 398 | warning | Member variable 'Partitioner::m_nchare' is not initialized in the constructor. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/PrefIndicator.cpp | ||||
188 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
268 | unreadVariable | 563 | style | Variable 'state[1]' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/Refiner.cpp | ||||
343 | unreadVariable | 563 | style | Variable 'chunksize' is assigned a value that is never used. |
354 | unreadVariable | 563 | style | Variable 'B' is assigned a value that is never used. |
355 | unreadVariable | 563 | style | Variable 'C' is assigned a value that is never used. |
425 | useStlAlgorithm | 398 | style | Consider using std::copy_if algorithm instead of a raw loop. |
629 | unreadVariable | 563 | style | Variable 'local_needs_refining_orig' is assigned a value that is never used. |
630 | unreadVariable | 563 | style | Variable 'local_lock_case_orig' is assigned a value that is never used. |
814 | variableScope | 398 | style | The scope of the variable 'V' can be reduced. |
1349 | variableScope | 398 | style | The scope of the variable 'V' can be reduced. |
1741 | variableScope | 398 | style | The scope of the variable 'facecnt' can be reduced. |
1959 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/Sorter.cpp | ||||
121 | unreadVariable | 563 | style | Variable 'scheme' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Inciter/Transporter.cpp | ||||
1118 | uninitvar | 908 | error | Uninitialized variable: meshid |
1122 | uninitvar | 908 | error | Uninitialized variable: meshid |
1243 | uninitvar | 908 | error | Uninitialized variable: meshid |
1247 | unreadVariable | 563 | style | Variable 'id' is assigned a value that is never used. |
1247 | uninitvar | 908 | error | Uninitialized variable: meshid |
1262 | uninitvar | 908 | error | Uninitialized variable: meshid |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Main/Inciter.cpp | ||||
160 | unmatchedSuppression | information | Unmatched suppression: noConstructor | |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Main/RNGTest.cpp | ||||
189 | unmatchedSuppression | information | Unmatched suppression: noConstructor | |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Main/RNGTestPrint.hpp | ||||
49 | internalAstError | error | Syntax Error: AST broken, binary operator '!=' doesn't have two operands. | |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Main/Walker.cpp | ||||
168 | unmatchedSuppression | information | Unmatched suppression: noConstructor | |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Main/WalkerPrint.hpp | ||||
65 | internalAstError | error | Syntax Error: AST broken, binary operator '!=' doesn't have two operands. | |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Mesh/DerivedData.cpp | ||||
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-14/work/821a9fd6f64749d9/src/Mesh/Reorder.cpp | ||||
157 | useStlAlgorithm | 398 | style | Consider using std::transform algorithm instead of a raw loop. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/CompFlow/CGCompFlow.hpp | ||||
668 | unreadVariable | 563 | style | Variable 'steady' is assigned a value that is never used. |
1384 | unreadVariable | 563 | style | Variable 'V_ex' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/CompFlow/DGCompFlow.hpp | ||||
229 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
415 | variableScope | 398 | style | The scope of the variable 'dSV_l' can be reduced. |
415 | variableScope | 398 | style | The scope of the variable 'dSV_r' can be reduced. |
477 | unreadVariable | 563 | style | Variable 'dSV_l' is assigned a value that is never used. |
594 | variableScope | 398 | style | The scope of the variable 'dgp' can be reduced. |
594 | unreadVariable | 563 | style | Variable 'dgp' is assigned a value that is never used. |
965 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
978 | unreadVariable | 563 | style | Variable 'V_ex' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/CompFlow/Problem/BoxInitialization.cpp | ||||
108 | variableScope | 398 | style | The scope of the variable 'ke' can be reduced. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/CompFlow/Problem/FieldOutput.cpp | ||||
61 | unreadVariable | 563 | style | Variable 'ru' is assigned a value that is never used. |
62 | unreadVariable | 563 | style | Variable 'rv' is assigned a value that is never used. |
63 | unreadVariable | 563 | style | Variable 'rw' is assigned a value that is never used. |
64 | unreadVariable | 563 | style | Variable 're' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/DGPDE.hpp | ||||
65 | unreadVariable | 563 | style | Variable 'cfg' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Integrate/Basis.cpp | ||||
168 | duplicateAssignExpression | 398 | style | Same expression used in consecutive assignments of 'db5dxi2' and 'db5dxi3'. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Integrate/Boundary.cpp | ||||
94 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
95 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
172 | unreadVariable | 563 | style | Variable 'wt' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Integrate/Mass.cpp | ||||
34 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Integrate/Surface.cpp | ||||
82 | unreadVariable | 563 | style | Variable 'ncomp' is assigned a value that is never used. |
83 | unreadVariable | 563 | style | Variable 'nprim' is assigned a value that is never used. |
189 | unreadVariable | 563 | style | Variable 'wt' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/MultiMat/DGMultiMat.hpp | ||||
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
98 | shadowFunction | 398 | style | Local variable nmat shadows outer function |
154 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
155 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
156 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
272 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
273 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
539 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
540 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
542 | unreadVariable | 563 | style | Variable 'intsharp' is assigned a value that is never used. |
827 | variableScope | 398 | style | The scope of the variable 'u' can be reduced. |
827 | variableScope | 398 | style | The scope of the variable 'v' can be reduced. |
827 | variableScope | 398 | style | The scope of the variable 'w' can be reduced. |
827 | variableScope | 398 | style | The scope of the variable 'a' can be reduced. |
827 | variableScope | 398 | style | The scope of the variable 'vn' can be reduced. |
827 | variableScope | 398 | style | The scope of the variable 'dSV_l' can be reduced. |
1148 | unreadVariable | 563 | style | Variable 'nmat' is assigned a value that is never used. |
1307 | unreadVariable | 563 | style | Variable 'fp' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Reconstruction.cpp | ||||
48 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
140 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
974 | unreadVariable | 563 | style | Variable 'alsum' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Transport/CGTransport.hpp | ||||
463 | unreadVariable | 563 | style | Variable 'steady' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Transport/DGTransport.hpp | ||||
172 | unreadVariable | 563 | style | Variable 'nelem' is assigned a value that is never used. |
173 | unreadVariable | 563 | style | Variable 'intsharp' is assigned a value that is never used. |
282 | unreadVariable | 563 | style | Variable 'ndof' is assigned a value that is never used. |
283 | unreadVariable | 563 | style | Variable 'rdof' is assigned a value that is never used. |
284 | unreadVariable | 563 | style | Variable 'intsharp' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/PDE/Transport/Problem/CylVortex.cpp | ||||
44 | unreadVariable | 563 | style | Variable 'vel' is assigned a value that is never used. |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Statistics/PDFReducer.cpp | ||||
63 | uninitvar | 908 | error | Uninitialized variable: meshid |
71 | uninitvar | 908 | error | Uninitialized variable: mid |
74 | uninitvar | 908 | error | Uninitialized variable: mid |
80 | uninitvar | 908 | error | Uninitialized variable: meshid |
/tmp/TeamCity-14/work/821a9fd6f64749d9/src/Walker/Distributor.cpp | ||||
83 | unreadVariable | 563 | style | Variable 'nchare' is assigned a value that is never used. |