GP-1149: Upping GhidraDev to 2.1.4

This commit is contained in:
Ryan Kurtz 2021-07-23 08:25:41 -04:00
parent cc75f89272
commit 46592bfe81
4 changed files with 6 additions and 4 deletions

View file

@ -388,7 +388,7 @@ public class GhidraProjectUtils {
// If the project is linked to an old Ghidra, keep the list of source folders that are
// linked to the Ghidra installation (after updating their paths to point to the new
// Ghidra installation).
IFolder entryFolder;
IFolder entryFolder = null;
if (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE) {
entryFolder = ResourcesPlugin.getWorkspace().getRoot().getFolder(entry.getPath());
}