Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.15
-
None
-
None
Description
For example on LineLength violation in console I get the following error:
[ERROR] src\test\java\com\test\SampleTest.java [89] (sizes) LineLength: Line is longer than 180 characters (found 202).
It would be better to have colon and line number instead of braces, so that I can directly paste the reference to IntelliJ and go to affected line:
[ERROR] src\test\java\com\test\SampleTest.java :89 (sizes) LineLength: Line is longer than 180 characters (found 202).
The same format has exception stacktrace in Java.