mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Fixed Codacy issue with appending String literals.
This commit is contained in:
parent
9c4cbae4c4
commit
fdb725188c
@ -148,7 +148,7 @@ final class EncryptionDetectionDataSourceIngestModule implements DataSourceInges
|
|||||||
StringBuilder detailsSb = new StringBuilder("");
|
StringBuilder detailsSb = new StringBuilder("");
|
||||||
detailsSb.append("File: ").append(volume.getParent().getUniquePath()).append(volume.getName());
|
detailsSb.append("File: ").append(volume.getParent().getUniquePath()).append(volume.getName());
|
||||||
if (artifactType.equals(BlackboardArtifact.ARTIFACT_TYPE.TSK_ENCRYPTION_SUSPECTED)) {
|
if (artifactType.equals(BlackboardArtifact.ARTIFACT_TYPE.TSK_ENCRYPTION_SUSPECTED)) {
|
||||||
detailsSb.append("<br/>\n").append("Entropy: ").append(calculatedEntropy);
|
detailsSb.append("<br/>\nEntropy: ").append(calculatedEntropy);
|
||||||
}
|
}
|
||||||
|
|
||||||
services.postMessage(IngestMessage.createDataMessage(EncryptionDetectionModuleFactory.getModuleName(),
|
services.postMessage(IngestMessage.createDataMessage(EncryptionDetectionModuleFactory.getModuleName(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user