You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments