Skip to content

@ProtoName ignored by proto.lock checks #457

@ryanemerson

Description

@ryanemerson

Consider a standalone class Example which is present in a generated proto.lock file. If this class is moved to a subclass, say Parent.Example, then proto.lock will continue to fail even if @ProtoName("Example") is explicitly set.

I expect that the value explicitly specified by @ProtoName would be taken into consideration here and the check would pass as the Proto type name should remain the same.

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