Skip to content

Unnecessary folding of method use for methods starting with word 'issue'. #90

Description

@lukasz-kaminski

I implemented and used method issueCertificate().
I guess the plugin thought it was a getter for some boolean and this line:

Certificate certificate = issueCertificate();

got folded to:

Certificate certificate = sueCertificate;

Probably a check for camelCase after prefix is would be sufficient.

It's not a big problem but it's annoying :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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