Bug 186971 - GUI couldn't get the argment list for a purticular function name.
Summary: GUI couldn't get the argment list for a purticular function name.
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.2.0   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 2.2.0 RC2   Edit
Assignee: Rick Lu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 130686 184808
  Show dependency tree
 
Reported: 2007-05-15 06:08 EDT by Chen Chao CLA
Modified: 2007-05-22 05:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chen Chao CLA 2007-05-15 06:08:09 EDT
GUI couldn't get the argment list for a purticular function name. Currently Model does not have any information of those function definitions. I think those function/arguments information should not be saved in ROM cause those are really related to DtE only. Only they knows and need those definitions to excute the expression.
Comment 1 Ivy Li CLA 2007-05-16 00:03:19 EDT
After discussion in this morning's meeting, Model will not remove the Total object definition in ROM. GUI can get the Total class object and those sub functions are defined. The arguments can be retrieved from the sub functions according to the function name. 
Comment 2 Wang Qiangsheng CLA 2007-05-16 00:06:24 EDT
Can we get it now? If not, close this bug when we can.
If yes, set it as won't fix.
It's not making sense to assign bugs back.
Comment 3 Ivy Li CLA 2007-05-17 00:05:39 EDT
After the discussion, Model will add a new API in metadataDictionary :: getFunctions() to return those functions defined in Total. The returned List contains list of IMethodInfo. No time for RC0,this is agreed to post to RC2.
Comment 4 Rick Lu CLA 2007-05-22 05:24:45 EDT
Added methods as comment#3 said.