Skip to content

Duplicate getter and setter #40

@yusufozcan

Description

@yusufozcan

@entity
public class TabloAB {
@SerializedName("id")
@expose
@id(assignable = true)
private Long id;
@SerializedName("alan1")
@expose
private String alan1;
@SerializedName("alan2")
@expose
private String alan2;
}

This is my class decleration. When I click Make Project it generates automatically getters and setters for all properties. But when I clicked the play button or make project button again it regenerates the id getter and setter. So, can not compile project. I have 6 class uses @entity annotation but I have this problem with 4 classes. @SerializedName and @expose annotations not effect this. Because other 2 classes don't have this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions