Closed henghx closed 7 years ago
Thank you for pointing out this interesting bug!
After investigation, I discovered that it was related to Java Garbage Collection. I have just pushed 72d162eb3e8cb09b80520b335a76205992a9d2c2 where a more detailed explanation can be found in the commit message.
You have to do two things:
FruitsService
class.getName()
in your select, instead of the name
field of the Fruit.Ok Thanks for the investigation and explanation.
Hi, have done some minor changes to the app and found an issue while clicking through. added a droplist to display the list of fruits you have generated.
e.g.
after selecting different fruits from the droplist suddenly all fields went blank
the number of selection before all fields going blank is random, however it always happens. anything i am missing from the guide? Am running it in windows just by double clicking the jar file.
Thanks.