mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Fix codacy errors
This commit is contained in:
parent
54205589bb
commit
ec82b0785c
@ -371,10 +371,10 @@ final class AddLogicalImageTask implements Runnable {
|
|||||||
}
|
}
|
||||||
String vhdFilename = fields[0];
|
String vhdFilename = fields[0];
|
||||||
// String fileSystemOffsetStr = fields[1];
|
// String fileSystemOffsetStr = fields[1];
|
||||||
String fileMetaAddressStr = fields[2];
|
// String fileMetaAddressStr = fields[2];
|
||||||
// String extractStatusStr = fields[3];
|
// String extractStatusStr = fields[3];
|
||||||
String ruleSetName = fields[4];
|
// String ruleSetName = fields[4];
|
||||||
String ruleName = fields[5];
|
// String ruleName = fields[5];
|
||||||
// String description = fields[6];
|
// String description = fields[6];
|
||||||
String filename = fields[7];
|
String filename = fields[7];
|
||||||
String parentPath = fields[8];
|
String parentPath = fields[8];
|
||||||
@ -386,7 +386,7 @@ final class AddLogicalImageTask implements Runnable {
|
|||||||
parentPath = ROOT_STR + "/" + vhdFilename + "/" + parentPath;
|
parentPath = ROOT_STR + "/" + vhdFilename + "/" + parentPath;
|
||||||
|
|
||||||
//addLocalFile here
|
//addLocalFile here
|
||||||
AbstractFile localFile = fileImporter.addLocalFile(
|
fileImporter.addLocalFile(
|
||||||
Paths.get(src.toString(), extractedFilePath).toFile(),
|
Paths.get(src.toString(), extractedFilePath).toFile(),
|
||||||
filename,
|
filename,
|
||||||
parentPath,
|
parentPath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user