javadoc for StandardTypeLocator and moved some TODOs to the readme

This commit is contained in:
Andy Clement
2008-08-16 18:31:31 +00:00
parent 1917a50f6f
commit f82561ba53
2 changed files with 43 additions and 13 deletions

View File

@@ -11,6 +11,8 @@ Low Importance
- For the ternary operator, should isWritable() return true/false depending on evaluating the condition and check isWritable() of whichever branch it
would have taken? At the moment ternary expressions are just considered NOT writable.
- Enhance type locator interface with direct support for register/unregister imports and ability to set class loader?
- Should some of the common errors (like SpelMessages.TYPE_NOT_FOUND) be promoted to top level exceptions?
Syntax