commit | 1bd017d12cf16ecd52fb486722e300790bddeefc | [log] [tgz] |
---|---|---|
author | Jack He <siyuanh@google.com> | Wed Oct 11 11:06:55 2017 -0700 |
committer | Jack He <siyuanh@google.com> | Tue Oct 17 12:26:06 2017 -0700 |
tree | 137607155b164b9655d9830d28436a930c253b60 | |
parent | b0c32d352b5dbfc957f38aad6faddf1337fdeb76 [diff] |
[Manual] Fix static field names * Run 'static' field naming convention inspection in Intellij * Use regex s[A-Z][A-Za-z\d]*, the same one in CheckStyle * Change non-public variable names to sCamelCase * Add final modifier to constants Bug: 63597465 Test: make checkbuild, no functional changes Change-Id: I395bf3e11c2932b36cda471ca088dc5345b0f378