Install and Use CheckStyle for Java as an IntelliJ IDEA Plugin 2018

preview_player
Показать описание
CheckStyle for java can scan your source and point out coding issues that you might have missed that might lead to problems.

It can also help you improve your Java Coding because you have to investigate and decide if this is a problem or not. Very often you learn some nuance about Java that can improve your programming. If you find issues that you don't care about you can change the configuration to avoid them being reported.

The application I ran CheckStyle against

---

---

Read my blog:

---

Find my online books and training at:

Рекомендации по теме
Комментарии
Автор

Thank you for this tutorial, short and straight to the point!

kristijanboskovic
Автор

Thank you so much. It helped me a lot.

gurur
Автор

Hey, what font do you use in the video?
and what size?

nin
Автор

now I don't know how to stop painting all my java code! How do I stop chech style? :( It's confusing to read my code in intellij u_u

lelandaure
Автор

Checkstyle does not run in real time, is that right? Trying to get to grips with it in Eclipse but this was still useful. Thanks

latedeveloper