Static Analysis Utilities.
This plug-in provides utilities for the static code analysis plug-ins..
Here is the list of declaration for analysis-core. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>analysis-core</artifactId> <version>1.5</version> </dependency>
If you think this Maven repository POM file listing for analysis-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on analysis-core-1.5. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Testing | analysis-test 1.3 This plug-in provides test utilities for the static code analysis plug-ins. | 9 |
Library | tasks 4.4 This plug-in scans the workspace files for open tasks and generates a trend report. | 5 |
Parser | warnings 3.4 This plug-in reads the compiler warnings from the console log file and generates a trend report. | 5 |
The following packages are defined in the analysis-core-1.5.jar
hudson.plugins.analysis hudson.plugins.analysis.core hudson.plugins.analysis.dashboard hudson.plugins.analysis.graph hudson.plugins.analysis.util hudson.plugins.analysis.util.model hudson.plugins.analysis.views
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>analysis-pom</artifactId> <version>1.2</version> <relativePath>../analysis-pom/pom.xml</relativePath> </parent> <artifactId>analysis-core</artifactId> <packaging>hpi</packaging> <name>Static Analysis Utilities</name> <version>1.5</version> <description>This plug-in provides utilities for the static code analysis plug-ins.</description> <url>http://wiki.hudson-ci.org/display/HUDSON/Static+Code+Analysis+Plug-ins</url> <dependencies> <dependency> <groupId>de.java2html</groupId> <artifactId>java2html</artifactId> <version>5.0</version> </dependency> </dependencies> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/analysis-core-1.5</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/analysis-core-1.5</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/tags/analysis-core-1.5</url> </scm> </project>