ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 252 - AZ-400 discussion

Report
Export

During a code review, you discover many quality issues. Many modules contain unused variables and empty catch blocks. You need to recommend a solution to improve the quality of the code.

What should you recommend?

A.
In a Grunt build task, select Enabled from Control Options.
Answers
A.
In a Grunt build task, select Enabled from Control Options.
B.
In a Maven build task, select Run PMD.
Answers
B.
In a Maven build task, select Run PMD.
C.
In a Xcode build task, select Use xcpretty from Advanced.
Answers
C.
In a Xcode build task, select Use xcpretty from Advanced.
D.
In a Gradle build task, select Run Checkstyle.
Answers
D.
In a Gradle build task, select Run Checkstyle.
Suggested answer: B

Explanation:

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. There is an Apache Maven PMD Plugin which allows you to automatically run the PMD code analysis tool on your project's source code and generate a site report with its results. Incorrect Answers:

C: xcpretty is a fast and flexible formatter for xcodebuild.

Reference:

https://pmd.github.io/

asked 02/10/2024
Krishan Randitha
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first