should not run checkstyle on files with syntax errors
Status: Beta
Brought to you by:
dennislundberg
Checkstyle is not guaranteed to perform well on java
files that contain syntax errors. For example the java
parser might throw exceptions or even enter an infinite
loop.
Hence jetstyle should only check java files that do not
contain syntax errors. Maybe the IDEA parser can be
used to determine that?