Code Analysis

SpotBugs Annotations

com.github.spotbugs : spotbugs-annotations

Annotations the SpotBugs tool supports

Last Version: 4.7.1

Release Date:

checkstyle

com.puppycrawl.tools : checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

Last Version: 10.3.1

Release Date:

SpotBugs

com.github.spotbugs : spotbugs

SpotBugs: Because it's easy!

Last Version: 4.7.1

Release Date:

WildFly: Checkstyle Configuration

org.wildfly.checkstyle : wildfly-checkstyle-config

Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs

Last Version: 1.0.8.Final

Release Date:

FreeBuilder

org.inferred : freebuilder

Automatic generation of the Builder pattern for Java 1.8+

Last Version: 2.7.0

Release Date:

PMD Core

net.sourceforge.pmd : pmd-core

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.

Last Version: 6.47.0

Release Date:

PMD Java

net.sourceforge.pmd : pmd-java

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.

Last Version: 6.47.0

Release Date:

PMD Test Framework

net.sourceforge.pmd : pmd-test

Contains a test framework to test rules.

Last Version: 6.47.0

Release Date:

Subset of Spotbugs Annotations

io.wcm.tooling.spotbugs : io.wcm.tooling.spotbugs.annotations

Contains a subset of Spotbugs Annotations for suppressing warnings in code.

Last Version: 1.0.0

Release Date:

Mobicents :: Code Style

org.mobicents : checkstyle

Checkstyle definition and IDE configurations

Last Version: 1.0.0.FINAL

Release Date:

PMD

net.sourceforge.pmd : pmd

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in C/C++, C#, Dart, Fortran, Go, Groovy, Java, JavaScript, JSP, Kotlin, Lua, Matlab, Modelica, Objective-C, Perl, PHP, PLSQL, Python, Ruby, Salesforce.com Apex, Scala, Swift and Visualforce.

Last Version: 6.47.0

Release Date:

Genesis Configuration :: Checkstyle

org.apache.geronimo.genesis.config : checkstyle-config

Provides the common Checkstyle configuration used by all modules.

Last Version: 1.3.1

Release Date:

OpenRDF Sesame: Inferencer Sails

org.openrdf.sesame : sesame-sail-inferencer

Stackable Sail implementation that adds RDF Schema inferencing to an RDF store.

Last Version: 4.1.2

Release Date:

Checkstyle

checkstyle : checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

Last Version: 5.0

Release Date:

jqassistant.core.report

com.buschmais.jqassistant.core : jqassistant.core.report

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.core.scanner

com.buschmais.jqassistant.core : jqassistant.core.scanner

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.core.plugin

com.buschmais.jqassistant.core : jqassistant.core.plugin

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.core.analysis

com.buschmais.jqassistant.core : jqassistant.core.analysis

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.core.store

com.buschmais.jqassistant.core : jqassistant.core.store

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.plugin.common

com.buschmais.jqassistant.plugin : jqassistant.plugin.common

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

Spoon Core

fr.inria.gforge.spoon : spoon-core

39bebb893107a2bb974c6264c3d9b29c96b11179

Last Version: 10.2.0-beta-11

Release Date:

jqassistant.core.shared

com.buschmais.jqassistant.core : jqassistant.core.shared

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jQAssistant Core Report

com.buschmais.jqassistant.core : report

The jQAssistant Core Framework providing the basic infrastructure for all jQAssistant plugins and other jQAssistant tools.

Last Version: 1.12.0-M1

Release Date:

Last Version: 1.0.0-beta7

Release Date:

jQAssistant Core Plugin

com.buschmais.jqassistant.core : plugin

The jQAssistant Core Framework providing the basic infrastructure for all jQAssistant plugins and other jQAssistant tools.

Last Version: 1.12.0-M1

Release Date:

Last Version: 1.0.0-beta7

Release Date:

jQAssistant Core Store

com.buschmais.jqassistant.core : store

The jQAssistant Core Framework providing the basic infrastructure for all jQAssistant plugins and other jQAssistant tools.

Last Version: 1.12.0-M1

Release Date:

PMD

pmd : pmd

<p>PMD scans Java source code and looks for potential problems like:</p> <ul> <li>Possible bugs - empty try/catch/finally/switch statements</li> <li>Dead code - unused local variables, parameters and private methods</li> <li>Suboptimal code - wasteful String/StringBuffer usage</li> <li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li> <li>Duplicate code - copied/pasted code means copied/pasted bugs</li> </ul> <p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p> <p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>

Last Version: 4.3

Release Date:

jqassistant.plugin.java

com.buschmais.jqassistant.plugin : jqassistant.plugin.java

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jQAssistant Embedded Neo4j 3.x Community Server

com.buschmais.jqassistant.neo4jserver : neo4jv3

Provides the adapter for the embedded Neo4j 3.x Community Server.

Last Version: 1.12.0-M1

Release Date:

jQAssistant Asciidoctor Utilities

com.buschmais.jqassistant : asciidoctor-utilities

A collection of various stuff required by projects of the jQAssistant ecosystem to generate and to build the documentation of jQAssistant.

Last Version: 1.12.0-M1

Release Date:

Fraclet Spoon processors for Fractal

org.objectweb.fractal.fraclet.java : fractal-spoonlet

Spoon generators and templates for generating Fractal Java artefacts

Last Version: 3.2.3

Release Date:

jQAssistant Core Shared

com.buschmais.jqassistant.core : shared

The jQAssistant Core Framework providing the basic infrastructure for all jQAssistant plugins and other jQAssistant tools.

Last Version: 1.12.0-M1

Release Date:

Fraclet Spoon processors for Fractal ADL

org.objectweb.fractal.fraclet.java : fractaladl-spoonlet

Fraclet Generators for the Fractal Architecture Description Language.

Last Version: 3.2.3

Release Date:

jqassistant.plugin.maven3

com.buschmais.jqassistant.plugin : jqassistant.plugin.maven3

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jQAssistant Core Scanner

com.buschmais.jqassistant.core : scanner

The jQAssistant Core Framework providing the basic infrastructure for all jQAssistant plugins and other jQAssistant tools.

Last Version: 1.12.0-M1

Release Date:

jQAssistant Core Analysis

com.buschmais.jqassistant.core : analysis

The jQAssistant Core Framework providing the basic infrastructure for all jQAssistant plugins and other jQAssistant tools.

Last Version: 1.12.0-M1

Release Date:

Inference API - Spark

net.sansa-stack : sansa-inference-spark_2.12

Apache Spark based inference layer for RDF and OWL

Last Version: 0.8.0-RC3

Release Date:

jqassistant.plugin.xml

com.buschmais.jqassistant.plugin : jqassistant.plugin.xml

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jQAssistant Plugin Common

com.buschmais.jqassistant.plugin : common

The jQAssistant Plugin Common provides a set of common classes which can be used by all jQAssistant plugins.

Last Version: 1.12.0-M1

Release Date:

jqassistant.plugin.junit

com.buschmais.jqassistant.plugin : jqassistant.plugin.junit

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jQAssistant Distribution Specification

com.buschmais.jqassistant : jqa-distribution-specification

This POM specifies the version of all modules of jQAssistant which will be part of the commandline distribution of jQAssistant and dependencies of the Maven plugin of jQAssistant.

Last Version: 1.12.0-M1

Release Date:

jqassistant.plugin.jpa2

com.buschmais.jqassistant.plugin : jqassistant.plugin.jpa2

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jQAssistant Core Rule

com.buschmais.jqassistant.core : rule

The jQAssistant Core Framework providing the basic infrastructure for all jQAssistant plugins and other jQAssistant tools.

Last Version: 1.12.0-M1

Release Date:

jqassistant.plugin.tycho

com.buschmais.jqassistant.plugin : jqassistant.plugin.tycho

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.plugin.cdi

com.buschmais.jqassistant.plugin : jqassistant.plugin.cdi

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.plugin.jaxrs

com.buschmais.jqassistant.plugin : jqassistant.plugin.jaxrs

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date:

jqassistant.plugin.ejb3

com.buschmais.jqassistant.plugin : jqassistant.plugin.ejb3

Framework for structural analysis of Java applications.

Last Version: 1.1.4

Release Date: