We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If json has a String named "try",the plugin will add a filed "try",but try is Java keyword.
com.intellij.util.IncorrectOperationException: Incorrect field '@com.google.gson.annotations.SerializedName("try")private TryEntity try ; '
It seems will fix at https://github.com/zzz40500/GsonFormat/blob/master/src/main/java/org/gsonformat/intellij/common/CheckUtil.java#L67 if add "try" in mKeyWordList.
The text was updated successfully, but these errors were encountered:
add keyword try
ef58c3e
fix zzz40500#71
Merge pull request #73 from Qixingchen/master
3d0b4c7
add keyword 'try' (fix #71)
Successfully merging a pull request may close this issue.
If json has a String named "try",the plugin will add a filed "try",but try is Java keyword.
com.intellij.util.IncorrectOperationException: Incorrect field '@com.google.gson.annotations.SerializedName("try")private TryEntity try ; '
It seems will fix at https://github.com/zzz40500/GsonFormat/blob/master/src/main/java/org/gsonformat/intellij/common/CheckUtil.java#L67
if add "try" in mKeyWordList.
The text was updated successfully, but these errors were encountered: