dgallen / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

Interfaces in backend are missing in client endpoints #340

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create endpoint entity class in backend project
2. let it implement java.io.Serializable
3. Use Google plugin on backend project > "Generate Cloud Endpoint Client 
Library"
4. the generated endpoint.model in client project has no such interface and is 
broken. All effected client project classes have to be fixed by hand after each 
backend deploy ...

What is the expected output? What do you see instead?

   client endpoints have the interface as declared

What version of the product are you using? On what operating system?

   1.9.25, Arch Linux, 64Bit

Please provide any additional information below.

Original issue reported on code.google.com by steffen....@gmail.com on 1 Oct 2015 at 5:41