Skip to content

Cannot filter out parameter names whose are contained in the method name #111

Description

@JanecekPetr

This code:

HttpClient.newBuilder()
    .version(Version.HTTP_2)
    .build();

is shown like this when the standard JDT code mining for parameter names is enabled:
image
No parameter names.

However, this plugin does this:
image

The difference, I think, is that the parameter name is contained in the method name as is therefore most likely redundant. This often happens in long builders. Would you consider adding this as one more configuration option, please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions