Skip to content

More Pubsub cleanup - #4948

Merged
sduskis merged 3 commits into
googleapis:masterfrom
sduskis:cleanup_pubsub_3
Apr 16, 2019
Merged

More Pubsub cleanup#4948
sduskis merged 3 commits into
googleapis:masterfrom
sduskis:cleanup_pubsub_3

Conversation

@sduskis

Copy link
Copy Markdown
Contributor
  • Removing PublisherStats, since it's package private and not used anywhere.
  • StatusUtil and SubscriberStats are package private. Remove the public modifier on methods in those classes

- Removing PublisherStats, since it's package private and not used anywhere.
- StatusUtil and SubscriberStats are package private. Remove the `public` modifier on methods in those classes
@sduskis
sduskis requested a review from a teamApril 15, 2019 14:34
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2019
@codecov

codecovBot commented Apr 15, 2019

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@2fc4e55). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@ Coverage Diff @@## master #4948 +/- ##
=========================================
Coverage ? 50.36% Complexity ? 23665 =========================================
Files ? 2232 Lines ? 225852 Branches ? 24956 =========================================
Hits ? 113742 Misses ? 103513 Partials ? 8597
Impacted FilesCoverage ΔComplexity Δ
...in/java/com/google/cloud/pubsub/v1/StatusUtil.java71.42% <ø> (ø)4 <0> (?)
...va/com/google/cloud/pubsub/v1/SubscriberStats.java0% <0%> (ø)0 <0> (?)

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 2fc4e55...aa3f2a5. Read the comment docs.

@kolea2

kolea2 commented Apr 15, 2019

Copy link
Copy Markdown
Contributor

This LGTM, but I had a question regarding the MessageDispatcher change in #4949. It looks like this change made it into both PRs, can you remove it from this one, I'll approve, and we can follow up on the other PR separately?

@sduskis

Copy link
Copy Markdown
ContributorAuthor

@kolea2, done.

@sduskis
sduskis merged commit 79b64df into googleapis:masterApr 16, 2019
@sduskis
sduskis deleted the cleanup_pubsub_3 branch April 16, 2019 15:00
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
* More Pubsub cleanup
- Removing PublisherStats, since it's package private and not used anywhere.
- StatusUtil and SubscriberStats are package private. Remove the `public` modifier on methods in those classes
* Reverting MessageDispatcher change.
meltsufin pushed a commit that referenced this pull request May 1, 2026
* More Pubsub cleanup
- Removing PublisherStats, since it's package private and not used anywhere.
- StatusUtil and SubscriberStats are package private. Remove the `public` modifier on methods in those classes
* Reverting MessageDispatcher change.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@sduskis@kolea2@googlebot