to avoid having the test name reset by UsefulTestCase.clearDeclaredFields(), mark it as final
This commit is contained in:
@@ -15,8 +15,8 @@ import java.io.File;
|
||||
*/
|
||||
public class JetPsiCheckerTest extends LightDaemonAnalyzerTestCase {
|
||||
private boolean checkInfos = false;
|
||||
private String myDataPath;
|
||||
private String myName;
|
||||
private final String myDataPath;
|
||||
private final String myName;
|
||||
|
||||
public JetPsiCheckerTest(String dataPath, String name) {
|
||||
myDataPath = dataPath;
|
||||
|
||||
Reference in New Issue
Block a user