Skip to content

Conversation

@ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Jun 18, 2025

Summary

  • Fixed PMD UnusedFormalParameter warnings in 4 modification classes
  • Added @SuppressWarnings annotations to copy constructors with unused parameters
  • These classes have no state to copy, hence the parameters are intentionally unused

ic0ns added 4 commits June 18, 2025 05:24
Added @SuppressWarnings annotation to copy constructor parameter that is unused because the class has no state to copy.
Added @SuppressWarnings annotation to copy constructor parameter that is unused because the class has no state to copy.
Added @SuppressWarnings annotation to copy constructor parameter that is unused because the class has no state to copy.
Added @SuppressWarnings annotation to copy constructor parameter that is unused because the class has no state to copy.
@ic0ns ic0ns closed this Jun 18, 2025
@ic0ns ic0ns deleted the fix-pmd-issues branch June 18, 2025 07:43
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