Line | Id | Severity | Message |
FBCache.h |
40 | noCopyConstructor | style | 'class FBCache' does not have a copy constructor which is recommended since the class contains a pointer to allocated memory. |
LeastSquares.h |
17 | noExplicitConstructor | style | Class 'LeastSquares' has a constructor with 1 argument that is not explicit. |
Matrix.cpp |
1588 | unreadVariable | style | Variable 'is_gamma_one' is assigned a value that is never used. |
MatrixWriter.h |
45 | noExplicitConstructor | style | Class 'MatrixWriter' has a constructor with 1 argument that is not explicit. |
main.cpp |
60 | noConstructor | style | The class 'X' does not have a constructor. |
tests/TestFBCache.cpp |
52 | unreadVariable | style | Variable 'ref_gradFBEx1_g01' is assigned a value that is never used. |
53 | unreadVariable | style | Variable 'ref_gradFBEx1_g02' is assigned a value that is never used. |
tests/TestFBSplitting.cpp |
100 | unreadVariable | style | Variable 'data_w' is assigned a value that is never used. |
tests/TestFBSplittingFast.cpp |
51 | variableScope | style | The scope of the variable 'x0' can be reduced. |
106 | unreadVariable | style | Variable 'data_w' is assigned a value that is never used. |
117 | variableScope | style | The scope of the variable 'x0' can be reduced. |
165 | variableScope | style | The scope of the variable 'x0' can be reduced. |
tests/TestSeparableSum.cpp |
45 | unreadVariable | style | Variable 'num_functs' is assigned a value that is never used. |
109 | unreadVariable | style | Variable 'num_functs' is assigned a value that is never used. |