Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor refactoring #375

Merged
merged 4 commits into from
Jan 16, 2023
Merged

Minor refactoring #375

merged 4 commits into from
Jan 16, 2023

Conversation

sebthom
Copy link
Member

@sebthom sebthom commented Jan 16, 2023

This PR:

  • marks private classes as final
  • marks utility classes (containing only static methods) as final and adds private constructors where missing
  • uses the var keyword in places where the type still is obvious because of the assignment being an explicit cast or a new instance of a class

@sebthom sebthom merged commit 9ffc170 into eclipse-lsp4e:master Jan 16, 2023
@sebthom sebthom deleted the refactor branch January 16, 2023 20:58
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