DOC

edu.hm.hafner : analysis-model

Maven & Gradle

Oct 23, 2023
85 stars

Static Analysis Model and Parsers · This library provides a Java object model to read, aggregate, filter, and query static analysis reports. It is used by Jenkins' warnings next generation plug-in to visualize the warnings of individual builds. Additionally, this library is used by a GitHub action to autograde student software projects based on a given set of metrics (unit tests, code and mutation coverage, static analysis warnings).

Table Of Contents

Latest Version

Download edu.hm.hafner : analysis-model Javadoc & API Documentation - Latest Versions:

All Versions

Download edu.hm.hafner : analysis-model Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
11.13.x

How to open Javadoc JAR file in web browser

  1. Rename the file analysis-model-11.13.0-javadoc.jar to analysis-model-11.13.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder analysis-model-11.13.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "analysis-model-11.13.0-sources.jar" -d "analysis-model-11.13.0-javadoc" -subpackages