[docs] Reword terms flagged by PoliCheck#11961
Merged
Merged
Conversation
Reword two phrases in merged Java.Interop docs that PoliCheck flagged: - Architecture.md: 'ball of mud' -> 'tangled mess' - EnumMappingFile.md: 'blacklists' -> 'block lists' Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Java.Interop documentation wording to address terms flagged by dotnet/android’s PoliCheck rules after the merge, keeping the changes prose-only to avoid suppression signatures.
Changes:
- Reword “ball of mud” → “tangled mess” in Java.Interop architecture documentation.
- Reword “blacklists” → “block lists” in enum mapping format documentation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| external/Java.Interop/Documentation/EnumMappingFile.md | Rewords a flagged term in the enum mapping format discussion. |
| external/Java.Interop/Documentation/Architecture.md | Rewords a flagged phrase in the architecture critique section. |
simonrozsival
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After merging Java.Interop into this repo, its docs are now scanned under dotnet/android's PoliCheck rules for the first time, which surfaced three flagged terms. These are prose-only hits, so rewording is the cleanest fix (it's also the outcome PoliCheck itself recommends for "blacklist") and avoids adding suppression signatures for documentation text.
Changes:
external/Java.Interop/Documentation/Architecture.md: "ball of mud" -> "tangled mess"external/Java.Interop/Documentation/EnumMappingFile.md: "blacklists" -> "block lists"This clears all three active PoliCheck results (both
blacklist/blacklistshits were on the same line).