Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
(→JSONMessageParser) |
(→JSONMessageFormatter) |
||
Line 98: | Line 98: | ||
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;" | {| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;" | ||
|- | |- | ||
− | ! | + | ! Task |
− | |||
! Status | ! Status | ||
|- | |- | ||
− | | Format primitive values | + | | Format primitive values |
− | + | * Make of use of mapping.getFormat() | |
| | | | ||
|- | |- | ||
| Pass enumerations into formatMessageRoot | | Pass enumerations into formatMessageRoot | ||
− | + | * Do not use member/class variables for storing information unless absolutely necessary | |
| | | | ||
|} | |} |
Revision as of 14:53, 10 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 | |
byte initialization
|
|
StringParser
|
|
RootJSONMessagePartMapping
|
|
Composite Message Part modes
|
|
m_sFormat
|
JSONMessageParser
Task | Status |
---|---|
InvocationContextAware
|
|
Rename methods XXXNode to XXXPart | |
fail
|
|
parse()
|
|
parsing primitive values
|
JSONMessageFormatter
Task | Status |
---|---|
Format primitive values
|
|
Pass enumerations into formatMessageRoot
|