Skip to content

QuentinLee5/fix-my-static-analysis-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fix My Static Analysis Java

Build Status

codecov

This tool provides support for fixing checkstyle errors on your maven java project.

Functionality

  • Removing unused imports.
  • Adding spaces before or after characters where these are desirable.
  • Add standard javadoc to getters and setters.
  • Put modifiers in the right order.

Requirements

  • Your project should be using maven.
  • The maven checkstyle plug-in should be installed.
  • You should have provided your own checkstyle.xml
  • Rust should be installed on your computer.

Using the tool

To use this tool, open the terminal. Next run the Rust program using the file path of the maven project as argument. When finished, the tool should have fixed the above mentioned checkstyle errors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages