Skip to content

Remove Companion objects with non-public member from Public API#1207

Merged
0xnm merged 1 commit into
feature/sdkv2from
nogorodnikov/remove-companion-objects-with-non-public-members-from-public-api
Jan 2, 2023
Merged

Remove Companion objects with non-public member from Public API#1207
0xnm merged 1 commit into
feature/sdkv2from
nogorodnikov/remove-companion-objects-with-non-public-members-from-public-api

Conversation

@0xnm

@0xnm 0xnm commented Dec 28, 2022

Copy link
Copy Markdown
Member

What does this PR do?

Small change to remove companion objects with only non-public members from the public API. Otherwise empty Companion class may be hanging in the suggestions list on the user side.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@0xnm
0xnm requested a review from a team as a code owner December 28, 2022 13:48
@codecov-commenter

codecov-commenter commented Dec 28, 2022

Copy link
Copy Markdown

Codecov Report

Merging #1207 (0dd9ef9) into feature/sdkv2 (932cecb) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@              Coverage Diff               @@
##           feature/sdkv2    #1207   +/-   ##
==============================================
  Coverage          82.59%   82.59%           
==============================================
  Files                351      351           
  Lines              12480    12475    -5     
  Branches            2058     2056    -2     
==============================================
- Hits               10307    10303    -4     
- Misses              1533     1535    +2     
+ Partials             640      637    -3     
Impacted Files Coverage Δ
...atadog/android/core/configuration/Configuration.kt 98.59% <ø> (ø)
.../kotlin/com/datadog/android/rum/RumResourceKind.kt 100.00% <ø> (ø)
.../com/datadog/android/tracing/TracingInterceptor.kt 96.79% <ø> (ø)
...n/kotlin/com/datadog/android/DatadogInterceptor.kt 81.13% <100.00%> (ø)
.../main/kotlin/com/datadog/android/rum/RumMonitor.kt 78.85% <100.00%> (ø)
...dog/android/rum/resource/RumResourceInputStream.kt 90.77% <100.00%> (ø)
.../rum/tracking/ActivityLifecycleTrackingStrategy.kt 96.00% <100.00%> (ø)
...adog/android/sqlite/DatadogDatabaseErrorHandler.kt 91.67% <100.00%> (ø)
...android/log/internal/logger/TelemetryLogHandler.kt 71.43% <0.00%> (-14.29%) ⬇️
...ain/java/com/datadog/opentracing/PendingTrace.java 57.76% <0.00%> (-1.72%) ⬇️
... and 12 more

@0xnm
0xnm merged commit 516d699 into feature/sdkv2 Jan 2, 2023
@0xnm
0xnm deleted the nogorodnikov/remove-companion-objects-with-non-public-members-from-public-api branch January 2, 2023 08:22
@xgouchet xgouchet added this to the 1.17.0 milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants