Skip to content
Snippets Groups Projects

Clean up code

Merged Daniel Gerhardt requested to merge code-cleanup into master
  • Remove unused code
  • Optimize imports (group 10+ and static imports)
  • Remove redundant variable assignments
  • Replace explicit type parameters with <>
  • Remove redundant catch blocks
  • Use varargs instead of explicit array instantiation
  • Weaken visibility of methods and fields
  • Simplify conditions
  • Do not use StringBuilder for simple concatenations
  • Fix code style
  • Remove invalid Javadoc

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply