Rob
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Rob commented, -
Rob created a post, AnsweredScope "Module" difference between Find in Files (Strg Shift F) vs Usage Search (Strg Alt F7)
HelloI 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, ... -
-
-
Rob created a post, AnsweredPublishing artifacts to Jboss/Wildfly
HelloI 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... -
Rob created a post, AnsweredIntellij with Lombok: Exclude certain Files or packages from Lombok inspections?
HelloI 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... -
Rob created a post, AnsweredIntellij constantly asking for "env.GRADLE_HOME".
Basically 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... -
-
Rob created a post, AnsweredRecommended usage/configuration of Intellij with Gradle projects (war, jar) to be deployed on Wildfly Servers
Hello. 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 ... -
Rob created a post, AnsweredentityManager.createNativeQuery with {h-schema} placeholder
Hi. 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...