Skip to content

Commit

Permalink
SONARJAVA-2162 Set 'Java' category to file suffixes property (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohops authored Mar 17, 2017
1 parent 33564c8 commit f2d6f2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.sonar.java.DefaultJavaResourceLocator;
import org.sonar.java.JavaClasspath;
import org.sonar.java.JavaClasspathProperties;
import org.sonar.java.JavaConstants;
import org.sonar.java.JavaTestClasspath;
import org.sonar.java.SonarComponents;
import org.sonar.java.filters.PostAnalysisIssueFilter;
Expand All @@ -54,6 +55,7 @@ public void define(Context context) {
Java.class,
PropertyDefinition.builder(Java.FILE_SUFFIXES_KEY)
.defaultValue(Java.DEFAULT_FILE_SUFFIXES)
.category(JavaConstants.JAVA_CATEGORY)
.name("File suffixes")
.description("Comma-separated list of suffixes for files to analyze. To not filter, leave the list empty.")
.subCategory("General")
Expand Down

0 comments on commit f2d6f2d

Please sign in to comment.