-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 扫描后点击Clear Markers icon后,报internal error #43
Comments
@reJaHiGr 请帖一下 workspace/.metadata/.log 里面相关的异常日志哈 |
我也遇到类似的问题。错误日志为 |
将Eclipse运行使用的jdk升级到1.8试试 |
有个地方不小心用到了java8的函数,感谢反馈 |
@SeanCai 不支持JDK 1.7 吗? 补充一下log,我这边看了一些workspace中的log,报错信息还挺多,还有些是没有显示到eclipse中,在internal error during "Clear Markers"之前还有其他的log,具体如下: !ENTRY org.eclipse.jdt.core 4 2 2017-10-16 11:23:49.780 !ENTRY org.eclipse.jdt.core 4 4 2017-10-16 11:23:49.787 !ENTRY org.eclipse.core.jobs 4 2 2017-10-16 11:24:59.261 !ENTRY org.eclipse.core.jobs 4 2 2017-10-16 11:25:14.589 |
@SeanCai 能否考虑支持1.7,现在用jdk1.7的还是蛮多的 |
idea支持1.7+,eclipse 1.8... |
@bowen0801 Eclipse启动时用的JDK 1.8,项目还是可以用1.7的 |
有段代码不小心使用到了jdk1.8的LinkedHashMap.forEach,有问题的同学请先升级Eclipse启动时使用的JDK到1.8,下一版会修复这个问题 |
应该就是jdk版本原因导致的。暂时不想升级到jdk8。坐等下一版本发布。 |
Eclipse 4.4, JDK 1.7
扫描后,接受某些规则之外的结果,比如说在行尾使用注释,消除marker时报错。
The text was updated successfully, but these errors were encountered: