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

Investigate if constructor/method maps can be re-used during revalidation #196

Open
kjonescertinia opened this issue Jun 20, 2023 · 0 comments

Comments

@kjonescertinia
Copy link
Contributor

We have been using a deep hash model to determine if we can re-use constructor/method maps when performing re-validation. This failed when a parameter type was initially unavailable and then became available because the hash only considers the current class source and that of its superclasses/interfaces.

See comment in ApexDeclaration.resetMethodMapIfInvalid() for where the deep hash comparison used to be performed.

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