will-molloy / java-template

template repo for Java projects using Gradle with everything setup
https://github.com/will-molloy/java-template/generate
GNU General Public License v2.0
4 stars 58 forks source link

IDEA inspections #7

Open will-molloy opened 5 years ago

will-molloy commented 5 years ago

Just see https://github.com/JetBrains/inspection-plugin

Will allow stuff like:

to be checked

(i.e. stuff checkstyle, spotbugs, etc. doesn't pick up)

will-molloy commented 5 years ago

tried it, slows the build down, think its bugged with gradle 5 + java 11