Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#fastAccesses returns variable declaration #8

Open
LABSARI opened this issue Jan 12, 2024 · 0 comments
Open

#fastAccesses returns variable declaration #8

LABSARI opened this issue Jan 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LABSARI
Copy link

LABSARI commented Jan 12, 2024

public class A {
    int x = 5;
    public void foo(int x) {
        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.

@badetitou badetitou added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants