jar

org.codehaus.sonar-plugins : sonar-cutoff-plugin

Maven & Gradle

Oct 19, 2012

Sonar Cutoff Plugin · Exclude files from analysis based on a cutoff date threshold. Any source file that was last modified prior to the configured cutoff date is excluded. This can be useful when you want to analyze the work done on an existing code base and measure the quality of new code/changes only. This way previous phases of the project will not impact the analysis.

Table Of Contents

Latest Version

Download org.codehaus.sonar-plugins : sonar-cutoff-plugin JAR file - Latest Versions:

All Versions

Download org.codehaus.sonar-plugins : sonar-cutoff-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2
0.1.x
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sonar-cutoff-plugin-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.sonar.plugins.cutoff

├─ org.sonar.plugins.cutoff.CutoffConstants.class - [JAR]

├─ org.sonar.plugins.cutoff.CutoffFilter.class - [JAR]

├─ org.sonar.plugins.cutoff.CutoffPlugin.class - [JAR]