mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix InspectionProfileTest
This commit is contained in:
@@ -453,7 +453,7 @@ public class InspectionProfileTest extends LightIdeaTestCase {
|
||||
}
|
||||
|
||||
private static InspectionProfileImpl createProfile(@NotNull InspectionToolRegistrar registrar) {
|
||||
InspectionProfileImpl base = new InspectionProfileImpl("Base", registrar, InspectionProfileManager.getInstance());
|
||||
InspectionProfileImpl base = new InspectionProfileImpl("Base", registrar, InspectionProfileManager.getInstance(), null, null);
|
||||
return new InspectionProfileImpl("Foo", registrar, InspectionProfileManager.getInstance(), base, null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user