Java 8 inspections errors in intellij
Answered
I have been following the tutorial ( https://www.jetbrains.com/help/idea/migrating-to-java-8.html )
to setup intellij community to migrate to java 8 (using lambdas etc) . According to the tutorial once setup intellij should already suggest changes to detect areas of code where lambdas can be added , hyowever the inspection doesnt work at all is there an extra step other than the ones mentioned in the tutorial that I need to do to activate the Jav8 language level inspections ? Also is this feature for community and pro or just pro thanks
Please sign in to leave a comment.
Hello,
Feature should work in both editions. Enabling inspections and setting language level to 8 should be enough. Could you please provide code example where suggestions don't work?