Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vandhalkar1
Total activity
14
Last activity
June 27, 2022 06:09
Member since
June 02, 2022 15:59
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
June 27, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 votes
Created
June 27, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 votes
Created
June 27, 2022 04:47
even if i write myFixture.getProject() then also it is giving NullPointerException
Community
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 votes
Created
June 27, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
I am using Myfixture.configurebyFile but it is throwing NullPointerException.
0 votes
Created
June 24, 2022 10:50
This code is throwing NullPointerException at line PsiFile files = createLightFile
Community
IntelliJ IDEA Open API and Plugin Development
How to get project side files in tests
0 votes
Created
June 24, 2022 10:49
class POMXMLTest extends BasePlatformTestCase { @Override protected String getTestDataPath() { return "src/test/java/demo/testdata"; } @Test void getfileTest() throws IOException { File...
Community
IntelliJ IDEA Open API and Plugin Development
How to get project side files in tests
0 votes
Created
June 19, 2022 10:52
I wanted to get user side file in plugin, it is resolved using psi files
Community
IntelliJ IDEA Open API and Plugin Development
Want to parse POM.XML to get the dependencies listed there.
0 votes