J.T. Wenting

Avatar
  • Total activity 36
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 14
  • Created

    2024.3 is a slideshow

    Answered
    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...
    • 5 followers
    • 6 comments
    • 2 votes
  • Created

    Maven plugin doing weird things

    Answered
    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...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    Spring @Autowire error "more than one bean"

    Answered
    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...
    • 4 followers
    • 4 comments
    • 1 vote
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    ClassCastException related to IDEA specific classes when running outside of IntelliJ

    Answered
    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) ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Frequent cache corruption in 2018.3

    Answered
    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...
    • 6 followers
    • 5 comments
    • 1 vote
  • Created

    Issue loading project structure

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Code coverage error under OpenJDK 11

    Answered
    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...
    • 5 followers
    • 5 comments
    • 1 vote
  • Created

    Searching classes by access level in a project?

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes