You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From [email protected] on August 27, 2012 20:51:06
Thanks for taking the time to report this Josh. Could you possibly provide an example schema? I'm having trouble replicating your compile error.
This problem has been reported previously as issue # 63 . This was fixed in 0.3.2 so I'm confused that you're still seeing this problem in that version. There's an integration test that covers using Java keywords in property names:
From [email protected] on August 27, 2012 22:03:10
Ah, I see now that the problem seems to be specifically associated with using propertyWordDelimiters.
Original author: [email protected] (August 27, 2012 20:32:35)
What steps will reproduce the problem?
What is the expected output?
-The generated field name for "abstract" in the DTO "Paper" is named "abstractValue".
What do you see instead?
-A generated "Paper" DTO class with a compile error caused by using the reserved word "abstract".
What version of the product are you using? On what Java version? (On what
version of Maven/Ant if applicable?) v0.3.2 on Java 1.6.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=72
The text was updated successfully, but these errors were encountered: