diff options
author | Paul Duffin <paulduffin@google.com> | 2017-05-26 09:46:48 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2017-05-30 10:53:52 +0100 |
commit | c67663cbc8c5661f47fb8477f2540739ddc194e1 (patch) | |
tree | 21733988607a4090b130559abf3d7d77e77ff30c /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 4566518ff2aaaa43ca82e98b6655f2c936a52a36 (diff) |
Fix Error Prone ArrayEquals/ArrayHashCode bugs
This will change behavior so it could break tests but
if it does it is because they relied on broken behavior.
Someone on the frameworks team will need to verify the
correctness of these changes and fix any knock on effects.
See the following for a description of the bugs:
* http://errorprone.info/bugpattern/ArrayEquals
* http://errorprone.info/bugpattern/ArrayHashCode
Fixed automatically by Error Prone apart from manual
changes to fix up the formatting (Error Prone expects
google-java-format) and to change Object.deepEquals to
Arrays.equals for consistency with Arrays.hashCode.
Test: make checkbuild
Change-Id: I1528b795b77a4f1e0c4e7e66ad4f924b7a7606f6
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions