-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
23 lines (14 loc) · 761 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# handle exceptions and throw meaningful ones
. assoicate method signature
#collections
# can you handle template classes?
# openjdk? - test factory against open jdk
# how do you pick factory when there are multiple aliases? esp when it's a instatiated as a field
# Generalize the callback mechanism currently used for persistence
# BUG! @Persistent is mandatory when instantiating through proxy
fixed
# BUG! defining 2 default setups for a class does not throw an exception
fix - annovention is swallowing the exception; wrap setups hashmap and throw exception on put()
# BUG! proxy should call super in its constructor
# BUG! the proxy is being persisted instead of the actual
fix - don't make proxy inherit from actual, use reflection