Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
m (→JSONMessageFormatter) |
m (→JSONMessageParser) |
||
Line 84: | Line 84: | ||
* Wrap fail so that is throws expection right away | * Wrap fail so that is throws expection right away | ||
* Move fail statements from bottom to top, remove else clauses | * Move fail statements from bottom to top, remove else clauses | ||
− | | | + | | Complete |
|- | |- | ||
| parse() | | parse() |
Revision as of 08:54, 23 August 2011
Contents
General
Tasks | Status |
---|---|
Exception
|
|
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
|
Under Review |
Composite Message Part modes
|
In Progress |
m_sFormat
|
Complete |
JSONMessageParser
Task | Status |
---|---|
InvocationContextAware
|
|
Rename methods XXXNode to XXXPart | |
fail
|
Complete |
parse()
|
|
parsing primitive values
|
JSONMessageFormatter
Task | Status |
---|---|
Format primitive values
|
Complete |
Pass enumerations into formatMessageRoot
|
Complete |