-
Notifications
You must be signed in to change notification settings - Fork 19
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
Replace all unvisible types by Object #15
Comments
stephanenicolas
added a commit
that referenced
this issue
Oct 6, 2013
The visitor inside the
TODO :
Typical example : public class A {
private class B {}
B foo();
}
public Object foo() |
stephanenicolas
added a commit
that referenced
this issue
Oct 11, 2013
stephanenicolas
added a commit
that referenced
this issue
Oct 11, 2013
stephanenicolas
added a commit
that referenced
this issue
Oct 11, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When processing a class, it can internally use types that may not be visible in the boundbox scope or in its clients scope.
In that case , the type should be replaced by Object.
The text was updated successfully, but these errors were encountered: