deadcode4j Maven Plugin

Finds unused classes of a project

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

de.is24.mavenplugins
Идентификатор

Идентификатор

deadcode-maven-plugin
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

deadcode4j Maven Plugin
Finds unused classes of a project
Ссылка на сайт

Ссылка на сайт

https://github.com/ImmobilienScout24/deadcode4j
Организация-разработчик

Организация-разработчик

Immobilien Scout GmbH
Система контроля версий

Система контроля версий

https://github.com/ImmobilienScout24/deadcode4j.git

Скачать deadcode-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>de.is24.mavenplugins</groupId>
    <artifactId>deadcode-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven : maven-core jar 3.0.5
org.javassist : javassist jar 3.18.0-GA

provided (1)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 2.0.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Модули Проекта

Данный проект не имеет модулей.

deadcode4j Latest version Build Status Coverage Status

Join the chat at https://gitter.im/ImmobilienScout24/deadcode4j

deadcode4j helps you find code that is no longer used by your application. It is especially useful for cleaning up legacy code.

As deadcode4j is available via the Maven repository, you can simply run
mvn de.is24.mavenplugins:deadcode4j-maven-plugin:find -Dmaven.test.skip=true
to analyze your project.
deadcode4j will trigger the package phase to be executed for a project (and for all modules listed in a reactor project) before analyzing the output directories. The output will look something like this:

[INFO] --- deadcode4j-maven-plugin:2.1.0:find (default-cli) @ someProject ---
[INFO] Analyzed 42 class(es).
[WARNING] Found 2 unused class(es):
[WARNING]   de.is24.deadcode4j.Foo
[WARNING]   de.is24.deadcode4j.Bar

Have a look at the wiki to get to know the features, read about the available goals, understand the configuration or learn deadcode4j's history and principles.

deadcode4j is tested with Maven 3.0.5, 3.1.1, 3.2.5 & 3.3.9.

de.is24.mavenplugins

ImmobilienScout24

Версии библиотеки

Версия
1.0.0