Since IntelliJ IDEA 2020.3.2 (I use Community Edition), I started getting: Parsing java... [applicationname] java: JPS incremental annotation processing is disa
Since IntelliJ IDEA 2020.3.2 (I use Community Edition), I started getting: Parsing java... [applicationname] java: JPS incremental annotation processing is disa
When I write this code in IntelliJ, it gives this error: Wildcards may be used only as reference parameters. Here is my code static <T extends Iterable<
How can we enable support for the spring security kotlin DSL? As you can see from the Screenshot of the IDE (IntelliJ), the DSL is not available: This is the f
I'm trying to use the @Serializable annotation in Kotlin. I can build the project with Gradle, but it's showing up red in IntelliJ and when I hover on the @Seri
Lot's of frustration here. I decided to follow the pop-up prompting an intellij upgrade so it'd stop nagging me. And now I get a compiler error on certain parts
I use the latest release of IDEA (now 2021.2.2) to develop the backend (and running tests) and the latest of Android Studio (now 2020.3.1) for the mobile app. W
Our java sdk include custom bash script for run a java application. Intellij default configuration for java application call this command: JDK_PATH/bin/java -AL
In intellij with the vim plugin. I am trying to switch between tabs from within from rather than using intellij's default setup of alt+left and alt+right to swi
I am trying to run application in Intellij Idea, but i am getting this error.... org.springframework.beans.factory.BeanCreationException: Error creating bean w
How can I use Spring Initializr support in IntelliJ IDEA Community Edition 2020? IntelliJ documentation recommend me: Create a Spring Boot project From
I want to Uninstall Android Studio, but it's not showing in the control panel programs and features, and I can't find the uninstaller. Does anyone know how to u
While trying to build https://github.com/mozilla/rhino, I'm getting Unable to find method on org.codehaus.groovy.runtime.StringGroovyMethods. so the build fails
I am currently running sonarlint plugin locally in Intelij which works well. I would like to run the plugin only for files that I have in my Changelist - before
When I install the Visual Paradigm SDE for IntelliJ IDEA (Community Edition) plugin, it doesn't work. After installing it and closing and reopening Android Stud
i am using idea 2021, i have a spring boot project with maven and mybatis. i often encounter this problem: once I modify the mybatis sql xml file(e.g. booking.x
The situation is when I open some files it isn't added on editor tab(red box). The file that I double-clicked is located in green box with replacing existing fi
I'm an absolute beginner. I learnt a bit of Java in my highschool and we were using BlueJ back then. I wanted to brush up so I started with the simplest code: p
AndroidStudio(Arctic Fox | 2020.3.1) get more and more dark grey bars when opening dialogs. When I open a dialog, something wrong happened that a grey bar appe
While running test cases from IntelliJ - facing this issue. mvn clean install works fine though. Anyone faced this issue before ?