Map<String, String> getPatchedVersionMap() {
HashMap map = new HashMap();
Iterator i$ = this.profiles.values().iterator();
while (i$.hasNext()) {
Config$ProfileEntry profile = (Config$ProfileEntry)i$.next();
profile.versions.remove((Object)null);
profile.versions.remove("");
Iterator i$1 = profile.versions.entrySet().iterator();
while (i$1.hasNext()) {