check box lists

This commit is contained in:
Greg DiCristofaro 2022-05-09 13:09:00 -04:00
parent a26fe1eb6c
commit e7399bbb5b
4 changed files with 6 additions and 5 deletions

View File

@ -338,6 +338,7 @@
<package>org.sleuthkit.autopsy.modules.encryptiondetection</package> <package>org.sleuthkit.autopsy.modules.encryptiondetection</package>
<package>org.sleuthkit.autopsy.modules.filetypeid</package> <package>org.sleuthkit.autopsy.modules.filetypeid</package>
<package>org.sleuthkit.autopsy.modules.hashdatabase</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.modules.vmextractor</package>
<package>org.sleuthkit.autopsy.progress</package> <package>org.sleuthkit.autopsy.progress</package>
<package>org.sleuthkit.autopsy.report</package> <package>org.sleuthkit.autopsy.report</package>

View File

@ -1050,7 +1050,7 @@ public class HashDbManager implements PropertyChangeListener {
* *
* @throws TskCoreException * @throws TskCoreException
*/ */
abstract boolean isValid() throws TskCoreException; public abstract boolean isValid() throws TskCoreException;
public abstract String getIndexPath() throws TskCoreException; public abstract String getIndexPath() throws TskCoreException;
@ -1301,7 +1301,7 @@ public class HashDbManager implements PropertyChangeListener {
* @throws TskCoreException * @throws TskCoreException
*/ */
@Override @Override
boolean isValid() throws TskCoreException { public boolean isValid() throws TskCoreException {
return hasIndex(); return hasIndex();
} }
@ -1646,7 +1646,7 @@ public class HashDbManager implements PropertyChangeListener {
* @return true if is valid, false otherwise * @return true if is valid, false otherwise
*/ */
@Override @Override
boolean isValid() { public boolean isValid() {
if (!CentralRepository.isEnabled()) { if (!CentralRepository.isEnabled()) {
return false; return false;
} }

View File

@ -1,5 +1,5 @@
#Updated by build script #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 LBL_splash_window_title=Starting Autopsy
SPLASH_HEIGHT=314 SPLASH_HEIGHT=314
SPLASH_WIDTH=538 SPLASH_WIDTH=538

View File

@ -1,4 +1,4 @@
#Updated by build script #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=Autopsy 4.19.3
CTL_MainWindow_Title_No_Project=Autopsy 4.19.3 CTL_MainWindow_Title_No_Project=Autopsy 4.19.3