You are in the process of creating a new Java application. You analyze the code of .NET applications via a SonarQube server. You are preparing to add a task type to the build pipeline that will allow you to analyze and monitor the code quality of the Java application. Which two of the following task types could you use?
SonarQube is a set of static analyzers that can be used to identify areas of improvement in your code. It allows you to analyze the technical debt in your project and keep track of it in the future. With Maven and Gradle build tasks, you can run SonarQube analysis with minimal setup in a new or existing Azure DevOps Services build task. Reference: https://docs.microsoft.com/en-us/azure/devops/java/sonarqube?view=azure-devops