You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference resolution should be refactored in two separate concerns :
Detection of reference type
Dispatch of reference to appropriate resolver
Currently, a resolver decides on its own whether it accepts a reference, and resolves it, leading to code duplication in the validation tools which cannot leverage the existing resolve system. Results in having two different reference resolution systems, one for actual injection, and one for validation.
The text was updated successfully, but these errors were encountered:
Reference resolution should be refactored in two separate concerns :
Currently, a resolver decides on its own whether it accepts a reference, and resolves it, leading to code duplication in the validation tools which cannot leverage the existing resolve system. Results in having two different reference resolution systems, one for actual injection, and one for validation.
The text was updated successfully, but these errors were encountered: