Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 339961 - 338248 - Hermes: Updated code, API, tests

I have posted two patches that include the latest changes made to the Hermes parser and it’s ready to be reviewed and to be checked in.

 

Bug 339961: Hermes parser

• Updated SPI to use Iterable instead of Iterator

• More unit-tests

• Simplified content assist by having ContentAssistItems to hold onto the actual objects (entities, mappings) instead of their names

• Support escape characters and Unicode escape (\uXXX) (required for content assist to work properly)

• Fixed a parsing issue in string literal

 

Bug 338248: Parser Integration

•Updated the integration code based on the changes made to the parser.

 

Thanks,

 

Pascal…


Back to the top