Skip to content

FIX: Address Java compiler warnings#99

Open
Jamesr51d wants to merge 1 commit into
mainfrom
fix/java-warnings
Open

FIX: Address Java compiler warnings#99
Jamesr51d wants to merge 1 commit into
mainfrom
fix/java-warnings

Conversation

@Jamesr51d

Copy link
Copy Markdown
Contributor
  • Eliminate this-escape where cheap: inline trivial setters to direct field writes; make createAndVerifyTempDir/init final
  • Suppress remaining benign this-escape (this passed to collaborators, super.addSuppressed, superclass/builder setters)
  • Replace deprecated new URL(String) with URI-based construction
  • Mark non-serializable CloudRequestException.responseHeaders transient
  • Uncomment -Werror to prevent warning regressions
  • Correct declaration of IWeightedValue<?>[]
  • @SuppressWarnings("restricted") on load()

- Eliminate this-escape where cheap: inline trivial setters to direct
  field writes; make createAndVerifyTempDir/init final
- Suppress remaining benign this-escape (this passed to collaborators,
  super.addSuppressed, superclass/builder setters)
- Replace deprecated new
URL(String) with URI-based construction
- Mark non-serializable CloudRequestException.responseHeaders transient
- Uncomment -Werror to prevent warning regressions
- Correct declaration of IWeightedValue<?>[]
- @SuppressWarnings("restricted") on load()
@Jamesr51d Jamesr51d requested a review from justadreamer June 19, 2026 14:06
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.

1 participant