Netbeans scala 插件问题,类用红线下划线

发布于 2024-10-04 02:02:29 字数 190 浏览 0 评论 0原文

我在MacOSX上使用netbeans6.9(带有scala插件)​​和scala 2.8。 该插件工作正常,但是当我刷新 scala 项目时。 我看到所有的类都用红线下划线表示......

“非法继承: self 类型不符合 scala.ScalaObject 的 selftype ScalaObject ScalaObject 没有构造函数”

Iam using netbeans6.9 (with scala plugin) and scala 2.8 on MacOSX.
The plugin works fine but when i refresh the scala project.
I see all the class are underlined with red line saying....

"illegal inheritance:
self-type does not conform to scala.ScalaObject's selftype ScalaObject
ScalaObject doesnot have a constructor"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哭泣的笑容 2024-10-11 02:02:29

这是 NB 插件中的一个已知错误。有两种方法可以消除此错误。

  1. 在任何包含 Scala 代码的窗口(即打开 .scala 文件的任何窗口)内右键单击。选择“重置 Scala 解析器”。然后单击任何其他窗口并返回到您的 scala 代码。错误应该消失

  2. 重新启动 IDE。

这对我在 Windows 上的 NB 6.8 有效。我认为同样的功能也适用于 NB 6.9 的 Mac。

还有第三个选项可以忽略此错误(因为它仅在 IDE 中出现,但在编译期间不会发生)。

This is a known bug in the NB plugin. There are two ways to remove this error.

  1. Right click inside any window with Scala code (i.e. any window with a .scala file open). Select "reset Scala parser". Then click on any other window and back to your scala code. The error should disappear

  2. Restart the IDE.

This works for me in NB 6.8 on Windows. I assume the same would work on a Mac with NB 6.9.

There is a third option to just ignore this error (as it is only in the IDE but does not occur during compile).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文