calibration/dataobjects/include/RunRange.h:110 Either there is a missing 'override', or the member function 'Belle2::RunRange::SetDirectory' can be static. [functionStatic]
calibration/include/CalibrationAlgorithm.h:323 The member function 'Belle2::CalibrationAlgorithm::getAllGranularityExpRun' can be static. [functionStatic]
calibration/dataobjects/include/RunRange.h:106 Function 'getGranularity()' should return member 'm_granularity' by const reference. [returnByReference]
calibration/include/CalibrationAlgorithm.h:142 Function 'getPrefix()' should return member 'm_prefix' by const reference. [returnByReference]
calibration/include/CalibrationAlgorithm.h:184 Function 'getGranularity()' should return member 'm_granularityOfData' by const reference. [returnByReference]
calibration/include/CalibrationAlgorithm.h:271 Function 'getVecInputFileNames()' should return member 'm_inputFileNames' by const reference. [returnByReference]
calibration/include/CalibrationAlgorithm.h:92 Function 'getPayloadValues()' should return member 'm_payloads' by const reference. [returnByReference]
calibration/include/CalibrationAlgorithm.h:466 C-style pointer casting [cstyleCast]
calibration/include/CalibrationAlgorithm.h:491 C-style pointer casting [cstyleCast]
calibration/dataobjects/include/RunRange.h:28 Function parameter 'expRuns' should be passed by const reference. [passedByValue]
calibration/include/CalibrationAlgorithm.h:484 Range variable 'fileName' should be declared as const reference. [iterateByValue]
calibration/include/CalibObjManager.h:115 The member function 'Belle2::CalibObjManager::cloneObj' can be static. [functionStatic]
calibration/include/CalibObjManager.h:29 Class 'CalibObjManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
calibration/include/CalibrationCollectorModule.h:34 The destructor '~CalibrationCollectorModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
calibration/include/CalibrationCollectorModule.h:51 Function parameter 'name' should be passed by const reference. [passedByValue]
calibration/example_caf_lib/modules/TestCalibDBAccess/include/TestCalibDBAccessModule.h:26 The destructor '~TestCalibDBAccessModule' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
calibration/example_caf_lib/modules/TestCalibDBAccess/include/TestCalibDBAccessModule.h:29 The function 'initialize' overrides a function in a base class but is identical to the overridden function [uselessOverride]
calibration/example_caf_lib/modules/CaTest/src/CaTestModule.cc:141 The member function 'Belle2::CaTestModule::describeProcess' can be static. [functionStatic]
calibration/example_caf_lib/modules/CaTest/src/CaTestModule.cc:93 Variable 'fileName' can be declared as reference to const [constVariableReference]
calibration/example_caf_lib/include/TestBoundarySettingAlgorithm.h:24 The destructor '~TestBoundarySettingAlgorithm' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
calibration/example_caf_lib/include/TestBoundarySettingAlgorithm.h:36 Function 'getBoundaries()' should return member 'm_requestedBoundaries' by const reference. [returnByReference]
calibration/src/CalibObjManager.cc:133 The member function 'Belle2::CalibObjManager::getSuffix' can be static. [functionStatic]
calibration/src/CalibObjManager.cc:149 The member function 'Belle2::CalibObjManager::extractKeyIndex' can be static. [functionStatic]
calibration/src/DBObjCalibrationConstMapBase.cc:16 Variable 'elementParam' can be declared as reference to const [constVariableReference]
calibration/example_caf_lib/include/TestDBAccessAlgorithm.h:25 The destructor '~TestDBAccessAlgorithm' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
calibration/example_caf_lib/include/TestCalibrationAlgorithm.h:24 The destructor '~TestCalibrationAlgorithm' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride]
calibration/example_caf_lib/src/TestCalibrationAlgorithm.cc:104 Variable 'fileName' can be declared as reference to const [constVariableReference]
calibration/src/CalibrationAlgorithm.cc:28 The member function 'Belle2::CalibrationAlgorithm::checkPyExpRun' can be static. [functionStatic]
calibration/src/CalibrationAlgorithm.cc:70 The member function 'Belle2::CalibrationAlgorithm::convertPyExpRun' can be static. [functionStatic]
calibration/src/CalibrationAlgorithm.cc:311 The member function 'Belle2::CalibrationAlgorithm::commit' can be static. [functionStatic]
calibration/src/CalibrationAlgorithm.cc:404 The member function 'Belle2::CalibrationAlgorithm::updateDBObjPtrs' can be static. [functionStatic]
calibration/src/CalibrationAlgorithm.cc:194 Function parameter 'inputFileNames' should be passed by const reference. [passedByValue]
calibration/src/CalibrationAlgorithm.cc:372 Variable 'runRangeOther' can be declared as pointer to const [constVariablePointer]
calibration/src/CalibrationAlgorithm.cc:387 Variable 'runRange' can be declared as pointer to const [constVariablePointer]
calibration/modules/TriggerSkim/src/TriggerSkimModule.cc:113 Unmatched suppression: unassignedVariable [unmatchedSuppression]