-
Notifications
You must be signed in to change notification settings - Fork 746
Comparing changes
Open a pull request
base repository: google/error-prone
base: v2.34.0
head repository: google/error-prone
compare: v2.35.0
- 8 commits
- 21 files changed
- 4 contributors
Commits on Oct 21, 2024
-
GetSeconds to ToSeconds error prone
Per b/201676318, this converts `getSeconds` without corresponding `getNano` to `toSeconds. The bulk of the codebase (java) has been migrated. Only a warning for now (though I supposed GoodTime will make it an error). Will suppress in 3P on a need-to-basis. PiperOrigin-RevId: 688240816
Configuration menu - View commit details
-
Copy full SHA for 427b51d - Browse repository at this point
Copy the full SHA 427b51dView commit details
Commits on Oct 22, 2024
-
TimeUnitMismatch: consider trees like
fooSeconds * 1000
to have uni……ts of `millis`. PiperOrigin-RevId: 688500809
Configuration menu - View commit details
-
Copy full SHA for 60c5f76 - Browse repository at this point
Copy the full SHA 60c5f76View commit details
Commits on Oct 23, 2024
-
TimeUnitMismatch: handle BinaryTrees.
PiperOrigin-RevId: 688939859
Configuration menu - View commit details
-
Copy full SHA for 99a0d9d - Browse repository at this point
Copy the full SHA 99a0d9dView commit details -
Strip the quotation marks from the source code when reconstructing th…
…e literal. My comment was a lie. This does obviously matter, because it's important to work out if the \s is at the end of the entire string. PiperOrigin-RevId: 688949631
Configuration menu - View commit details
-
Copy full SHA for 2ce9632 - Browse repository at this point
Copy the full SHA 2ce9632View commit details -
compileUnsafe
->compile
for compile-time-constant expressions.If they're safe, presumably they always will be. PiperOrigin-RevId: 688957020
Configuration menu - View commit details
-
Copy full SHA for ec2983b - Browse repository at this point
Copy the full SHA ec2983bView commit details
Commits on Oct 24, 2024
-
Remove
DoNotUseRuleChain
from JavaCodeClarity.I summarised the thread and my views in b/287493298#comment7, so I won't repeat here, but do feel free to disagree. PiperOrigin-RevId: 689316349
Configuration menu - View commit details
-
Copy full SHA for a931fa3 - Browse repository at this point
Copy the full SHA a931fa3View commit details -
Add a repro test for broken behavior inlining the parameter value int…
…o the fully-qualified type package in the replacement. PiperOrigin-RevId: 689427470
Configuration menu - View commit details
-
Copy full SHA for ed6b121 - Browse repository at this point
Copy the full SHA ed6b121View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff3d929 - Browse repository at this point
Copy the full SHA ff3d929View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.34.0...v2.35.0