walkmod-core · Open source project to apply coding conventions. This is the core component
Group: org.walkmod - All Dependencies
javalang-compiler · Library of compiler components to processs Java code.
walkmod-cmd · Open source project to apply coding conventions. This contains the default configuration files of the binary distribution
walkmod-javalang-plugin · Walkmod plugin to support the Java 8 programming language. It contains helper visitors, a walker and a basic code writer.
walkmod-refactor-plugin · Visitors for refactoring (migration) purposes (i.e upgrade a third-party API).
walkmod-maven-plugin · Walkmod plugin to resolve a maven user classpath and provide it to code transformations
walkmod-formatter-plugin · walkmod pluggin to write sources files according an eclipse formatter configuration
walkmod-gradle-plugin · Walkmod plugin to resolve a gradle user classpath and provide it to code transformations
walkmod-javalang-plugin · Walkmod plugin to clean unused code using the semantic analysis (imports, variables, private methods, fields, types and so on..).
walkmod-override-plugin · Visitor to apply the override Java annotations on methods whenever it is necessary.
walkmod-license-applier-plugin · Walkmod plugin to add license headers into Java source files.
Maven WalkMod Plugin · Maven plugin to apply coding conventions.
walkmod-import-cleaner-plugin · Walkmod plugin to remove unused imports of Java source files
walkmod-rawfiles-plugin · Writer and walker to process plain text files
walkmod-rawclasspath-plugin · Walkmod plugin to resolve the user classpath and provide it to code transformations
walkmod-javalang-plugin · Walkmod plugin to add the java.io.Serialiable into the implements list.
walkmod-comments-cleaner-plugin · Walkmod plugin to clean comments that are pure code
walkmod-pmd-plugin · Walkmod plugin to automatically fix the reported problems by PMD