Skip to content

Convert to property action generates incorrect property names for getABCXyz() style methods #738

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  def getURLEncoder() {}
  static main(args) {
    def encoder = getURLEncoder()
  }
}

Convert to Property (Ctrl+Shift+,) over getURLEncoder produces property "uRLEncoder" instead of "URLEncoder".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions