public class SloccountDiffLanguage extends SloccountDiff
| Constructor and Description |
|---|
SloccountDiffLanguage(String name,
int lineCount,
int lineCountDelta,
int fileCount,
int fileCountDelta,
int commentCount,
int commentCountDelta)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getUrlName() |
compareTo, equals, getCommentCount, getCommentCountDelta, getCommentCountDeltaString, getCommentCountString, getFileCount, getFileCountDelta, getFileCountDeltaString, getFileCountString, getLineCount, getLineCountDelta, getLineCountDeltaString, getLineCountString, hashCodepublic SloccountDiffLanguage(String name, int lineCount, int lineCountDelta, int fileCount, int fileCountDelta, int commentCount, int commentCountDelta)
name - language namelineCount - lines count in the newer reportlineCountDelta - difference of lines count between current and previous
reportfileCount - files
count in the newer reportfileCountDelta - difference of files count between current and previous
reportcommentCount - comments count in the newer reportcommentCountDelta - difference of comments count between current and previous
reportCopyright © 2016–2022. All rights reserved.