Skip to content

chore: remove unnecessary @SuppressWarnings annotations#1301

Open
joaodinissf wants to merge 1 commit intodsldevkit:masterfrom
joaodinissf:chore/cleanup-warnings
Open

chore: remove unnecessary @SuppressWarnings annotations#1301
joaodinissf wants to merge 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
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