**Check Name** Y_CHECK_SELF_REFERENCE **Actual Behavior** check reacts to usage of instance attributes when calling an instance method ```abap DATA(sum) = aggregate_values( me->values ). ``` **Expected Behavior** Parameters should be irrelevant to the check