walkmod-import-cleaner-plugin

Walkmod plugin to remove unused imports of Java source files

Лицензия

Лицензия

Группа

Группа

org.walkmod
Идентификатор

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

walkmod-imports-cleaner-plugin
Последняя версия

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

2.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

walkmod-import-cleaner-plugin
Walkmod plugin to remove unused imports of Java source files
Ссылка на сайт

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

https://github.com/rpau/walkmod-imports-cleaner-plugin
Система контроля версий

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

https://github.com/rpau/walkmod-imports-cleaner-plugin

Скачать walkmod-imports-cleaner-plugin

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

<!-- https://jarcasting.com/artifacts/org.walkmod/walkmod-imports-cleaner-plugin/ -->
<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>walkmod-imports-cleaner-plugin</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.walkmod/walkmod-imports-cleaner-plugin/
implementation 'org.walkmod:walkmod-imports-cleaner-plugin:2.0.3'
// https://jarcasting.com/artifacts/org.walkmod/walkmod-imports-cleaner-plugin/
implementation ("org.walkmod:walkmod-imports-cleaner-plugin:2.0.3")
'org.walkmod:walkmod-imports-cleaner-plugin:jar:2.0.3'
<dependency org="org.walkmod" name="walkmod-imports-cleaner-plugin" rev="2.0.3">
  <artifact name="walkmod-imports-cleaner-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.walkmod', module='walkmod-imports-cleaner-plugin', version='2.0.3')
)
libraryDependencies += "org.walkmod" % "walkmod-imports-cleaner-plugin" % "2.0.3"
[org.walkmod/walkmod-imports-cleaner-plugin "2.0.3"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.walkmod : javalang jar [3.0.0, 4.0.0)
org.walkmod : walkmod-core jar [1.0.0,2.0.0)

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.5

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

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

walkmod-imports-cleaner-plugin

Build Status

This is a walkmod plugin to remove unused imports in Java source files. It does not remove static or wildcard imports.

Usage

1) Verify that your walkmod version is > = 2.2.0

2) Execute the following command to add this code transformation plugin as part of your conventions.

walkmod add imports-cleaner

3) Now, You see the results, executing:

walkmod apply

Or, alternatively, you can also check which would be the modified classes typing:

walkmod check

Contributing

If you want to hack on this, fork it, improve it and send me a pull request.

To get started using it, just clone it and call mvn install.

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

Версия
2.0.3
2.0.2
2.0.1
2.0
1.0