Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.2

...

The following configuration enables including  information about repositories, file paths, and revisions in the report:

report.scontrol=min

Anchor
report.associations
report.associations
report.associations

This setting enables or disables showing requirements, defects, tasks, and feature requests associated with a test in the report.

...

report.associations=false

Anchor
issue.tracking.tags
issue.tracking.tags
issue.tracking.tags

This setting specifies a list of issue tracking tags. It requires the report.associations option to be enabled.

Acceptable Values

[tag]

A comma-separated list of tags. The following tags are supported by default: asset, fr, task pr, asset req, req task

Example Usage

The following confiuration disables the default tag asset and enables the custom tags high and test:

report.associations=true

issue.tracking.tags=fr,highpr,req,task,high,test

report.assoc.url.[tag]

This setting generates a link to an association inside the HTML report. The URL is a query string containing that contains an [%ID%] placeholder for the PropertyAttribute value. The associated tag must be configured with the issue.tracking.tags option.

Acceptable Values

[URL]

The link to the association that will be included in the HTML report.

Example Usage

The following configuration enables a custom tag high and generates a link in the HTML report.

report.associations=true

issue.tracking.tags=high

report.assoc.url.high=http://bugzilla.company.com/workitem?id=[%ID%]

report.active_rules

This setting specifies if the report contains a list of the rules that were enabled during analysis. 

...

trueDefault. The list of active rules is included in the report.
falseThe report does not include the list of active rules.

Example Usage

The following configuration disables showing the rules that were enabled during analysis in the report:

...

[URL]

The location where the HTML static analysis rule files are stored.

Example Usage

Example 1:

report.rules=file:///C:/parasoft/gendoc/

...

true

Google Test assertion failures are included in the report.

false

Google Test assertion failures are not included in the report.

Example Usage

The following configuration enables showing Google Test Assertion failures:

...

[value]

A value that represents the lower coverage limit. The default value is 40.

Example Usage

The following configuration sets the lower coverage value to 50:

...

[email_address] 

A list of email addresses separated by semi-colons.

Example Usage

[email protected];[email protected]

...

true

The results are published to DTP.

falseDefault. The results are not published to DTP.

Example Usage

The following configuration enables sending local analysis results to DTP.

...

offSource code is not published to DTP. Default when the report.dtp.publish option is enabled.
minThe minimal part of the source code is published (in most cases, source code without reference to source control, for example, auto-generated code, is published).
full

All of the source code from the specified scope is published to DTP. Default when the report.dtp.publish option is enabled.

Example Usage

The following configuration enables partial publishing of source code to DTP.

...

[goal name]The name of the goal.

Example Usage

The following configuration enables two goals: "Priorities1" and  "Priorities2".

...

[severity level]A severity level (1-5) or a comma-separated list of severity levels.

Example Usage

The following configuration enables the "Priorities1" goal that is a subset of findings with the severity level  1 or 2.

...

[number]The maximum number of findings reported for each developer.

Example Usage

The following configuration specifies a reporting limit for the "Priorities1" goal to be 20.

...

[project name]The name of the project for which the findings are reported.

Example Usage

The following configuration specifies that the "Priorities1" goal will only include severity 1 and 2 findings reported for the "examples" project.

...

[rule ID]A rule ID or a comma-separated list of rule IDs.

Example Usage

The following configuration specifies that the "Priorities1" goal will only include findings reported for the BD_SECURITY_VPPD  and BD_PB_VALRANGE rules.

...

[YYY-MM-DD]The deadline date.

Example Usage

The following configuration specifies that all findings reported by the BD_SECURITY_VPPD  and BD_PB_VALRANGE rules are to be fixed by May 10, 2019.

...