trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
311 stars 124 forks source link

Improved error message for duplicate classes in different modules #82

Closed trautonen closed 9 years ago

trautonen commented 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.

trautonen commented 9 years ago

Now results:

Build error: Line number 292 is greater than the source file src/main/java/org/mine/MyFile.java size