Details
Description
In the following example the value of the field foo is not injected at runtime :
@Rule(...) public abstract class Parent { @RuleProperty(key="foo") private String foo; } public class Child extends Parent { }
Issue Links
- depends upon
-
SONAR-3169
API: new utility class org.sonar.api.utils.FieldUtils2
-
Manually "tested"