eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
85 stars 98 forks source link

Using lambdas in SvgRenderTests #395

Closed vogella closed 3 years ago

vogella commented 3 years ago

With the JDT clean actions I converted the anonymous inner classes into lambda expressions for SvgRenderTests. This results in more modern code and removes some SonarLint warnings.

wimjongman commented 3 years ago

Thanks!