-
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
IDEA2022.1报错 #900
Comments
这个问题会连带导致IDEA无法commit代码。(如果你设置了commit之前检查执行代码规约检查的话,一般是默认检查的)关闭插件之后就能正常commit了。 |
我也遇到了 |
https://plugins.jetbrains.com/plugin/14109-alibaba-java-coding-guidelines-xenoamess-tpm-/ @DouShaoxun @Tegasus9 @cy503328434 @momofoolish 可以考虑迁移到TPM版。 |
我这边在官方代码的基础上修改了一下,目前发现不报错了 |
之前总是报错,用这个试了一天也没报错。 |
问下 这个安装后以后还能检测到官方更新吗 |
@shuohao 理论上应该不受影响,但是按照官方的更新频率怕是一年几乎也更新不了一次 |
|
@shuohao 看了一下现有源代码,这个只是输出了异常日志,没有影响相关功能 |
这个不提示那个修改为小写驼峰名alert了。。 但是手动check会提示不符合lowerCamelCase |
我也不知道是啥原因,有时候就是不提示quick fix |
感觉有时候是卡住了,也不知道啥原因 |
不是说相关负责人离职了吗? |
不会是给裁了吧 |
如果实现类的方法没加 @OverRide 注解就会导致插件报该错误。 |
靠谱,蟹蟹! |
2023.1 抛异常 java.lang.Throwable: Read access is allowed from inside read-action (or EDT) only (see com.intellij.openapi.application.Application.runReadAction()) |
好嘞 我试试 |
对了,安装前需要先卸载之前安装的,因为这个应该会跟原来的冲突 |
嗯 我刚安装报错,删了原来的好了 |
我用得的专业版的。老是报那个超出边界的错,看你发了好几个ZIP包,该用那个? |
@songke-git 这个版本,用之前需要先卸载已经安装的插件 |
2023.2启动idea报错 |
@godfather1103 刚才报了一个新的error 不知道是不是因为idea新版本2023.2 不兼容 com.intellij.diagnostic.PluginException: Please, do not use constructor injection: it slows down initialization and may lead to performance problems (requestorClass=com.alibaba.p3c.idea.component.AliProjectComponent)). See https://plugins.jetbrains.com/docs/intellij/plugin-services.html for details. [Plugin: io.github.godfather1103.alibaba.p3c] |
周末准备看看这个问题 |
Alibaba Java Coding Guidelines(Fix Some Bug)-2.1.1-2023.2.zip |
插件上传到jetbrains插件市场了,建议从插件市场安装,方便后续接收更新 |
|
问题描述
The text was updated successfully, but these errors were encountered: