Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix 155348 [smoke]NPE is thrown out when new a dataset

- Summary:

Fix 155348 [smoke]NPE is thrown out when new a dataset

 

- Bugzilla Bug(s) Resolved:

Bugzilla bug 155348 [smoke] NPE is thrown out when new a dataset

 

- Description:

 

This problem caused by the problem in Data, GUI’s co-op with model’s change on data types. Initially Data uses a superset of model’s data types using a GUI provided method in ResultSetColumnPage. When Data adapt model’s change this class is however missed. The method provided by GUI is deprecated and GUI made refactoring to the class using its new method. Problem is so that generated.

 

This has been fixed in source.

 

- Tests Description:

Unit test

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

- Files Added:

 

- Files Edited:

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java"

 

- Files Deleted:

 

 

 

 

 

 

 

 

 


Back to the top