
List of TODO items, in case you are interested :)

=====================================================================

- create tests, we badly need them

- import samples from opennms

- remove reflective log statements to org.opennms.core.utils.ThreadCategory
  or at least mediate calls with a single class, and have the option
  of using apache-commons for example
  
- SnmpAgentSession has some stupid commented out System.out calls
  
- Externalize the thread pool from SnmpPortal using possibly a new
  derived class, or a handler that does thread management.
  
- Merge any bug-fixes, test code, joesnmp related stuff from opennms
