IntelliJ IDEA Inspection Settings for Java 8 Refactoring - DZone Java
IntelliJ IDEA Inspection Settings for Java 8 Refactoring Follow along as Trisha Gee explains how you can use IntelliJ IDEA to refactor your code for use in Java 8, covering loops, streams, and more. by Like (1) Comment (4) Discover how powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience, brought to you in partnership with JetBrains . I've been giving a talk this year showcasing how to use IntelliJ IDEA inspections to help you refactor existing code to Java 8. The initial version of this, the one I gave at DevoxxUK (video) , is based on my Migrating to Java 8 Tutorial . I've also written before about how IntelliJ IDEA can help you write more idiomatic Java 8 code . I'm revisiting the topic now that IntelliJ IDEA 2016.3 has added even more support for identifying areas of code that can utilize Java 8 idioms and APIs , and making better use of those areas that already use Java 8 .Read full article from IntelliJ IDEA Inspection Settings for Java 8 Refactoring - DZone Java
No comments:
Post a Comment