pwittchen / ReactiveNetwork

Android library listening network connection state and Internet connectivity with RxJava Observables
http://pwittchen.github.io/ReactiveNetwork/docs/RxJava2.x/
Apache License 2.0
2.53k stars 276 forks source link

Bump error_prone_core from 2.3.3 to 2.3.4 #397

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps error_prone_core from 2.3.3 to 2.3.4.

Release notes *Sourced from [error_prone_core's releases](https://github.com/google/error-prone/releases).* > ## Error Prone 2.3.4 > **Performance Improvements**: 40% speedup when run against Google's codebase with errors enabled. > > **New Checks**: > * [AlmostJavadoc](http://errorprone.info/bugpattern/AlmostJavadoc) > * [BoxedPrimitiveEquality](http://errorprone.info/bugpattern/BoxedPrimitiveEquality) > * [ChainedAssertionLosesContext](http://errorprone.info/bugpattern/ChainedAssertionLosesContext) > * [CheckNotNullMultipleTimes](http://errorprone.info/bugpattern/CheckNotNullMultipleTimes) > * [DescribeMatch](http://errorprone.info/bugpattern/DescribeMatch) > * [DoNotMockChecker](http://errorprone.info/bugpattern/DoNotMock) and [@​DoNotMock](https://github.com/google/error-prone/blob/master/annotations/src/main/java/com/google/errorprone/annotations/DoNotMock.java) > * [DurationTemporalUnit](http://errorprone.info/bugpattern/DurationTemporalUnit) > * [EmptyBlockTag](http://errorprone.info/bugpattern/EmptyBlockTag) > * [ExtendsAutoValue](http://errorprone.info/bugpattern/ExtendsAutoValue) > * [FieldCanBeLocal](http://errorprone.info/bugpattern/FieldCanBeLocal) > * [ImplementAssertionWithChaining](http://errorprone.info/bugpattern/ImplementAssertionWithChaining) > * [Incomparable](http://errorprone.info/bugpattern/Incomparable) > * [InstantTemporalUnit](http://errorprone.info/bugpattern/InstantTemporalUnit) > * [InterruptedExceptionSwallowed](http://errorprone.info/bugpattern/InterruptedExceptionSwallowed) > * [InvalidJavaTimeConstant](http://errorprone.info/bugpattern/InvalidJavaTimeConstant) > * [JavaLocalDateTimeGetNano](http://errorprone.info/bugpattern/JavaLocalDateTimeGetNano) > * [JavaLocalTimeGetNano](http://errorprone.info/bugpattern/JavaLocalTimeGetNano) > * [JavaPeriodGetDays](http://errorprone.info/bugpattern/JavaPeriodGetDays) > * [LiteEnumValueOf](http://errorprone.info/bugpattern/LiteEnumValueOf) > * [LiteProtoToString](http://errorprone.info/bugpattern/LiteProtoToString) > * [LocalDateTemporalAmount](http://errorprone.info/bugpattern/LocalDateTemporalAmount) > * [ModifySourceCollectionInStream](http://errorprone.info/bugpattern/ModifySourceCollectionInStream) > * [ParametersButNotParameterized](http://errorprone.info/bugpattern/ParametersButNotParameterized) > * [PreferJavaTimeOverload](http://errorprone.info/bugpattern/PreferJavaTimeOverload) > * [PrimitiveAtomicReference](http://errorprone.info/bugpattern/PrimitiveAtomicReference) > * [SameNameButDifferent](http://errorprone.info/bugpattern/SameNameButDifferent) > * [TheoryButNoTheories](http://errorprone.info/bugpattern/TheoryButNoTheories) > * [ThrowSpecificExceptions](http://errorprone.info/bugpattern/ThrowSpecificExceptions) > * [TransientMisuse](http://errorprone.info/bugpattern/TransientMisuse) > * [UnnecessaryAnonymousClass](http://errorprone.info/bugpattern/UnnecessaryAnonymousClass) > * [UnnecessaryBoxedAssignment](http://errorprone.info/bugpattern/UnnecessaryBoxedAssignment) > * [UnnecessaryBoxedVariable](http://errorprone.info/bugpattern/UnnecessaryBoxedVariable) > * [UnnecessaryLambda](http://errorprone.info/bugpattern/UnnecessaryLambda) > * [UnnecessaryMethodInvocationMatcher](http://errorprone.info/bugpattern/UnnecessaryMethodInvocationMatcher) > * [WithSignatureDiscouraged](http://errorprone.info/bugpattern/WithSignatureDiscouraged) > * [XorPower](http://errorprone.info/bugpattern/XorPower) > > **Removed, moved, or disabled**: > * Moved Mockito checks into [Mockito Error Prone Subproject](https://github.com/mockito/mockito/tree/release/3.x/subprojects/errorprone). > * Merged PreconditionsCheckNotNull and PreconditionsCheckNotNullPrimitive into UnnecessaryCheckNotNull. > * Deleted DeprecatedThreadMethods in favour of general-purpose deprecation warnings. > * Disabled ProvidesFixChecker as it causes too much noise. > > **Fixed issues**: [#1106](https://github-redirect.dependabot.com/google/error-prone/issues/1106), [#1225](https://github-redirect.dependabot.com/google/error-prone/issues/1225), [#1231](https://github-redirect.dependabot.com/google/error-prone/issues/1231), [#1234](https://github-redirect.dependabot.com/google/error-prone/issues/1234), [#1238](https://github-redirect.dependabot.com/google/error-prone/issues/1238), [#1241](https://github-redirect.dependabot.com/google/error-prone/issues/1241), [#1246](https://github-redirect.dependabot.com/google/error-prone/issues/1246), [#1252](https://github-redirect.dependabot.com/google/error-prone/issues/1252), [#1259](https://github-redirect.dependabot.com/google/error-prone/issues/1259), [#1260](https://github-redirect.dependabot.com/google/error-prone/issues/1260), [#1271](https://github-redirect.dependabot.com/google/error-prone/issues/1271), [#1274](https://github-redirect.dependabot.com/google/error-prone/issues/1274), [#1287](https://github-redirect.dependabot.com/google/error-prone/issues/1287), [#1308](https://github-redirect.dependabot.com/google/error-prone/issues/1308), [#1316](https://github-redirect.dependabot.com/google/error-prone/issues/1316), [#1329](https://github-redirect.dependabot.com/google/error-prone/issues/1329), [#1373](https://github-redirect.dependabot.com/google/error-prone/issues/1373), [#1391](https://github-redirect.dependabot.com/google/error-prone/issues/1391), [#1408](https://github-redirect.dependabot.com/google/error-prone/issues/1408)
Commits - [`6309061`](https://github.com/google/error-prone/commit/630906103c6044cc187a5460d675d5f047118b85) [maven-release-plugin] prepare release v2.3.4 - [`36713f5`](https://github.com/google/error-prone/commit/36713f5e5f322c29bfde9d9e0116c0e231d90ae9) Make ExtendsAutoValue an ERROR. - [`2230bd1`](https://github.com/google/error-prone/commit/2230bd17f2fdeba49182cfa0ae2b1a6cc90f6248) Add a flag to GuardedByChecker to allow matching ERRORs & member selects on m... - [`201c2a2`](https://github.com/google/error-prone/commit/201c2a2259b7929fef128276cc217d46bf5faf59) Add more detailed documentation for ExtendsAutoValue, including recommendations - [`decd300`](https://github.com/google/error-prone/commit/decd3004ec797731b1b33967e670bad39c638d3d) ExtendsAutoValue: include AutoOneOf too. - [`bb1b5cd`](https://github.com/google/error-prone/commit/bb1b5cdc4a5fe358bf2925b4db94889d48dc2204) Fix overlapping replacement errors in UnnecessaryAnonymousClass when suggesti... - [`2118ba3`](https://github.com/google/error-prone/commit/2118ba35b0efe2fdfe4b1af35d1967ed935b6988) SuggestedFixes.compilesWithFix: make onlyInSameCompilationUnit work with -Wer... - [`c7a810a`](https://github.com/google/error-prone/commit/c7a810a78e0bf75e9ae9c2cc15177a1baa803523) ParametersButNotParameterized: don't match on ParameterizedTestRunner, which ... - [`45681a2`](https://github.com/google/error-prone/commit/45681a2dddbc684c438cc6baddacebaa4332485d) ParameterName: More regex improvements. - [`d94fa23`](https://github.com/google/error-prone/commit/d94fa2385b741abce13e556ba14886afdd4d8b0c) Fix IllegalArgumentException in ParameterName when varargs are empty. - Additional commits viewable in [compare view](https://github.com/google/error-prone/compare/v2.3.3...v2.3.4)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-io commented 4 years ago

Codecov Report

Merging #397 into RxJava2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           RxJava2.x     #397   +/-   ##
==========================================
  Coverage      83.15%   83.15%           
==========================================
  Files             11       11           
  Lines            457      457           
  Branches          38       38           
==========================================
  Hits             380      380           
  Misses            52       52           
  Partials          25       25

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06a357d...c22db87. Read the comment docs.