Robert N

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 18
-
Created JDK20 and language level, red lines in editor?
AnsweredI installed the latest JDK from Oracle (20.0.1), and created a New Project in IntelliJ (2022.3.3). I'm just using IntelliJ for the build, no gradle or maven yet. I tried to use some of the latest f... -
Created Beginner code completion questions
AnsweredI just installed a trial of CLion, to use for C++, and I'm playing around with code completion. I have a couple questions. One of the repetitive things I type are `using` declarations at the top o... -
Created How to configure console log to recognize error/warn/info lines?
AnsweredI'm running Tomcat from IntelliJ. The console incorrectly highlights too much as "error" (red color). I see in IntelliJ's preferences, under Editor > Color Scheme > Console Colors, that you can con... -
Created The IDE keeps indexing the excluded build folder
AnsweredI have a project that that uses Gradle. (It's a multiplatform Kotlin project). When I run `gradle war` (from a shell or from within IntelliJ) it creates some files in the `build` folder (as expecte... -
Created Any option for formatting multiline concatenated strings like this?
Answered(I'm using Kotlin, but this could apply to Java too.) Often I write DB driver calls with big strings. For example: execute("update foo set completed_dt = toTimestamp(now()), " + "result = 'o... -
Created Can't execute statements in PostgreSQL file. It thinks ::type casts are parameters
AnsweredI just noticed that I can no longer use "Command-Enter" keyboard shortcut to execute the SQL statement before the cursor, when editing/viewing a SQL file. It pops up a window asking for "parameters... -
Created Web project with Python facet, all Python imports are unrecognized
AnsweredIf I create a simple Python project, it all works fine. But I have a older web project with mainly PHP code. It has a Python facet so I can edit a few Python files in the project. IntelliJ can't fi... -
Created Why is PHP runtime in Java project? How to remove?
AnsweredHi, I created a Java project, and for some reason the PHP Runtime is include in External Libraries. The screenshot below shows a Java 9 project, but it happens on Java 8 too. Is this a bug? Can I ... -
Created State of OSGi support?
AnsweredHi I enabled this Osmorc plugin, and created a simple project. It builds an OSGi bundle jar but I don't see any settings to control what packages are exported from the bundle. Do I need to use exte... -
Created ClassNotFoundException trying to run JUnit 5 test
AnsweredHi, I created a simple test like the one here: http://junit.org/junit5/docs/current/user-guide/#writing-tests When I try to run that test in IntelliJ, I see the error output below. Any idea what th...