heuristic.properties File

This file contains settings which allow the customization of the Heuristic reports.

Note: This configuration file is located in the conf/reports folder.

Colors used in pie charts present in the report:

#simpleColorPreference=0,255,0
#mediumColorPreference=250,196,69
#complexColorPreference=221,0,0

Values for thresholds used to define simple/medium/complex groups:

#simpleThresholdPreference=200
#mediumThresholdPreference=500
By default, all statements are assigned a weight of 1, if you want to assign a different weight for a specific statement, enter the statement id (from the Statement table in the database) and then desired weight value.
##stmt id = weight value
#if not present, falls to default. In default file, default value = 1
#1815=100
#1814=1000
#109=2
#108=3