Programming language you’re coding in: Java (Spring Boot)
Is connected mode used: with OR without SonarCloud
IntelliJ version: 2023.2.2 Ultimate Edition
When viewing a rule in the SonarList IntelliJ Tool Window, the Noncompliant code example textbox is displayed with an “infinite” height. This makes it impossible to view the rest of the rule, i.e., the Compliant solution:
When you open the SonarLint Tool Window there is a options setting on the right side. You can click it and choose the Analysis logs and Verbose output. There is also a “Log” tab on the left of “Taint Vulnerabilities”. You can then introduce a new issue in a new file and trigger an analysis for it and the logs should be visible. Also, are you using the default settings of IntelliJ IDE? If not, is this issue occurring when you use default settings?
If by “default settings”, you mean all of the app settings, no, they’re not the default. If you mean for the SonarLint plugin, the only thing I’ve changed is adding a connection to our SonarCloud projects. The problem occurred before that and has continued after removing the connection.