Hello! I’m on SonarQube for IDE: IntelliJ version 10.27.1.81796 and for this code:
/// Infers the log level from the given message.
///
/// @param message the message
/// @return the inferred log level
public static Level inferLevel(String message) {
I still get these java:S1176 issues:
Document the parameter(s): message
Document this method return value
Is this a bug or am I missing something? I already have sonar.java.source = 23 set. Thanks!
/// The abstract class for any Vaadin [CustomResource].
///
/// @param <S> the type of the spec
/// @param <T> the type of the status
@AdditionalPrinterColumn(
name = "AGE",
type = AdditionalPrinterColumn.Type.DATE,
jsonPath = ".metadata.creationTimestamp")
public abstract class VaadinResource<S, T> extends CustomResource<S, T> {
I couldn’t fine the “Enable the Analysis logs and Verbose output in the tool window settings” option mentioned in the documentation link, I hope what’s in that tab is enough.
Thanks for the update! I see the PR has been merged a week ago, and yesterday there’s been a new release of the IntelliJ plugin, but unfortunately it seems the fix is not included yet.
The Java analyzer version that includes the fix has not yet been released, sorry for the inconvenience. Supposedly, our next version of SonarQube for IntelliJ should contain the fix, and it will be released in approximately 2 weeks.
You can track the releases from our sonar-java analyzer here. Unfortunately, it seems that they haven’t yet released a new version. I will ping them on this thread and see if they can give you a better estimate. Thank you for your patience.
Thanks, I’ll keep an eye on that page. Is there a roadmap with planned/missing issues for next release, to make an idea of what’s holding it? A rough estimation would help us set internal deadlines to restore our Quality Profile for the project. I’d be happy to contribute if that helps!
Just to mention that we recently merged the changes to main branch on the analyzer side, and they will be potentially shipped on the next SQS and SQC versions soon.
Hey @heruan, the latest version of SonarQube for IDE includes the new Java analyzer version. Could you please verify that everything is working as expected now? Thanks!