diff --git a/Core/nbproject/project.xml b/Core/nbproject/project.xml index b87be37d472accda394d6712122c0a979563bbbe..a2c26e5f6e5487cc33fc079337315ace70bfc78f 100644 --- a/Core/nbproject/project.xml +++ b/Core/nbproject/project.xml @@ -338,6 +338,7 @@ <package>org.sleuthkit.autopsy.modules.encryptiondetection</package> <package>org.sleuthkit.autopsy.modules.filetypeid</package> <package>org.sleuthkit.autopsy.modules.hashdatabase</package> + <package>org.sleuthkit.autopsy.modules.interestingitems</package> <package>org.sleuthkit.autopsy.modules.vmextractor</package> <package>org.sleuthkit.autopsy.progress</package> <package>org.sleuthkit.autopsy.report</package> diff --git a/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java b/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java index cf099075ed3e6480118a83c6ef1131eddba9320b..cb96c4793cf53213aadaaef4160c6ab26a5e4314 100644 --- a/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java +++ b/Core/src/org/sleuthkit/autopsy/modules/hashdatabase/HashDbManager.java @@ -1050,7 +1050,7 @@ public enum Event { * * @throws TskCoreException */ - abstract boolean isValid() throws TskCoreException; + public abstract boolean isValid() throws TskCoreException; public abstract String getIndexPath() throws TskCoreException; @@ -1301,7 +1301,7 @@ public HashHitInfo lookupMD5(Content content) throws TskCoreException { * @throws TskCoreException */ @Override - boolean isValid() throws TskCoreException { + public boolean isValid() throws TskCoreException { return hasIndex(); } @@ -1646,7 +1646,7 @@ public HashHitInfo lookupMD5(Content content) throws TskCoreException { * @return true if is valid, false otherwise */ @Override - boolean isValid() { + public boolean isValid() { if (!CentralRepository.isEnabled()) { return false; } diff --git a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties index 70757be098fbe23724a06285ea2b4330da210443..0c25d1f553399587c2714b5929bc65ae3a7dacdc 100644 --- a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties +++ b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties @@ -1,5 +1,5 @@ #Updated by build script -#Tue, 29 Mar 2022 14:28:23 -0400 +#Mon, 09 May 2022 12:29:49 -0400 LBL_splash_window_title=Starting Autopsy SPLASH_HEIGHT=314 SPLASH_WIDTH=538 diff --git a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties index 0cce0c0e1a5040a2cc157ce4f1d9556f09676e75..d6915be1cb3d41227e0d052c9e02fee548a24ffd 100644 --- a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties +++ b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties @@ -1,4 +1,4 @@ #Updated by build script -#Tue, 29 Mar 2022 14:28:23 -0400 +#Mon, 09 May 2022 12:29:49 -0400 CTL_MainWindow_Title=Autopsy 4.19.3 CTL_MainWindow_Title_No_Project=Autopsy 4.19.3