J.T. Wenting
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created 2024.3 is a slideshow
AnsweredJust upgraded to 2024.3 and it's extremely slow. Opening a package or directory in the project window takes minutes (just clicking on a package name that is, for every lower package or directory it... -
Created Maven plugin doing weird things
AnsweredThis is only what the IDE shows, not what Maven actually executes (it downloads the correct version): ${java.version} is "11" in the pom file, "Eclipse Temurin 11.0.17" happens to be the name of t... -
Created Spring @Autowire error "more than one bean"
AnsweredWhen a bean implementation exists both in the production and test codes, IntelliJ will mark @Autowired instances of this bean as "cannot autowire, more than one bean...". This is of course incorrec... -
Edited Strange error creating an index in MariaDB
When creating an index in MariaDB, the following error appears in the event log (the index is created): [42S02][1109] Unknown table 'check_constraints' in information_schemaQuery is: selectconstr... -
Created ClassCastException related to IDEA specific classes when running outside of IntelliJ
AnsweredI've been getting the occasional ClassCastException when running a project that's related to what seems to be internal classes of IntelliJ. The project is a Java Webstart client (yes, legacy code) ... -
Created Frequent cache corruption in 2018.3
AnsweredSince upgrading from 2018.2 to 2018.3 I experience frequent cache corruption. Symptoms like the editor not finding classes to import even if they're in the same package, the project window not show... -
Created Issue loading project structure
AnsweredFound consistently today, but seen very occasionally in the past, the project structure pane remains empty, showing just "loading...". Tracked it down to a stacktrace caused by the Kubernetes plugi... -
Created Code coverage error under OpenJDK 11
AnsweredGetting the following error running tests with coverage under OpenJDK11: Tests are JUnit 5. java.lang.ClassFormatError: Nest member class_info_index 18 has bad constant type in class file com/cap... -
Created Searching classes by access level in a project?
AnsweredWe've a rather large project (1 million+ lines of code in something like 25 modules) and are in the process of porting it from an old JBoss version to Wildfly. Due to the new classloading system Wi...