Category "intellij-idea"

JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate

Since IntelliJ IDEA 2020.3.2 (I use Community Edition), I started getting: Parsing java... [applicationname] java: JPS incremental annotation processing is disa

JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate

Since IntelliJ IDEA 2020.3.2 (I use Community Edition), I started getting: Parsing java... [applicationname] java: JPS incremental annotation processing is disa

var keyword gives an error in IntelliJ (Wildcards may be used only as reference parameters)

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 to enable spring security kotlin DSL?

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

Kotlin @Serializable annotation not working in IntelliJ

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

Updated intellij messed up Kotlin with 'Check your module classpath for missing or conflicting dependencies'

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

IntelliJ IDEA and Android Studio create ADB conflict: Could not connect to remote process

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

Intellij Run/Debug Configuration change ../bin/java

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

How can you map .ideavimrc to switch between tabs in Intellij

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

Spring Boot Application faild to start in intellij idea showing exception

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 to add Spring Initializr support to IntelliJ IDEA Community Edition 2020

How can I use Spring Initializr support in IntelliJ IDEA Community Edition 2020? IntelliJ documentation recommend me: Create a Spring Boot project From

Can't uninstall Android Studio on Windows 10

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

Unable to find Groovy method when building Rhino with Intellij IDEA

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

Sonarlint and Intelij: possible to run analysis only for files in a changelist?

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

Plugin Error: Plugin "Visual Paradigm SDE for IntelliJ IDEA (Community Edition)" is incompatible (supported only in IntelliJ IDEA)

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

idea Invalid bound statement (not found)

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

How can I see multiple tabs in IntelliJ?

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

Why is IntelliJ not recognising stuff as I type? BlueJ is easily recognising the same code?

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 get more and more dark grey bars when opening dialogs

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

java.lang.VerifyError: class com.intellij.junit4.JUnit4TestRunnerUtil$5 overrides final method getRunner.()Lorg/junit/runner/Runner;

While running test cases from IntelliJ - facing this issue. mvn clean install works fine though. Anyone faced this issue before ?