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/07/11 00:08:05 UTC

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

     [ https://issues.apache.org/jira/browse/CB-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-6999.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.6.0
         Assignee: Shazron Abdullah

> 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: Sub-task
>          Components: iOS
>    Affects Versions: Master
>         Environment: iOS 8 beta 2
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 3.6.0
>
>
> 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)