bsideup / jabel

Jabel - unlock Javac 9+ syntax when targeting Java 8
Apache License 2.0
803 stars 47 forks source link

IntelliJ wrong Inspection level #17

Closed nename0 closed 4 years ago

nename0 commented 4 years ago

If you use e.g. Set.of() IntelliJ will only warn you if you set the 'higher than' to 8 not 9 and Set.of() definitely gives a compiler error if you use it in the example project.

TODO update image

bsideup commented 4 years ago

@nename0 thank you! Nice catch! 👍

bsideup commented 4 years ago

@nename0 oh.... I just noticed (of course after the merge :D) that you submitted it to the records branch, not master. Could you please re-submit to master?

nename0 commented 4 years ago

Ackchyually this was intentional. I though the records would be merged soon.