Skip to content

Adebski/JavaStaticAnalysis

Repository files navigation

Overview

This repository contains code for a blog post on static analysis tools for the Java language you can find on my blog .

Compiling and running static analysis

Run mvn validate to compile the code and execute all the static analysis tools configured in the project. Checkstyle, PMD, SpotBugs are configured as Maven plugins. Error Prone checks are exeucted during the compilation itself since that tool is implemented as a javac plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages