Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
m (→JSONMessagePartMapping) |
m (→JSONMessagePartMapping) |
||
Line 47: | Line 47: | ||
|byte initialization | |byte initialization | ||
* Remove leading zeros | * Remove leading zeros | ||
− | | | + | | Complete |
|- | |- | ||
|StringParser | |StringParser | ||
* Remove if not needed | * Remove if not needed | ||
− | | | + | | Complete |
|- | |- | ||
| RootJSONMessagePartMapping | | RootJSONMessagePartMapping | ||
* Create class RootJSONMessagePartMapping | * Create class RootJSONMessagePartMapping | ||
* Extend JSONMessagePartMapping and move all root settings to this. | * Extend JSONMessagePartMapping and move all root settings to this. | ||
− | | | + | | Under Review |
|- | |- | ||
| Composite Message Part modes | | Composite Message Part modes | ||
Line 65: | Line 65: | ||
| m_sFormat | | m_sFormat | ||
* Remove if not needed | * Remove if not needed | ||
− | | | + | | Complete |
|} | |} | ||
Revision as of 11:55, 15 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
|
Complete |
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
|