Fix/remove wrong parameter names comments in code |
|||
Issue descriptionWe should not need parameter names comments, as Android Studio adds them in on the fly. 1. Read http://errorprone.info/bugpattern/ParameterName 2. Remove 'ParameterName' suppression for errorprone. 3. Fix or suppress each instance in code. 4. Upgrade 'ParameterName' to errorprone error to prevent future regressions.
,
Jan 29 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/095cd3d1f6db28683d7379834d5b7663f385a128 commit 095cd3d1f6db28683d7379834d5b7663f385a128 Author: Peter Wen <wnwen@chromium.org> Date: Mon Jan 29 23:40:08 2018 Android: Raise ParameterName to errorprone error This warnings should always be fixed in new code. Bug: 801256 Change-Id: I6089a070efc7a5dfa276417f6035b3109e5dc565 Reviewed-on: https://chromium-review.googlesource.com/891483 Reviewed-by: agrieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#532659} [modify] https://crrev.com/095cd3d1f6db28683d7379834d5b7663f385a128/build/android/gyp/javac.py
,
Jan 31 2018
,
Jan 31 2018
Switching to marcin@ as owner since he landed the original fix. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jan 23 2018