Skip to content

Proper handling of effectively identically parameter lists #80

Description

@SirYwell

When combining multiple method handles, the parameter lists are often allowed to be effectively identical. We currently often just ignore that, expecting identical parameter lists or returning incomplete types (missing trailing parameters).

Instead, we should properly handle such situations with a common infrastructure all relevant methods can benefit from.
For example, it might make sense to introduce a ParameterList type. This could also help in situations where the return type is known but the length of the parameter list isn't known. This would further make analysis more precise, building upon #18.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions