Skip to content

While Looking into the issue, I ran into another bug. Please check. #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kezhenxu94 opened this issue Apr 10, 2019 · 6 comments
Closed
Assignees
Labels
bug L5 Difficulty level 5 (Maximum is 9)
Milestone

Comments

@kezhenxu94
Copy link
Collaborator

While Looking into the issue, I ran into another bug. Please check.

Wrongly referenced Renamed class

Steps:
innerclassmodel = false
use plugin to do generate kotlin data class File from json Action with root class name: ff

Json

{
  "user": {
    "id": 29,
    "google_id": null,
    "name": "snoop",
    "email": "snoop@gmail.com",
    "image": null,
    "category_id": 1,
    "created_at": "2019-03-22 19:05:33",
    "updated_at": "2019-03-22 19:05:33"
  },
  "owner": {
    "user": {
      "privilege": "owner"
    }
  }
}

Bug: UserX class is generated after renaming but it is not referenced in the Final class structure.

Originally posted by @Karthik2007 in #123 (comment)

@Karthik2007
Copy link
Collaborator

I should be able to work on this.

@wuseal
Copy link
Owner

wuseal commented Apr 15, 2019

@Karthik2007 This question relates to the last person code submission in branch 3.2.0:
209dd40
you could refer to the above modification

@Karthik2007
Copy link
Collaborator

Thanks @wuseal. That's the exact issue. Problem while building the reference. Existing code has a loop hole. will check 209dd40.

@wuseal wuseal added this to the 3.3.0 milestone May 9, 2019
@wuseal
Copy link
Owner

wuseal commented May 20, 2019

@Karthik2007 Hi, guy, Any Progress on this issue?

@Karthik2007
Copy link
Collaborator

@wuseal I should be working on this by this weekend. Will keep you posted on the update.

@wuseal wuseal added the L5 Difficulty level 5 (Maximum is 9) label Jun 26, 2019
@wuseal wuseal modified the milestones: 3.3.0, 3.4.0 Jul 1, 2019
@wuseal
Copy link
Owner

wuseal commented Jul 28, 2019

@Karthik2007 I believe this has should have been fixed by #201, So I close this issue

@wuseal wuseal closed this as completed Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug L5 Difficulty level 5 (Maximum is 9)
Projects
None yet
Development

No branches or pull requests

3 participants