Skip to content

Unable to detect unsupported method parameter types #214

@qurbonzoda

Description

@qurbonzoda

The library doesn't detect violations in parameter types. If unsupported types are not used in the method body, no violations are reported. e.g:

public class Main {
    private static String encode(Base64.Encoder encoder, byte[] value) {
        throw new UnsupportedOperationException("Not implemented");
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions