-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
codegen
project is incomplete / non-functional
#2007
Comments
I think I would be in favour of deleting it. The code is 9 years old. It seems very half-baked, has no documentation, and has what appears to be a copy of a very old version of JavaPoet. There might be interest in some sort of code-generating solution, but if so I think it would be better built with modern tools, including the latest JavaPoet. Perhaps @inder123 wants to weigh in, though? |
proto has users. May be best to leave it as is? |
Yes, sorry, the question was about the codegen project, not the proto project. |
Has been resolved by #2099 |
It looks like the
codegen
project is incomplete. The only thing it does is write an empty class, see:gson/codegen/src/main/java/com/google/gson/codegen/GeneratedTypeAdapterProcessor.java
Lines 56 to 58 in a92bbf8
For example, the output for the
Order
test class is just:Should the project be removed, or should its functionality be implemented eventually?
The text was updated successfully, but these errors were encountered: