| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use @Override annotation. Limit accessibility of fields. Make final
what can be. Use complex enums. Don't ignore exceptions. Some more
changes on exceptions thrown.
|
|
|
|
|
|
|
| |
Instead of dispatching the todo item in function of the DAML node's
local name at todo-handling time, the appropriate todo handler
subclass is now instantiated in the todo deque by dispatching the
creation of the todo item to the appropriate constructor.
|
|
|
|
| |
Unfortunately, processing is now rather significantly slower.
|
| |
|
|
|