public class FullTextFingerprint extends Object
LINES_LOOK_AHEAD).| Constructor and Description |
|---|
FullTextFingerprint()
Creates a new instance of
FullTextFingerprint. |
| Modifier and Type | Method and Description |
|---|---|
String |
compute(String fileName,
int line,
Charset charset)
Creates a fingerprint of the specified issue using the source code at the affected line.
|
public FullTextFingerprint()
FullTextFingerprint.public String compute(String fileName, int line, Charset charset) throws IOException
LINES_LOOK_AHEAD).fileName - the absolute path of the affected fileline - the line of the issuecharset - the encoding to be used when reading the affected fileIOException - if the file could not be readCopyright © 2018. All rights reserved.