karlmdavis / rps-tourney

An online multi-player Rock-Paper-Scissors game. Just because.
https://rpstourney.com/
1 stars 2 forks source link

Cleanup Eclipse JPA validation, etc. errors #39

Closed karlmdavis closed 10 years ago

karlmdavis commented 10 years ago

Since switching to Eclipse Java EE Luna, there are a number of Eclipse JPA validation errors cluttering up the Problems view.

An example of one such error: The Java class for mapped type "Account" is final.

These errors ought to be cleaned up, even though Hibernate doesn't actually care about them. I'm technically violating the JPA spec. Doesn't really matter whether or not I think the spec is stupid; I should follow it.

karlmdavis commented 10 years ago

I would estimate this issue as follows:

That's an estimate of 0.5h, total.

karlmdavis commented 10 years ago

My estimate was way off: ended up taking 6.75h, total.

Most of the overage was due to all of the Hibernate bugs I ended up encountering: