内容简介:IntelliJ IDEA 2017.3 正式版已发布,部分更新内容如下: Java 类型转换的代码完成 参数的可空性注解 Stream API调用链的可空性检测 推理出的明确的注解的快速修复 支持JUnit5 使用Stream AP调用链(Stream.colle...
IntelliJ IDEA 2017.3 正式版已发布,部分更新内容如下:
Java
类型转换的代码完成
参数的可空性注解
Stream API调用链的可空性检测
推理出的明确的注解的快速修复
支持JUnit5
使用Stream AP调用链(Stream.collect/Collectors.joining)替换StringBuilder
boolean返回类型方法转换的快速修复
使分离的方法调用合并为Stream链式调用
Map重复key或Set元素的检测
冗余的异常声明检测
标为弃用方法调用的代码的快速替换
Java EE 8
支持异步的CDI事件
支持Servlet 4.0的HTTP/2
支持Spring Boot的MVC Web应用
完整更新内容请查阅发行说明:What’s New in IntelliJ IDEA(2017.3)
下载地址:
https://www.jetbrains.com/idea/download/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《IntelliJ IDEA 2017.3 正式发布,快去更新吧》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!