shuiyouren / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

Local shadowing of oneObject #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In SQLPersistantObject.m oneObject is being locally shadowed.

In line 714:
id oneObject = [theProperty objectForKey:oneKey];

The shadowing declaration is in line 706:
for (id oneObject in (NSArray *)theProperty)

Original issue reported on code.google.com by mhorvath...@gmail.com on 24 Mar 2009 at 3:03