353037236
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 3
-
已编辑于 I want to invoke my code before compilation.
已回答I am writing a plugin, I want to invoke some code before compilation, so I implement CompilationStatusListener: public interface CompilationStatusListener extends EventListener {/*** Invoked in a S... -
已编辑于 Caused by: java.lang.ClassNotFoundException: org.jetbrains.idea.maven.project.MavenProjectsManager PluginClassLoader
已回答I am developing a IDEA plugin, I wrote a action class to get MavenProject(org.jetbrains.idea.maven.project.MavenProject) instance of project. here is the code: package com.example.demo.actions; im...