Skip to content

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. H…

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…