You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/06/21 02:06:24 UTC

[jira] [Created] (CB-6999) property "statusCode" of CDVHTTPURLResponse conflicts with superclass property statusCode of NSHTTPURLResponse

Shazron Abdullah created CB-6999:
------------------------------------

             Summary: property "statusCode" of CDVHTTPURLResponse conflicts with superclass property statusCode of NSHTTPURLResponse
                 Key: CB-6999
                 URL: https://issues.apache.org/jira/browse/CB-6999
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: Master
         Environment: iOS 8 beta 2
            Reporter: Shazron Abdullah


iOS 8 - the base class NSHTTPURLResponse finally implements this property.

CDVHTTPURLResponse subclass:
@property (nonatomic) NSInteger statusCode;

NSHTTPURLResponse superclass:
@property (readonly) NSInteger statusCode;




--
This message was sent by Atlassian JIRA
(v6.2#6252)