-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
💉 bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
💉 bugSomething isn't workingSomething isn't working
