Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Irina DragicIrina DragicReporter
Johann BeleitesJohann BeleitesLabels
Components
Fix versions
Priority
Normal
Details
Details
Assignee
Irina Dragic
Irina DragicReporter
Johann Beleites
Johann BeleitesLabels
Components
Fix versions
Priority

Sentry
Sentry
Sentry
Created April 12, 2024 at 2:01 PM
Updated October 16, 2024 at 2:10 PM
Resolved April 19, 2024 at 2:54 PM
Enable the following rules on test code, as well as main code:
S4738
Java features should be preferred to Guava
S5738
"@Deprecated" code marked for removal should never be used
S6126
String multiline concatenation should be replaced with Text Blocks
S6208
Comma-separated labels should be used in Switch with colon case
S6213
Restricted Identifiers should not be used as Identifiers
S1611
Parentheses should be removed from a single lambda parameter when its type is inferred
S6204
Stream.toList() method should be used instead of "collectors" when unmodifiable list needed