We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following:
void meth(org.w3c.dom.Element element, String rev, File dir) { dir.eachDir { dir2 -> dir2.eachDir { dir3 -> def artifacts = element.getElementsByTagName('artifact') process(artifacts, rev, dir3) } } } private void process(artifacts, String rev, File jardir) {}
The method call "process" is highlighted as unknown (underlined).
The text was updated successfully, but these errors were encountered:
Fix for #1141: use thisObject not owner for nested closure this or outer
98e27fe
Sorry, something went wrong.
eric-milles
No branches or pull requests
Consider the following:
The method call "process" is highlighted as unknown (underlined).
The text was updated successfully, but these errors were encountered: