Skip to content

Class rename does not update generic references #442

@mauromol

Description

@mauromol

Consider the following:

package test20
class MyBean {}

And:

package test20
class Test20 {
	List<MyBean> list
}

Now rename MyBean to MyBean2: the reference to MyBean type in the declaration of Test20.list is not updated with the new name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions