[
https://issues.apache.org/jira/browse/CB-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14058037#comment-14058037
]
Shazron Abdullah commented on CB-6999:
--------------------------------------
Wrong reference in commit.
Commit 40b9ddf8d0eed166a4ba90b00ceb23b32d5fedae in cordova-ios's branch
refs/heads/master from Shazron Abdullah
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=40b9ddf ]
CB-6999 - property "statusCode" of CDVHTTPURLResponse conflicts with superclass
property statusCode of NSHTTPURLResponse
> 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
> 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)