Skip to content

chore: replace internal short-code markers in test comments with plain descriptions#88

Merged
OmarAlJarrah merged 2 commits into
mainfrom
chore/strip-internal-markers-from-test-comments
Jun 16, 2026
Merged

chore: replace internal short-code markers in test comments with plain descriptions#88
OmarAlJarrah merged 2 commits into
mainfrom
chore/strip-internal-markers-from-test-comments

Conversation

@OmarAlJarrah

Copy link
Copy Markdown
Member

Summary

A number of committed test files carried terse short-code markers in their comments (identifiers like H1, M3, L6, V2-4) that were only meaningful in the context they were written in and convey nothing to a reader of the test today.

This rewrites those comments to describe what each test actually covers, or drops the bare marker token where the comment reads fine without it, across 13 test files in sdk-core, sdk-io-okio3, and the two transport modules.

Comments only — no test names, assertions, logic, or test data were changed. One token that looks like a marker but is real test data (a hex byte value 0xE9) was deliberately left untouched. All affected modules build and their test suites pass.

Closes #19

Several committed test comments carried review-style short-code prefixes
(e.g. "H4", "M6", "L3", "B14") that have no meaning outside the review that
produced them. This strips those prefixes while keeping the explanatory text,
and rewrites the few headers/sentences that read awkwardly once the code was
removed so each comment stands on its own.

Comment-only change across sdk-core, sdk-io-okio3, sdk-transport-okhttp, and
sdk-transport-jdkhttp test sources; no test names, assertions, logic, or
public API are affected.
…markers-from-test-comments

# Conflicts:
#	sdk-transport-jdkhttp/src/test/kotlin/org/dexpace/sdk/transport/jdkhttp/JdkHttpTransportTest.kt
@OmarAlJarrah OmarAlJarrah merged commit 0828efc into main Jun 16, 2026
1 check passed
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.

Remove internal short-code markers from committed test comments

1 participant