Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: XML Data Source Driver: Add support to ui, refactoring, and fix a minor error

-           Summary:

XML Data Source Driver: Add support to ui, refactoring, and fix a minor error

 

-Bugzilla Bug (s) Resolved:

None

 

-Description:

The following thins are done:

1. Refactoring the code.

2. Add a new utility class XPathPopulationUtil.java to help ui to create xPath expressions.

3. Modify RelationInformation.java so that it would not throw null point exception.


-Tests Description:
Unit test


-Files Edited:

plugin.xml

 

src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java

src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java

src/org/eclipse/birt/report/data/oda/xml/util/RelationInformation.java

src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java

 

-Files Added:

src/org/eclipse/birt/report/data/oda/xml/util/ui/XPathPopulationUtil.java;

test/org/eclipse/birt/report/data/oda/xml/util/ui/XPathPopulationUtilTest.java;

     

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:  

 

 


Back to the top