Clear out the artifact caches and set the case to null.

This commit is contained in:
Ann Priestman 2019-03-21 13:21:19 -04:00
parent 5d24cec81a
commit e61f372720

View File

@ -708,14 +708,18 @@ public class CreatePortableCaseModule implements GeneralReportModule {
oldIdToNewContent.clear();
newIdToContent.clear();
oldTagNameToNewTagName.clear();
oldArtTypeIdToNewArtTypeId.clear();
oldAttrTypeIdToNewAttrType.clear();
oldArtifactIdToNewArtifact.clear();
currentCase = null;
if (portableSkCase != null) {
portableSkCase.close();
portableSkCase = null;
}
caseFolder = null;
copiedFilesFolder = null;
}
@Override
public JPanel getConfigurationPanel() {