Q: 16
Which of the following are the typical defects found by static analysis tools?
a. Variables that are never used.
b. Security vulnerabilities.
c. Poor performance.
d. Unreachable code.
e. Business processes not followed.
Options
Discussion
D (torn on b honestly, but static tools flag vars & unreachable code).
D imo. Static analysis tools flag unused variables, unreachable code, and sometimes security issues but not business processes or performance.
Be respectful. No spam.