walkmod-core

Open source project to apply coding conventions. This is the core component

License

License

GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

walkmod-core
Last Version

Last Version

3.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

walkmod-core
Open source project to apply coding conventions. This is the core component
Project URL

Project URL

https://github.com/rpau/walkmod-core
Source Code Management

Source Code Management

https://github.com/rpau/walkmod-core

Download walkmod-core

How to add to project

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

Dependencies

compile (15)

Group / Artifact Type Version
org.walkmod : merger jar [1.0.1, 2.0)
com.googlecode.java-diff-utils : diffutils jar 1.3.0
org.springframework : spring-context jar 3.1.1.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.6.2
org.apache.ivy : ivy jar 2.4.0-rc1
com.alibaba : fastjson jar 1.1.36
commons-io : commons-io jar 2.1
log4j : log4j jar 1.2.16
org.codehaus.groovy : groovy jar 2.1.6
org.codehaus.groovy : groovy-templates jar 2.1.6
org.codehaus.groovy : groovy-jsr223 jar 2.1.6
com.beust : jcommander jar 1.48
commons-lang : commons-lang jar 2.6
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.6.2
de.vandermeer : asciitable jar 0.2.3

provided (1)

Group / Artifact Type Version
org.walkmod : walkmod-cfg jar 2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Build Status Windows Build Status

walkmod: To Fix Java Static Coding Analysis Issues

WalkMod, is an open source tool to share and apply code conventions by automatic quick fixes for coding style issues.

WalkMod is language agnostic and platform agnostic, since it can be extended to support multiple programming languages and runs in any platform, since it is coded in Java. However, the only current supported programming language is Java.

WalkMod began as an open source framework to run code transformations. It benefits directly from the experience accumulated over several years of large-scale projects to support multiple quick fixes for existing static code analysis tools.

WalkMod logo

Getting started

Docker can be installed either on your computer or in any CI tool to ensure your code style before merging changes. To get started, check out the installation instructions in the documentation.

Usage examples

WalkMod can be used to run short-lived commands or by using an static configuration.

You can find a list of real-world examples in the documentation.

Under the hood

Under the hood, WalkMod is built on the following components:

  • The ivy engine to download plugins from Maven repositories.
  • The Spring Framework to support IoC.

Contributing to WalkMod

Want to hack on WalkMod? Awesome! The org.walkmod.WalkmodFacade can help you to invoke the available commands by API.

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.

Versions

Version
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0