We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
generate kotlin data class File from json
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)
The text was updated successfully, but these errors were encountered:
I should be able to work on this.
Sorry, something went wrong.
@Karthik2007 This question relates to the last person code submission in branch 3.2.0: 209dd40 you could refer to the above modification
3.2.0
Thanks @wuseal. That's the exact issue. Problem while building the reference. Existing code has a loop hole. will check 209dd40.
@Karthik2007 Hi, guy, Any Progress on this issue?
@wuseal I should be working on this by this weekend. Will keep you posted on the update.
@Karthik2007 I believe this has should have been fixed by #201, So I close this issue
Karthik2007
No branches or pull requests
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
Bug: UserX class is generated after renaming but it is not referenced in the Final class structure.
Originally posted by @Karthik2007 in #123 (comment)
The text was updated successfully, but these errors were encountered: