eclair icon indicating copy to clipboard operation
eclair copied to clipboard

Drop compat code for java 8

Open pm47 opened this issue 3 years ago • 7 comments

It has been a long time and officially supported version is Java 11.

This can wait after the upcoming release though.

pm47 avatar Jan 27 '22 15:01 pm47

There is actually a catch, as c848cfe shows. getSimpleClassName actually returns the full or simple class name depending on whether it is applied to an object or a class!

pm47 avatar Jan 27 '22 15:01 pm47

I'm interested in your opinion on obj.getClass.getPrettySimpleName vs obj.prettyClassName.

pm47 avatar Jan 27 '22 16:01 pm47

Since this isn't trivial after all, I think it should wait for after the release.

t-bast avatar Jan 27 '22 16:01 t-bast