Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include information about method parameters in class file.
This helps IDEs and static analyzers (such as https://errorprone.info/bugpattern/ParameterName and maybe https://errorprone.info/bugpattern/TimeUnitMismatch). It also increases the size of the Guava jar by ~2.4%. Note that Proguard removes the new information by default. RELNOTES=Changed the Guava jar to include information about method parameters in its class files. If you use static analyzers that look at method-parameter names, you may see new warnings or errors if they are now able to detect mismatches. PiperOrigin-RevId: 497199980
- Loading branch information