Hello,
I am attempting to create a module which would export key case details from the current case into a report. I am having get ddifficulting in using the CaseDetails module with the org.sleuthkit.autopsy.casemodule library.
I keep receiving the following error: getCaseDisplayName(): expected 1arg; got 0
I ahve attempted to pass different variables and data with this function but then get the following error : getCaseDisplayName(): self arg can’t be coerced to org.sleuthkit.autopsy.casemodule.CaseDetails
According to the java binding documentation, for the functions within the CaseDetails, no arguments are expected:
https://sleuthkit.org/autopsy/docs/api-docs/4.15.0/_case_details_8java_source.html
Any advice in what I should be passing or am I using these function outside their intended use.
Dean