Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

"attribute" should not be used in the code. #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have an "attributes" member associated to a WSDL service.
2. Realize that "attributes" is already used inside wsdl2objc as an 
NSDictionary*.
3. File a bug report.

This causes a name conflict upon "attributes".

What version of the product are you using? On what operating system?
This is on trunk.

Please provide any additional information below.
You should probably use a less common name, such as "attributeDict", to avoid 
name conflicts. You can also check for name conflicts at generation time and 
use another name.

Original issue reported on code.google.com by thaddee....@gmail.com on 10 Jun 2011 at 8:40