You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by weex-bot <gi...@git.apache.org> on 2017/03/06 11:41:33 UTC

[GitHub] incubator-weex issue #40: * [android] fix ConcurrentModificationException in...

Github user weex-bot commented on the issue:

    https://github.com/apache/incubator-weex/pull/40
  
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true" data-kind="Warning">
              3 Warnings
          </th>
         </tr>
      </thead>
      <tbody>
        <tr>
          <td>:warning:</td>
          <td data-sticky="false"><strong><a href="https://github.com/sospartan/incubator-weex/blob/4418c330c1181bb6d0a8de9f9ee8b07e2a335646/ios/sdk/WeexSDKTests/WXStorageTests.m#L123">ios/sdk/WeexSDKTests/WXStorageTests.m#L123</a></strong>: unused variable \u2018tsNow\u2019 [-Wunused-variable]  <br /><code>
                    NSTimeInterval tsNow = [[NSDate date] timeIntervalSince1970];
    </code></td>
        </tr>
        <tr>
          <td>:warning:</td>
          <td data-sticky="false"><strong><a href="https://github.com/sospartan/incubator-weex/blob/4418c330c1181bb6d0a8de9f9ee8b07e2a335646/ios/sdk/WeexSDKTests/WXStorageTests.m#L227">ios/sdk/WeexSDKTests/WXStorageTests.m#L227</a></strong>: unused variable \u2018tsNow\u2019 [-Wunused-variable]  <br /><code>
                NSTimeInterval tsNow = [[NSDate date] timeIntervalSince1970];
    </code></td>
        </tr>
        <tr>
          <td>:warning:</td>
          <td data-sticky="false"><strong><a href="https://github.com/sospartan/incubator-weex/blob/4418c330c1181bb6d0a8de9f9ee8b07e2a335646/ios/sdk/WeexSDKTests/WXStorageTests.m#L228">ios/sdk/WeexSDKTests/WXStorageTests.m#L228</a></strong>: unused variable \u2018ts\u2019 [-Wunused-variable]  <br /><code>
                NSTimeInterval ts = [infoDic[@"key4"][@"ts"] doubleValue];
    </code></td>
        </tr>
      </tbody>
    </table>
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true" data-kind="Message">
              1 Message
          </th>
         </tr>
      </thead>
      <tbody>
        <tr>
          <td>:book:</td>
          <td data-sticky="false">Executed 53 tests, with 0 failures (0 unexpected) in 67.719 (68.207) seconds</td>
        </tr>
      </tbody>
    </table>
    
    <p align="right" data-meta="generated_by_danger">
      Generated by :no_entry_sign: <a href="http://danger.systems/">danger</a>
    </p>



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---