|
Simian - Similarity Analyser v2.2.21 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CheckSummary
A summary of check statistics.
Method Summary | |
---|---|
int |
getDuplicateBlockCount()
Ibtains the number of duplicate blocks. |
int |
getDuplicateFileCount()
Obtains the number of files containing duplicates. |
int |
getDuplicateLineCount()
Obtains the number of duplicate lines. |
int |
getDuplicateLinePercentage()
Obtains the number of duplicate lines as a percentage of duplicate line count. |
long |
getProcessingTime()
Obtains the processing time (in milliseconds). |
int |
getTotalFileCount()
Obtains the total number of files processed. |
int |
getTotalRawLineCount()
Ontains the total number of raw source lines processed. |
int |
getTotalSignificantLineCount()
Obtains the total number of significant source lines processed. |
Method Detail |
---|
int getDuplicateFileCount()
int getDuplicateLineCount()
int getDuplicateBlockCount()
int getDuplicateLinePercentage()
int getTotalFileCount()
int getTotalRawLineCount()
int getTotalSignificantLineCount()
long getProcessingTime()
|
Simian - Similarity Analyser v2.2.21 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |