226k views
5 votes
Before running code analysis, you will need to create the ___. Then, you have to assign these ___ to your ___. If you are using ___, you will also have to define the ___ included in these particular ___. Depending on the type of code analysis tool you use, the process will be slightly different.

A) Deployment / Codebase / Code Inspection / Metrics / Configuration / Thresholds
B) Quality Check / Code Inspection / Static Code Analysis / Parameters / Code Analysis / Metrics
C) Validation / Repository / Dynamic Code Analysis / Thresholds / Code Quality Analysis / Metrics
D) Static Code Analysis / Quality Check / Codebase / Metrics / Configuration / Thresholds

User Son Pham
by
8.5k points

1 Answer

6 votes

Final answer:

In preparation for code analysis, Static Code Analysis is created, Quality Check processes are assigned to the Codebase, and Metrics configurations are defined alongside Thresholds.

Step-by-step explanation:

Before running code analysis, you will need to create the Static Code Analysis. Then, you have to assign these Quality Check to your Codebase. If you are using Metrics, you will also have to define the Configuration included in these particular Thresholds. Depending on the type of code analysis tool you use, the process will be slightly different. The correct answer is D) Static Code Analysis / Quality Check / Codebase / Metrics / Configuration / Thresholds.

User Jason Kincl
by
7.8k points