walkmod-pmd-plugin

Walkmod plugin to automatically fix the reported problems by Checkstyle

Лицензия

Лицензия

Категории

Категории

Checkstyle Тестирование приложения и мониторинг Code Analysis
Группа

Группа

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

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

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

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

1.0.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

walkmod-pmd-plugin
Walkmod plugin to automatically fix the reported problems by Checkstyle
Ссылка на сайт

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

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

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

https://github.com/walkmod/walkmod-checkstyle-plugin

Скачать walkmod-checkstyle-plugin

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

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

Зависимости

compile (3)

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

test (1)

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

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

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

walkmod-checkstyle-plugin

Build Status

This is a walkmod plugin to automatically correct those Checkstyle rules that have a unique resolution. Currently, the supported rules are:

- TreeWalker/ArrayTypeStyle
- TreeWalker/AvoidInlineConditionals
- TreeWalker/AvoidStarImport
- TreeWalker/EmptyCatchBlock
- TreeWalker/EmptyStatement
- TreeWalker/NeedBraces
- TreeWalker/RedundantImport
- TreeWalker/UnusedImports

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 checkstyle -DconfigurationFile='my-checkstyle-file.xml'

If you don’t specify a configuration file, the applied conventions are the Sun conventions. If you are interested in using the Google conventions, type:

walkmod add checkstyle -DconfigurationFile='google_checks.xml'

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.

org.walkmod

walkmod

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

Версия
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1