mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
migrate: clone with file names (IDEA-177968)
This commit is contained in:
@@ -41,6 +41,7 @@ public class MigrationMap {
|
||||
MigrationMap newMap = new MigrationMap();
|
||||
newMap.myName = myName;
|
||||
newMap.myDescription = myDescription;
|
||||
newMap.myFileName = myFileName;
|
||||
for(int i = 0; i < myEntries.size(); i++){
|
||||
MigrationMapEntry entry = getEntryAt(i);
|
||||
newMap.addEntry(entry.cloneEntry());
|
||||
|
||||
Reference in New Issue
Block a user