mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
junit 5 conversion: refresh view (IDEA-163691)
This commit is contained in:
@@ -164,6 +164,9 @@ public class JUnit5ConverterInspection extends BaseInspection {
|
||||
MigrationMap migrationMap = manager.findMigrationMap("JUnit (4.x -> 5.0)");
|
||||
if (migrationMap != null) {
|
||||
new MyJUnit5MigrationProcessor(project, migrationMap, files).run();
|
||||
if (refreshViews != null) {
|
||||
refreshViews.run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user