Class FileBugHash

java.lang.Object
edu.umd.cs.findbugs.workflow.FileBugHash

public class FileBugHash extends Object
For each source file that has reported bugs, compute a hash of all the issues reported for that file. These hashes use line numbers, so a change that only changes the line number of an issue will cause the hash to be different.
Author:
William Pugh