Method with "in" as parameter name are not displayed in the jump bar method list

Originator:v
Number:rdar://12979393 Date Originated:2013/01/09
Status:Open Resolved:
Product:Developer Tools Product Version:4.5 (4G182)
Classification:UI/Usability Reproducible:Always
 
Summary:
When defining a method in Xcode 4 which has in as a parameter name the method is not visible in the Jump Bar

Steps to Reproduce:
- Create a new class in Xcode 4
- Add the following two methods to it:

- (void) xyz {
    
}

- (void) hello:(void *)in {
    
}

Expected Results:
In the jump bar in the method list (the most right element of the jump bar) it should list both method like this:
- xyz
- hello:

Actual Results:
The list only contains the xyz method.

Regression:
If I change the argument name of the hello method to in2 then it will work.

Notes:
I've attached a image of the jump bar for both cases and my example test class.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!