Skip to content

refactor error in java #1596

@x7night

Description

@x7night
  • VSCode Version:1.48
  • OS Version:win 10

Steps to Reproduce:

1.create a class like:
public class Visitor{}
2.use the lombok annotation @Data

@Data
public class Visitor{}

3.refactor the class name to VisitorRecord. it will be

VisitRecord class VisitRecord{}

i think it should be:

@Data
public class VisitorRecord{}

but it isn't

Does this issue occur when all extensions are disabled?: Yes/No
occur when the lombok is disabled

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions