Report: Project Settings
Important: The global settings used by these reports is set in the
project.properties file.
All the parameters in the global settings can also be configured individually for each project. The parameters set for each project override the global parameters.
Comma separated list of report codes that will be generated for the project.
## 15103=Halstead
## 15104=Cyclomatic
## 15105=Maintainability
## 15106=Heuristic
## 15108=Unused Routines Within Programs
#project.<projectName>.reports.whitelist=
Comma separated list of report codes are NOT generated (lower priority than
whitelist)
#project.<projectName>.reports.blacklist=
Absolute path to custom report configuration file for the
project.
#project.<projectName>.reports.configFile==${install.dir}.projectName.reportsconfig.properties
Option to generate a unique report for all resources in the specified project. The default value
is true. To generate a separate report for each resource, enter
false.
#project.<projectName>.report.coalesceInputs=<true|false>