| Summary: | CA-wrong item shown | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Zhongwei Zhao <zhaozhongwei> | ||||
| Component: | PDT | Assignee: | Zhongwei Zhao <zhaozhongwei> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P1 | CC: | ganoro, petyo_tanchev, qiangsheng.w | ||||
| Version: | unspecified | Flags: | ganoro:
review+
qiangsheng.w: review+ zhaozhongwei: review? (zhaozhongwei) zhaozhongwei: review? (zhaozhongwei) |
||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
fixed in head and branch change status Regression:
After hitting CA - the arguments are proposed.
function get_plugin1() {
$this->get_plugin(|);//cursor position
}
Expected:
The global scope proposal list should be provided.
Created attachment 177914 [details]
patch
reviewed fixed Tested on 2.2.1.v20101001 CA shows the global scope proposal list |
<?php class class_name { function get_plugin(String $a,String $b) { } function getPluginString(String $a,String $b) { } function get_plugin1() { $this->get_plugin(|);//cursor position } } get two method get_plugin1 and get_plugin expected:only get_plugin