Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Delegate invokes of renamed fields are not repaired with the new name #68

@roncain

Description

@roncain

If you have a field like this:
private Action someAction;

It will be renamed to '_someAction', and all reads and writes to it are also repaired.
But anywhere that field is used as a delegate to invoke the action, the name is not repaired.
Example:
this.someAction();
will not be repaired, causing compile errors

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions