--- template4.5p1.conf 2018-02-08 09:42:06.193491700 -0500 +++ template4.5p2.conf 2018-02-08 09:43:04.868491700 -0500 @@ -1,7 +1,7 @@ # For emacs: -*- Shell-script -*- # ###################################################################### -# CodeSonar 4.5p1 Configuration File +# CodeSonar 4.5p2 Configuration File ###################################################################### # # CodeSonar will use preferences defined in this file when running @@ -3260,8 +3260,8 @@ # [doc/html/WarningClasses/MnemonicHierarchy.html#LANG_MEM]. # WARNING_FILTER += discard categories:LANG.MEM # -# Example 2: Discard all warnings whose class is Buffer Overrun, -# Type Overrun, or any user-defined class with "underrun" in its +# Example 2: Discard all warnings whose class is Buffer Underrun, +# Type Underrun, or any user-defined class with "underrun" in its # name. # WARNING_FILTER += discard class:underrun # @@ -5774,7 +5774,7 @@ # - TIME_LIMIT: Analysis Time Limits # # Type -# integer +# non-negative integer # # Behavior # When the web application needs certain information (such as @@ -5783,9 +5783,6 @@ # attempt to start it. This can take a minute or more, so timing # out quickly is often undesirable. # -# A negative value prevents the analysis daemon from timing out at -# all. -# # Notes # A low value can result in slow web queries if the time between # applicable queries exceeds this value. A high value can result in @@ -5811,7 +5808,7 @@ # - TIME_LIMIT: Analysis Time Limits # # Type -# integer +# non-negative integer # # Behavior # When the web application needs certain information (such as @@ -5820,9 +5817,6 @@ # attempt to start it. This can take a minute or more, so timing # out quickly is often undesirable. # -# A negative value prevents the analysis daemon from timing out at -# all. -# # Notes # Applicable when running with FOREGROUND=Yes (or -foreground on # the command line). @@ -11838,6 +11832,24 @@ BOOL_TYPES = +# Parameter UNIT_OF_WORK_ISOLATION +# +# Purpose +# Specified whether an analysis slave should only perform one unit +# of work. +# +# Type +# { Yes, No } +# +# Behavior +# - Yes : An analysis slave only performs one unit of work and +# quits. +# - No : Behaves as usual. +# +# Notes +# Warning: Almost never needed. + +UNIT_OF_WORK_ISOLATION = No # Parameter UNINITIALIZED_GLOBALS #