mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Added PMD supression
This commit is contained in:
parent
0fb67b7879
commit
ae2e64ec35
@ -82,6 +82,7 @@ import org.sleuthkit.datamodel.TskData;
|
|||||||
/**
|
/**
|
||||||
* View correlation results from other cases
|
* View correlation results from other cases
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("PMD.SingularField") // UI widgets cause lots of false positives
|
||||||
@ServiceProvider(service = DataContentViewer.class, position = 8)
|
@ServiceProvider(service = DataContentViewer.class, position = 8)
|
||||||
@Messages({"DataContentViewerOtherCases.title=Other Occurrences",
|
@Messages({"DataContentViewerOtherCases.title=Other Occurrences",
|
||||||
"DataContentViewerOtherCases.toolTip=Displays instances of the selected file/artifact from other occurrences.",})
|
"DataContentViewerOtherCases.toolTip=Displays instances of the selected file/artifact from other occurrences.",})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user