While working on a key value entity storage, I found out that getClass() cannot be overridden by any subclasses.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | entity-2208611-4.patch | 1.33 KB | tim.plunkett |
While working on a key value entity storage, I found out that getClass() cannot be overridden by any subclasses.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | entity-2208611-4.patch | 1.33 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettComment #2
tim.plunkettWell I totally blew past this comment here... But that is only true for the Sql implementation! So let's move the comment.
Comment #3
msonnabaum commentedDefinitely seems like an improvement, but it's still a bit unclear why the second example is hardcoded.
Comment #4
tim.plunkettYeah no idea. Why not?
Comment #5
msonnabaum commentedYeah, seems legit.
Comment #6
tim.plunkettThanks!
Comment #7
catchCommitted/pushed to 8.x, thanks!