Skip to content
Advertisement

Tag: intellij-idea

Second root module in IntelliJ’s maven module view

I have a multimodule maven application with parent pom as follows: now in intelliJ’s maven module view i can see all modules however communication-management is displayed twice and i dont know why. From the structure of my application it seems like it shouldn’t be visible as root but somehow is. Here is the communication-management’s pom: and this is how i

Lombok @Builder not recognised by IntelliJ

I updated IntelliJ IDEA to version 2018.2.7, and Lombok’s @Builder annotation is not recognised anymore. The project already had Lombok annotations, which worked fine with previous (2017…) version of IntelliJ. Only @Builder is failing. I am using Lombok version 1.14.4. And Java 11. The problem is similar to this one: Lombok not working with Intellij But the solution provided there

IntelliJ IDEA stucks at “collecting data” while debug

I’m using IntelliJ IDEA to debug remote tomcat application. It works perfect before. However, for recent times, it always get stuck at “collecting data”, though the data is very small. I have searched on this site, and tried: Intelliji idea is very slow in debug mode and it is running perfectly in normal mode IntelliJ freezes for about 30 seconds

JavaFX and Maven in Intellij: JAVA_HOME set but “Unrecognized option –module-path” error persisting

Using Maven and JavaFX in Intellij (2019.1). I have been following this tutorial. I have a curious error that keeps occurring – every time I keep running the javafx:run plugin, it fails, giving this error: However, when I put the executable in the javafx-maven-plugin (<executable>”C:Program FilesJavajdk-12.0.1binjava.exe”</executable>) it works. I am on Windows and have set the JAVA_HOME system environment variable

Strange Javadoc wrapping in Intellij

Why I am getting this strange formatting of Javadoc in Intellij? The wrapping is completely off: This is my Intellij Javdoc Formatting rules Answer You can disable the Wrap at right margin option and use the Wrapping and Braces | Hard wrap at. The current behavior is a bit confusing and there is an open issue for that.

Advertisement