From 59d174cfbe87493cdc33a3746ee914e0073ce1a1 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Thu, 22 Dec 2022 10:57:10 -0800 Subject: [PATCH] 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 --- android/pom.xml | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/android/pom.xml b/android/pom.xml index 04fabfe0edbb..ba29258ea3fd 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -127,6 +127,7 @@ 1.8 1.8 UTF-8 + true