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

lookupMethod: checkear tipos de los métodos #1890

Open
PalumboN opened this issue May 8, 2020 · 0 comments
Open

lookupMethod: checkear tipos de los métodos #1890

PalumboN opened this issue May 8, 2020 · 0 comments

Comments

@PalumboN
Copy link
Contributor

PalumboN commented May 8, 2020

Al relacionar un envío de mensaje con su método hay que checkear los tipos de las entradas y salidas:

override lookupMethod(String selector, List<?> parameterTypes) {
// TODO: Revisar por ahora solo checkea misma cantidad de parametros
// tal vez debería en realidad checkear tipos.
container.lookupMethod(selector, parameterTypes, true)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant