Rob
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Edited Scope "Module" difference between Find in Files (Strg Shift F) vs Usage Search (Strg Alt F7)
AnsweredHelloI am wondering about IDEA behaviour in terms of Find in Files vs Usage Search when it comes to selecting Scope “Module”.Say I have a Java EE webproject with src/main/java, src/main/resources, ... -
Created Publishing artifacts to Jboss/Wildfly
AnsweredHelloI am pretty sure that some time ago in this screen as soon as an artifact was deployed to the server the server (obfuscated here) could be expanded and thus it was possible to “Publish” any of... -
Created Intellij with Lombok: Exclude certain Files or packages from Lombok inspections?
AnsweredHelloI am not quite sure what would be the best way (if even possible) to exclude certain files or even preferably packages (e.g. with generated code) from certain Inspections.In my actual case rig... -
Created Intellij constantly asking for "env.GRADLE_HOME".
AnsweredBasically every time I open Intellij I get the error message.When I go to “Fix it” I get the configuration screen: So GRADLE_HOME and GRADLE_USER_HOME are obviously set from Windows environment var... -
Created Recommended usage/configuration of Intellij with Gradle projects (war, jar) to be deployed on Wildfly Servers
AnsweredHello. Dealing with Gradle based projects in IntelliJ I was wondering whether there are some best practices/recommendations how to setup and configure the toolset. Currently mainly working on Java ... -
Edited entityManager.createNativeQuery with {h-schema} placeholder
AnsweredHi. Using IntelliJ IDEA Ultimate 2019.1 Writing a native jpa Query (Wildfly, Oracle) with db schemas configured via hibernate.default_schema in standalone.xml I wanted to use {h-schema} placeholde...