Describe the bug
By design record's attributes are implicitly final although final keyword is not allowed in the record declaration. Hence GCI82 rules still finds an issue on record declaration.
To Reproduce
Declare a java record and analyse the code with creedengo plugin.
public record TestRecord(String name, int age) {}
Expected behavior
The record declaration should be compliant and no issue should be raised.
Screenshots

Software Versions
- SonarQube Version: Community Build v25.3.0.104237
- Plugin Version: 2.1.1
Additional context
None
Describe the bug
By design record's attributes are implicitly final although final keyword is not allowed in the record declaration. Hence GCI82 rules still finds an issue on record declaration.
To Reproduce
Declare a java record and analyse the code with creedengo plugin.
Expected behavior
The record declaration should be compliant and no issue should be raised.
Screenshots
Software Versions
Additional context
None