You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicclassA {
intx = 5;
publicvoidfoo(intx) {
System.out.println(x); // Access to the parameter x
}
}
When asking for accesses to the parameter x of the foo method using #fastAccesses on the famix entity representing this parameter, the result includes the parameter declaration int x. It should not include the parameter declaration.
The text was updated successfully, but these errors were encountered:
When asking for accesses to the parameter x of the foo method using #fastAccesses on the famix entity representing this parameter, the result includes the parameter declaration
int x
. It should not include the parameter declaration.The text was updated successfully, but these errors were encountered: