Exam Preparation Quiz

Question 70 of 75

Improve Code Quality During Reviews

You are a developer at MDFT Pro, a leading educational technology company. While reviewing code for one of the academy’s training applications, you notice significant quality issues throughout the codebase. Specifically, many Java modules contain unused variables and empty catch blocks that could lead to hidden bugs and maintenance difficulties.

Your manager Claire has asked you to recommend a solution that can be integrated into the existing build pipeline to automatically identify these issues during future code reviews.

What should you recommend?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about PMD code quality analysis in Maven build tasks:
PMD Code Quality Analysis
Next Question