Category "intellij-idea"

Class [package.classname] Not Found .Error while loading [<servlet class>] when deploying web app to glassfish server

Earlier Everything was working fine. After last successful running of project .I created git branch and added some packages and classes.(git is pointing to this

How to turn off JetBrains IntelliJ bell sound?

I‘ve tried a lot of solutions on the web but couldn't find any to work for me. My OS: macOS Monterey What I've done already: IntelliJ > Settings > T

Installed XStream Dependency Not Recognized as a Class (Java 17 + Intellij)

I am looking into marshalling and unmarshalling xml data for a program design, and I've correctly installed XStream into my Maven dependency. https://i.stack.im

Spaces between editor line numbers intellij

As you can see there is a lot of "Spaces" between editor line numbers and i dont know how to disable or delete that.

IntelliJ: how to switch color schema with a shortcut

I have two different color schemas for the editors (Solarized Dark and Light) and I would like to be able to switch with a shortcut. Is this possible?

How to make a custom context action in Intellij IDEA using a plugin?

I wanna make a simple context action (the one that appears when you click Alt+Enter) using a plugin. But I can't figure out the group I need to add and how to i

Intelijj Idea move Junit tests to new class while refactoring

I have a class A with code and class ATest with tests: testcase1, testcase2... . I added new code to A and new testcaseN to ATest. During refactoring, I observe

The code completion is unnecessary when the left curly brace is entered in IDEA, how to solve it?

My software version is 2020.3.4!Do you have the same situation in your version?I can't search the same question on net. Screenshot in IDEA Thankyou!

Android and Detekt: Aligning .idea CodeStyle with detekt

I have an Android project that i've set up with Detekt. I'm currently using: io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.19.0 (Root build.gradle) io.gitl

Java JDK 18 in IntelliJ prints question mark "?" when I tried to print unicode like "\u1699"

tldr: I downgraded to JDK 17 (17.0.2) and now it works... I was watching a beginners Java tutorial by Kody Simpson on YT (youtube.com/watch?v=t9LP9Nt9Nco), and

Undefined Step definitions in Cucumber Java

I added the login steps in Login class. But when I run the scenario from the Login.feature file I still get undefined steps error. Login class package stepDefin

ForgeGradle actions causing IntelliJ to crash

The gradle process fails when I tried to build or sync my Forge mod written in Kotlin with IntelliJ The way to find any output is from the logs: [ 34623] WAR

IntelliJ Ultimate 2019.3 find usages not working

if i use maven propertie dynamic generation version in multi-module, find usages not working. projecdt structure: -parent-project --api --service parent: <pr

IntelliJ Ultimate 2019.3 find usages not working

if i use maven propertie dynamic generation version in multi-module, find usages not working. projecdt structure: -parent-project --api --service parent: <pr

How to set up a keyboard shortcut for increasing/decreasing font size in IntelliJ editors?

Because my mouse scroll wheel increases the font in big jumps I need a way how to use something like cmd and + or something to increase and - to decrease the fo

JavaFX with Gradle error module not found

I'm creating a sample demo application with JavaFX in IntelliJ, but I need to use a library called the JavaFaker library. I'm using Gradle as the build system,

IntelliJ loading image files as text files

I had some Pngs that were working fine but when I put open them in IntelliJ it is trying to load them as a text file and makes it impossible to open the image e

Error message when opening IntelliJ, from command line in Linux

I changed my IntelliJs base JDK, to try and fix an error, and now it will not even let me open up Intellij. I tried to re-install, but that did not work. Intell

IntelliJ IDEA & Mockito.spy - source code does not match the bytecode

I am using IntellIj IDEA, when I try to debug into a mockito spied object, it gave me error "source code does not match the bytecode". can anyone help?

Declaring multiple custom css properties in :root causes error

I've been trying to create multiple custom properties to use in my CSS files, after searching I discovered they should be prefixed with a double-dash and usuall