mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Codeacy fixes.
This commit is contained in:
parent
d376fbaeb0
commit
a51a2da70a
@ -208,7 +208,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
|
||||
|
||||
@Override
|
||||
@SuppressWarnings({"BoxedValueEquality", "NumberEquality"})
|
||||
protected CommonFilesMetadata doInBackground() throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException, Exception {
|
||||
protected CommonFilesMetadata doInBackground() throws TskCoreException, NoCurrentCaseException, SQLException, EamDbException {
|
||||
progress = ProgressHandle.createHandle(Bundle.CommonFilesPanel_search_done_searchProgress1());
|
||||
progress.start();
|
||||
progress.switchToIndeterminate();
|
||||
|
@ -62,6 +62,10 @@ public class Md5Node extends DisplayableItemNode {
|
||||
this.setDisplayName(this.md5Hash);
|
||||
}
|
||||
|
||||
/**
|
||||
* Callable wrapper to further delay lazy ChildFactory creation
|
||||
* and createNodes() call once lazy loading is functional.
|
||||
*/
|
||||
private static class Md5ChildCallable implements Callable<Children> {
|
||||
private final Md5Metadata key;
|
||||
private Md5ChildCallable(Md5Metadata key) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user