Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
m (→JSONMessagePartMapping) |
m (→JSONMessageFormatter) |
||
Line 107: | Line 107: | ||
| Pass enumerations into formatMessageRoot | | Pass enumerations into formatMessageRoot | ||
* Do not use member/class variables for storing information unless absolutely necessary | * Do not use member/class variables for storing information unless absolutely necessary | ||
− | | | + | | Complete |
|} | |} |
Revision as of 12:11, 16 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
|
|
parse()
|
|
parsing primitive values
|
JSONMessageFormatter
Task | Status |
---|---|
Format primitive values
|
Complete |
Pass enumerations into formatMessageRoot
|
Complete |