public class LineCountData extends Object
| Constructor and Description |
|---|
LineCountData(Integer linesNumber,
Set<Integer> linesOfCodeLines,
Set<Integer> effectiveCommentLine)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Set<Integer> |
effectiveCommentLines()
Returns the set of line numbers of comments
|
Integer |
linesNumber()
Returns the total number of lines of code
|
Set<Integer> |
linesOfCodeLines()
Returns the set of line numbers of lines of code
|
Copyright © 2018–2019. All rights reserved.