Generated Cocoa classes have useless @dynamic declarations
----------------------------------------------------------

                 Key: THRIFT-838
                 URL: https://issues.apache.org/jira/browse/THRIFT-838
             Project: Thrift
          Issue Type: Bug
          Components: Compiler (Cocoa)
    Affects Versions: 0.2, 0.3, 0.4
            Reporter: Kevin Ballard
            Priority: Minor


Generated Cocoa classes declare all their properties as @dynamic inside the 
class implementation. This is completely useless as the getters/setters are 
defined in the same file. @dynamic is only meant to tell the compiler that the 
getters/setters will exist at runtime and does nothing if they're provided at 
compile-time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to