Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
m (→JSONMessagePartMapping) |
m (→General) |
||
Line 10: | Line 10: | ||
* Create localization strings in en.strings | * Create localization strings in en.strings | ||
* Use message part as argument to exceptions and not the whole message | * Use message part as argument to exceptions and not the whole message | ||
− | | | + | | In Progress |
|- | |- | ||
| Documentation | | Documentation |
Revision as of 13:42, 23 August 2011
Contents
General
Tasks | Status |
---|---|
Exception
|
In Progress |
Documentation
|
|
Code Style
|
Design Document
Task | Status |
---|---|
Update Design Proposal Document
|
JSONMessagePartMapping
Task | Status |
---|---|
Use Hashholder instead of HashSet | Complete |
byte initialization
|
Complete |
StringParser
|
Complete |
RootJSONMessagePartMapping
|
Complete |
Composite Message Part modes
|
Complete |
m_sFormat
|
Complete |
JSONMessageParser
Task | Status |
---|---|
InvocationContextAware
|
|
Rename methods XXXNode to XXXPart | |
fail
1. Wrap fail so that is throws expection right away 2. Move fail statements from bottom to top, remove else clauses |
1. Complete 2. Incomplete |
parse()
|
|
parsing primitive values
|
JSONMessageFormatter
Task | Status |
---|---|
Format primitive values
|
Complete |
Pass enumerations into formatMessageRoot
|
Complete |