dodie / scott

Never debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
https://advancedweb.hu/junit-and-cucumber-test-reports-based-on-source-code-and-behavior/
MIT License
137 stars 17 forks source link

Eliminate leftovers from the old Java 6 support #78

Closed dodie closed 5 years ago

dodie commented 5 years ago

Core Scott components are compatible with Java 7+, but the original version of the plugin was built with Java 6 compatibility in mind. Because of this, Java 7 features are not used in many parts of the codebase.

Clean up the codebase to use Java 7 features where appropriate. Avoid using features available from Java 8 or later.

imavroukakis commented 5 years ago

👋 I'd like to have a go at this if that's ok?

dodie commented 5 years ago

Sure!

imavroukakis commented 5 years ago

🖖