Skip to content

chore: remove unnecessary @SuppressWarnings annotations#1301

Merged
joaodinissf merged 1 commit intodsldevkit:masterfrom
joaodinissf:chore/cleanup-warnings
Apr 7, 2026
Merged

chore: remove unnecessary @SuppressWarnings annotations#1301
joaodinissf merged 1 commit intodsldevkit:masterfrom
joaodinissf:chore/cleanup-warnings

Conversation

@joaodinissf
Copy link
Copy Markdown
Collaborator

@joaodinissf joaodinissf commented Apr 4, 2026

Summary

  • Remove 10 @SuppressWarnings annotations that are no longer needed
  • Covers "removal", "restriction", and "unchecked" suppressions across 10 files where the suppressed condition no longer exists

Test plan

  • CI passes (no compilation or runtime impact — these are compile-time-only annotations)
  • Eclipse workspace shows fewer warnings after checkout

🤖 Generated with Claude Code

Remove @SuppressWarnings that are no longer needed:
- "removal" on XtextBuildTrigger (no removal-deprecated API used)
- "restriction" on CheckBatchLinkableResource, AbstractAcfContentAssistTest,
  AbstractGeneratorTest (no restricted API access)
- "unchecked" on CheckContextsGenerator, ClassRunner, XtextClassRunner,
  AbstractFingerprintComputer, AbstractStreamingFingerprintComputer
  (no unchecked casts present)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@joaodinissf joaodinissf enabled auto-merge (rebase) April 4, 2026 12:30
@joaodinissf joaodinissf requested a review from rubenporras April 6, 2026 20:00
@joaodinissf joaodinissf disabled auto-merge April 6, 2026 20:02
@joaodinissf joaodinissf enabled auto-merge (rebase) April 6, 2026 20:02
@joaodinissf joaodinissf merged commit b0d6e11 into dsldevkit:master Apr 7, 2026
3 checks passed
@joaodinissf joaodinissf deleted the chore/cleanup-warnings branch April 20, 2026 08:28
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.

2 participants