False positive with java16 Record on SonarLint Eclipse 5.8.1

I tried to open an issue at Jira, but a button doesn’t appear for me there.
I have the following static inner record:

  public static record FoundAncestor(int level, String schemaName) {

  }

And those two wrong errors is showing to me:

Methods should not be empty (java:S1186)

Method names should comply with a naming convention (java:S100)

Hey there.

These kind of False Positives should be tackled by SONARJAVA-3763, sometime in the summer (there is a dependency on the Eclipse compiler)

In the meantime you can disable the rule if it’s too noisy.

I noticed S100 isn’t on the list so I’ll ping internally to see if it should be added.