eclipse-platform / eclipse.platform.text

8 stars 45 forks source link

Fix warnings in I-build #232

Closed akurtakov closed 1 year ago

akurtakov commented 1 year ago

Unused private member warning as visible at https://download.eclipse.org/eclipse/downloads/drops4/I20230616-1800/compilelogs/plugins/org.eclipse.core.filebuffers_3.8.100.v20230616-0753/@dot.html#OTHER_WARNINGS . While at it some further modernization of the code like using pattern matching and properly ordering modifiers according to JLS