Skip to:
S1948 currently supports javax.inject.Injectbut does not support its migrated jakarta annotation jakarta.inject.Inject. This leads the following snippet to raise an issue.
javax.inject.Inject
jakarta.inject.Inject
Useful links:
RSPEC: https://sonarsource.github.io/rspec/#/rspec/S1948
Legacy RSPEC ticket:
S1948 currently supports
javax.inject.Inject
but does not support its migrated jakarta annotationjakarta.inject.Inject
. This leads the following snippet to raise an issue.