Closed trautonen closed 9 years ago
Mismatch for code line coverage and number of code lines in a source file results just a random ArrayIndexOutOfBoundsException. This should be a more clear error to detect the mismatching source file.
ArrayIndexOutOfBoundsException
Now results:
Build error: Line number 292 is greater than the source file src/main/java/org/mine/MyFile.java size
Mismatch for code line coverage and number of code lines in a source file results just a random
ArrayIndexOutOfBoundsException
. This should be a more clear error to detect the mismatching source file.