Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
m (→JSONMessageParser) |
(→JSONMessageParser) |
||
Line 85: | Line 85: | ||
|- | |- | ||
| fail | | fail | ||
− | 1. Wrap fail so that is throws expection right away | + | 1. Wrap fail so that is throws expection right away<br> |
2. Move fail statements from bottom to top, remove else clauses | 2. Move fail statements from bottom to top, remove else clauses | ||
− | | 1. Complete 2. Incomplete | + | | 1. Complete <br> |
+ | 2. Incomplete | ||
|- | |- | ||
| parse() | | parse() |
Revision as of 13:30, 25 August 2011
Contents
General
Tasks | Status |
---|---|
Exception
|
Complete for formatter, may be revisited for parser |
Documentation
|
|
Code Style
|
Complete for now (revisit later) |
Design Document
Task | Status |
---|---|
Update Design Proposal Document
|
Complete |
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
|
Complete |
Rename methods XXXNode to XXXPart | Complete |
fail
1. Wrap fail so that is throws expection right away |
1. Complete 2. Incomplete |
parse()
|
|
parsing primitive values
|
Complete |
JSONMessageFormatter
Task | Status |
---|---|
Format primitive values
|
Complete |
Pass enumerations into formatMessageRoot
|
Complete |