主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Vandhalkar1
活动总数
14
最后的活动
2022年06月27日 06:09
成员加入日期
2022年06月02日 15:59
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2022年06月27日 06:09
plugins { id 'org.jetbrains.intellij' version '1.6.0' id 'java'} group 'org.example'version '1.0-SNAPSHOT' repositories { mavenCentral()} dependencies { testImplementation 'org.junit.ju...
社区
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 票
创建于
2022年06月27日 06:08
Task :compileJava UP-TO-DATE> Task :setupDependencies> Task :patchPluginXml UP-TO-DATE> Task :processResources UP-TO-DATE> Task :classes UP-TO-DATE> Task :setupInstrumentCode> Task :instrumentCode ...
社区
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 票
创建于
2022年06月27日 04:47
even if i write myFixture.getProject() then also it is giving NullPointerException
社区
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 票
创建于
2022年06月27日 04:46
ackage demo; import com.google.common.collect.Iterables;import com.intellij.psi.PsiFile;import com.intellij.testFramework.fixtures.BasePlatformTestCase;import java.util.Arrays;import java.util.List...
社区
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 票
创建于
2022年06月24日 10:50
This code is throwing NullPointerException at line PsiFile files = createLightFile
社区
IntelliJ IDEA Open API and Plugin Development
How to get project side files in tests
0 票
创建于
2022年06月24日 10:49
class POMXMLTest extends BasePlatformTestCase { @Override protected String getTestDataPath() { return "src/test/java/demo/testdata"; } @Test void getfileTest() throws IOException { File...
社区
IntelliJ IDEA Open API and Plugin Development
How to get project side files in tests
0 票
创建于
2022年06月19日 10:52
I wanted to get user side file in plugin, it is resolved using psi files
社区
IntelliJ IDEA Open API and Plugin Development
Want to parse POM.XML to get the dependencies listed there.
0 票