LineIdCWESeverityMessage
/builds/robocop/control/robocop-qp-controller/include/qp-core/robocop/controllers/qp-core/priority.h
59unusedStructMember563styleclass member 'Priority::min_priority_' is never used.
60unusedStructMember563styleclass member 'Priority::local_priority_' is never used.
61unusedStructMember563styleclass member 'Priority::on_change_' is never used.
/builds/robocop/control/robocop-qp-controller/include/qp-core/robocop/controllers/qp-core/task_weight.h
34unusedStructMember563styleclass member 'TaskWeight::local_weight_' is never used.
35unusedStructMember563styleclass member 'TaskWeight::parent_weight_' is never used.
36unusedStructMember563styleclass member 'TaskWeight::real_weight_' is never used.
/builds/robocop/control/robocop-qp-controller/src/qp-core/priority.cpp
12missingMemberCopy398warning, inconcl.Member variable 'Priority::on_change_' is not assigned in the copy constructor. Should it be copied?
17operatorEqVarError398warning, inconcl.Member variable 'Priority::on_change_' is not assigned a value in 'Priority::operator='.
61passedByValue398performanceFunction parameter 'other' should be passed by const reference.
87constVariableReference398styleVariable 'callback' can be declared as reference to const