java.lang.Object
edu.hm.hafner.analysis.FingerprintGenerator
Creates fingerprints for a set of issues.
- Author:
- Ullrich Hafner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(FullTextFingerprint algorithm, Report report, Charset charset) Creates fingerprints for the specified set of issues.
-
Constructor Details
-
FingerprintGenerator
public FingerprintGenerator()
-
-
Method Details
-
run
Creates fingerprints for the specified set of issues.- Parameters:
algorithm- fingerprinting algorithmreport- the issues to analyzecharset- the character set to use when reading the source files
-