Skip to content

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

@lukasz-kaminski

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 :)

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