Added PMD supression

This commit is contained in:
Brian Carrier 2018-06-01 12:53:51 -04:00
parent 0fb67b7879
commit ae2e64ec35

View File

@ -82,6 +82,7 @@ import org.sleuthkit.datamodel.TskData;
/**
* View correlation results from other cases
*/
@SuppressWarnings("PMD.SingularField") // UI widgets cause lots of false positives
@ServiceProvider(service = DataContentViewer.class, position = 8)
@Messages({"DataContentViewerOtherCases.title=Other Occurrences",
"DataContentViewerOtherCases.toolTip=Displays instances of the selected file/artifact from other occurrences.",})