Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Erwan SérandourErwan SérandourReporter
Leonardo PilastriLeonardo PilastriLabels
Start date
Dec 06, 2024Components
Fix versions
Priority
Normal
Details
Details
Assignee
Erwan Sérandour
Erwan SérandourReporter
Leonardo Pilastri
Leonardo PilastriLabels
Start date
Dec 06, 2024
Components
Fix versions
Priority

Sentry
Sentry
Sentry
Created March 30, 2023 at 3:43 PM
Updated December 11, 2024 at 9:21 AM
Resolved December 11, 2024 at 9:20 AM
Not having cross-file analysis for this rule, we fail to detect if a class that falls into the test naming convention for rule S2187 is inheriting test methods from its parent class.
Having something like this in one file:
and in another file something like:
will raise an issue on the child class, because the test method implemented in the superclass, and ran in the child class, is not detected by the analyzer.