Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Coverity COPY_PASTE_ERROR issues in acl_device_op_test.cpp #254

Merged
merged 1 commit into from
Jan 27, 2023

Commits on Jan 27, 2023

  1. Fix Coverity COPY_PASTE_ERROR issues

    Fixes:
    ```
    test/acl_device_op_test.cpp:987:3:
      Type: Copy-paste error (COPY_PASTE_ERROR)
    
    test/acl_device_op_test.cpp:984:3:
      original: "op0->timestamp" looks like the original copy.
    test/acl_device_op_test.cpp:987:3:
      copy_paste_error: "op0" in "op0->timestamp" looks like a copy-paste error.
    test/acl_device_op_test.cpp:987:3:
      remediation: Should it say "op1" instead?
    
    test/acl_device_op_test.cpp:906:3:
      Type: Copy-paste error (COPY_PASTE_ERROR)
    
    test/acl_device_op_test.cpp:878:3:
      original: "op0->timestamp" looks like the original copy.
    test/acl_device_op_test.cpp:906:3:
      copy_paste_error: "op0" in "op0->timestamp" looks like a copy-paste error.
    test/acl_device_op_test.cpp:906:3:
      remediation: Should it say "op1" instead?
    ```
    IlanTruanovsky committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    b1dda9b View commit details
    Browse the repository at this point in the history