rep_header_logo.png rep_header_3.png
User configuration:  Recommended Rules with Security
2022-07-08T15:29:09+08:00
STATIC ANALYSIS

Recommended Tasks to Accomplish Today:  7
(push the "Import My Recommended Tasks" button to import the tasks into your workspace)
Tasks: 7 total,  0 suppressed
Goal: accomplish all tasks

 
All Recommended Tasks by Category
by:   Category   Severity   
  [2]   CERT-API00_C (REC) Functions should validate their parameters (CERT_C-API00) 
        [2]   The validity of parameters must be checked inside each function (CERT_C-API00-a-3) 
  [2]   CERT-DCL00_C (REC) Const-qualify immutable objects (CERT_C-DCL00) 
        [2]   Declare parameters or local variable as const whenever possible (CERT_C-DCL00-a-3) 
  [1]   Initialization (INIT) 
        [1]   All member variables should be initialized in constructor (INIT-06-1) 
  [2]   Optimization (OPT) 
        [2]   Pass objects by reference instead of by value (OPT-14-3) 

msi3  Recommended Tasks to Accomplish Today :  7 Back to Top    
/rmf_utils_testing/src/rmf_utils/RateLimiter.cpp
25:  No constructor. All member variables: 'count_limit' should be initialized in constructor INIT-06-1
54:  The parameter 'period_limit_' of function 'RateLimiter' is passed by value OPT-14-3
75:  Declare parameter 'l' as const CERT_C-DCL00-a-3
75:  Parameter 'l' is not validated before use CERT_C-API00-a-3
75:  The parameter 'l' of function 'period_limit' is passed by value OPT-14-3
88:  Declare parameter 'l' as const CERT_C-DCL00-a-3
88:  Parameter 'l' is not validated before use CERT_C-API00-a-3


©Parasoft Corp. - C++test 2022.1.0.20220615B1827 Reporting System