Skip to content
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

2023.2版本插件报错 #980

Open
fenglangjunzi opened this issue Aug 3, 2023 · 13 comments
Open

2023.2版本插件报错 #980

fenglangjunzi opened this issue Aug 3, 2023 · 13 comments

Comments

@fenglangjunzi
Copy link

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: com.alibaba.p3c.smartfox]
at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:89)
at com.intellij.diagnostic.PluginException.logPluginError(PluginException.java:111)
at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:82)
at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:1011)
at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:36)
at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:158)
at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:137)
at com.intellij.serviceContainer.BaseComponentAdapter.access$createInstance(BaseComponentAdapter.kt:21)
at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invokeSuspend(BaseComponentAdapter.kt:185)
at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceAsync(BaseComponentAdapter.kt:180)
at com.intellij.serviceContainer.ComponentManagerImpl.createComponentsNonBlocking(ComponentManagerImpl.kt:446)
at com.intellij.openapi.project.impl.ProjectManagerImplKt$initProject$2$2.invokeSuspend(ProjectManagerImpl.kt:1227)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

image
@godfather1103
Copy link

#900

@fenglangjunzi
Copy link
Author

https://plugins.jetbrains.com/plugin/22381-alibaba-java-coding-guidelines-fix-some-bug-

这算是民间修复吗?官方不迭代了?

@godfather1103
Copy link

从2022.1版本开始就有问题了,官方一直没更新,发PR也没人接收,我只能自己改了上传市场,方便自己使用

@fenglangjunzi
Copy link
Author

作者莫非也毕业了吗😿

@jueding920
Copy link

这个不再更新了吗?

@godfather1103
Copy link

https://plugins.jetbrains.com/plugin/22381-alibaba-java-coding-guidelines-fix-some-bug-

大佬可以维护一个仓库吗

什么意思?

@godfather1103
Copy link

https://plugins.jetbrains.com/plugin/22381-alibaba-java-coding-guidelines-fix-some-bug-

大佬可以维护一个仓库吗

什么意思?

就是弄一个 git 地址,大家一起来维护,这个插件目前好像没人维护了

一直都有啊https://github.com/godfather1103/p3c

@godfather1103
Copy link

godfather1103/p3c#4
https://github.com/godfather1103/p3c/releases/tag/1.3-2023.2-2.1.1
增加了自定义namelist.properties的功能

@a1243412811
Copy link

godfather1103/p3c#4 https://github.com/godfather1103/p3c/releases/tag/1.3-2023.2-2.1.1 增加了自定义namelist.properties的功能

老哥idea更新了 用不了你的插件了 辛苦更新一下呗

@godfather1103
Copy link

@a1243412811 等官方审核,也可以去这边下载,离线安装最新版godfather1103/p3c#23 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@jueding920 @fenglangjunzi @godfather1103 @a1243412811 and others