Details
Issue Links
- relates to
-
SONAR-3896
The last empty line of source file is not displayed in the source code viewer
-
-
SONAR-2282
When the last line of a source code file is a blank line, this line is not currently displayed but should be
-
We decided that the last empty line should not be counted as a real line, as it is empty. Indeed, no tool will report a violation on an empty line (as there's no code) and we don't want a user to be able to create a manual violation on it.
See
SONAR-3003for reference.