Raise an issue when multiple constructors are defined for classes annotated with @Component, @Service, @Repository, or @Controller, and none of the constructors is annotated with @Autowired.
Activity
Done
Pinned fields
Click on the next to a field label to start pinning.
Implement the rule specified in https://github.com/SonarSource/rspec/pull/3350 by following the instructions defined in https://github.com/SonarSource/rspec#4-implement-the-rule
Raise an issue when multiple constructors are defined for classes annotated with
@Component
,@Service
,@Repository
, or@Controller
, and none of the constructors is annotated with@Autowired
.