Report: Global Settings
Important: The global settings used by these reports is set in the
project.properties file.
Absolute path to the file containing a description of the report headers: #reports.configFile=${install.dir}.reportsConfig.properties.
Comma separated list of report codes that will be generated.
## 15103=Halstead
## 15104=Cyclomatic
## 15105=Maintainability
## 15106=Heuristic
## 15108=Unused Routines Within Programs
#reports.whitelist=
Comma separated list of report codes are NOT be generated (lower priority than
whitelist).
#reports.blacklist=
Output folder for generated reports. The default folder is the data folder, to change, uncomment
and enter absolute path to desired folder.
#reports.outputFolder=
Option to generate a unique report for all resources. The default value is true. To
generate a separate report for each resource, enter
false.
#reports.coalesceInputs=true