This page contains adhoc TODO ideas or topics being currently investigated. Please feel free to comment on these or suggest new ones.
Possibly use the memento design pattern with deserialization. An inner class performs input validation using 'safe' objects, for example, {{long}} to store {{int}} vals and then updates the state of the actual outer class and so on..., Item 50 \[Daconta 03\] |
Use HttpSession carefully, Item 25 \[Daconta 03\] |
For good portability, do not make the assumption - all DBMSs can tolerate several open ResultSet Objects at a time, Item 41 \[Daconta 03\] |
Error
Use a typesafe enum pattern \[Bloch, Item 20\]- (_enum type_ provided, jdk 1.5 onwards, [Docs|http://java.sun.com/j2se/1.5.0/docs/guide/language/enums.html]) |
compareTo()
contract violations like natural ordering that is not consistent with equals
Usage of {{GetResource}} may be unsafe if class is extended \[Findbugs\] |
SignedObject
should be first, followed by SealedObject
)