Похоже, что в настоящее время аннотацией @jQASuppress
можно исключить только одно ограничение / концепцию.
Следующее
@jQASuppress({"spring-injection:InjectablesShouldBeHeldInFinalFields",
"spring-injection:FieldsOfInjectablesMustNotBeManipulated"})
тем не менее, это приведет к
[ERROR] Constraint: spring-injection:FieldsOfInjectablesMustNotBeManipulated
[ERROR] Severity: MAJOR
[ERROR] Number of rows: 5
[ERROR] Fields of injectable types must not be manipulated, except from constructors.
Я что-то не так делаю?