class必须声明为abstract或实现convertToLegacyCheckingEqualizer

时间:2017-07-17 21:31:46

标签: scala intellij-idea

我在IntelliJ 2017.1 Ultimate中编写了一个简单的测试用例。我在IntelliJ

中看到了一个绝对错误的错误消息
class must either be declared abstract or implement convertToLegacyCheckingEqualizer

我的代码编译并运行得非常好,但IntelliJ版本总是为每个测试类显示此消息。

我用Google搜索,发现完全不满意的答案,如

* I restarted my IDE to solve the problem
* I deleted my idea project and recreated it to solve the problem
* I cleared ivy cache to solve the problem.

这种解决方案是错误的,并没有真正解决问题。

enter image description here

1 个答案:

答案 0 :(得分:8)

尝试一下:在 IntelliJ 中,转到文件菜单,然后选择无效缓存/重新启动... 选项。在出现的对话框中,单击无效并重新启动按钮。

IntelliJ 重新启动后,请检查您是否仍有同样的问题。