3
votes
3answers
81 views

Automatically add “this.” to instance variables

We have started to implement checkstyle as a way to provide a consistent code style across developers. One of the checks requires that all instance variables be references using "this.". I have not ...
1
vote
1answer
707 views

CheckStyle plugin for IDEA - java way of warnings presentation and automatic fixes?

Is it possible to make it present the list of warnings java/spellchecker style as opposed to a old school list of errors with line numbers? Can it automatically fix things like missed space near '=' ...