J.T. Wenting
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 2024.3 is a slideshow
已回答Just 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... -
创建于 Maven plugin doing weird things
已回答This 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... -
创建于 Spring @Autowire error "more than one bean"
已回答When 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... -
已编辑于 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... -
创建于 ClassCastException related to IDEA specific classes when running outside of IntelliJ
已回答I'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) ... -
创建于 Frequent cache corruption in 2018.3
已回答Since 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... -
创建于 Issue loading project structure
已回答Found 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... -
创建于 Code coverage error under OpenJDK 11
已回答Getting 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... -
创建于 Searching classes by access level in a project?
已回答We'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...