jar

org.neo4j.build.plugins : clirr-maven-plugin

Maven & Gradle

Nov 10, 2015

Clirr Maven Plugin · This is a specialized version of the Clirr Maven Plugin. It adds capabilities for excluding specific error types, as well as separating code into three, rather than two, subgroups: Internal code (no checks) Externally invoked code (Annotated with an "externally invoked" annotation, same as Externally implemented, but adding methods to interfaces and abstract classes is allowed) Externally implemented code (Assumed default. Full backwards compatibility required *unless* an interface is annotated with a defined adaptor annotation, in which case full backwards compatibility is required for the adaptor class, but the rules of @ExternallyInvoked apply to the interface itself) Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API. The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes. In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental introduction of binary or source compatibility problems. Additionally, the plugin can generate a report as part of the generated site.

Table Of Contents

Latest Version

Download org.neo4j.build.plugins : clirr-maven-plugin JAR file - Latest Versions:

All Versions

Download org.neo4j.build.plugins : clirr-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 clirr-maven-plugin-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.codehaus.mojo.clirr

├─ org.codehaus.mojo.clirr.AbstractClirrCheckMojo.class - [JAR]

├─ org.codehaus.mojo.clirr.AbstractClirrMojo.class - [JAR]

├─ org.codehaus.mojo.clirr.AdaptedInterfacesFilter.class - [JAR]

├─ org.codehaus.mojo.clirr.ApiDifferenceFilter.class - [JAR]

├─ org.codehaus.mojo.clirr.ArtifactSpecification.class - [JAR]

├─ org.codehaus.mojo.clirr.ClirrArbitraryCheckMojo.class - [JAR]

├─ org.codehaus.mojo.clirr.ClirrCheckMojo.class - [JAR]

├─ org.codehaus.mojo.clirr.ClirrCheckNoForkMojo.class - [JAR]

├─ org.codehaus.mojo.clirr.ClirrClassFilter.class - [JAR]

├─ org.codehaus.mojo.clirr.ClirrDiffListener.class - [JAR]

├─ org.codehaus.mojo.clirr.ClirrReport.class - [JAR]

├─ org.codehaus.mojo.clirr.ClirrReportGenerator.class - [JAR]

├─ org.codehaus.mojo.clirr.DelegatingListener.class - [JAR]

├─ org.codehaus.mojo.clirr.ExternallyInvokedFilter.class - [JAR]

├─ org.codehaus.mojo.clirr.JavaTypeRepository.class - [JAR]

├─ org.codehaus.mojo.clirr.LogDiffListener.class - [JAR]

├─ org.codehaus.mojo.clirr.MessageCodeFilter.class - [JAR]

├─ org.codehaus.mojo.clirr.MissingPreviousException.class - [JAR]

├─ org.codehaus.mojo.clirr.SkipDeprecatedFilter.class - [JAR]

Advertisement