Bug 258030 - No Reference Found warning if deleting a report parameter which is linked to a dataset parameter
Summary: No Reference Found warning if deleting a report parameter which is linked to ...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Birt-Report-inbox@eclipse.org CLA
QA Contact: Xiaoying Gu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 03:32 EST by Tianli Zhang CLA
Modified: 2010-08-04 05:05 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tianli Zhang CLA 2008-12-09 03:32:04 EST
Description:
No Refrence Found warning if deleting a report parameter which is linked to a dataset parameter

Build number: 
2.5.0.v20081209-0630

Steps to reproduce:
1, New a dataset
2, Add a dataset parameter and linked to a report parameter
3, Save the report and delete the report parameter

Expected result:
After step3, a Reference Found warning dialog pops up to tell user it is used by dataset parameter
Comment 1 Zhiqiang Qian CLA 2008-12-11 02:45:29 EST
The ScalarParameterHandle.clientsIterator() is empty in this case, please check.
Comment 2 Rick Lu CLA 2008-12-11 02:59:59 EST
the data set parameter uses the expression (string) to link with the report parameter in the format of params["param1"]. The syntax is support by DtE team. Hence, it is impossible to check such cases. For other report parameter link, have the same issue.