IG: cleanup

This commit is contained in:
Bas Leijdekkers
2017-01-13 12:03:56 +01:00
parent fe60137635
commit 0149d19b54
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,5 +24,5 @@ public class InstanceVariableUninitializedUseInspectionTest extends LightInspect
return new InstanceVariableUninitializedUseInspection();
}
public void test() { doNamedTest("InstanceVariableUninitializedUse"); }
public void testInstanceVariableUninitializedUse() { doTest(); }
}
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,5 +24,5 @@ public class StaticVariableUninitializedUseInspectionTest extends LightInspectio
return new StaticVariableUninitializedUseInspection();
}
public void test() { doNamedTest("StaticVariableUninitializedUse"); }
public void testStaticVariableUninitializedUse() { doTest(); }
}