IntelliJ IDEA 2016.3.1 发布,Java 开发工具

简介:

IntelliJ IDEA 2016.3.1 发布了。如果你还没有尝试 IntelliJ IDEA 2016.3,那么欢迎使用 IntelliJ IDEA 2016.3.1,本次更新带来了很多重要的错误修正。其中最显著的变化之一是实现了对 JUnit 5 M3 的支持,因此如果您计划继续运行JUnit 5 M2,您必须使用IntelliJ IDEA 2016.3(或更早版本),或手动包括JUnit 5 M2 你的类路径中的属性。

至于 JDK 9,IntelliJ IDEA 2016.3 将不支持 builds 148 及以上,因为它们包含破坏性的代码。 当然,我们正在努力解决这个问题,支持最新 JDK 9 的版本将在 2017.1 发布(其EAP可能会在未来几个星期内开始)。

本次发布的版本部分改进记录如下:

No subsystem

BugIDEA-163903Current file todos are not shown in 'Scope Based' tab with selected 'Current file' scope

IDEA-161814IntelliJ fails to compile DropWizard HelloWorld example app

BugIDEA-164049'Export Settings' option exports broken settings.jar

BugIDEA-160578IDEA hangs on start with inactive Proxy Authentication dialog

ExceptionIDEA-163426INRE at com.intellij.util.indexing.FileBasedIndexImpl.a

AspectJ

ExceptionIDEA-164434"Internal compiler error" on compiling AspectJ projects with JDK 6

Code Analysis. Inspection

ExceptionIDEA-164434"Internal compiler error" on compiling AspectJ projects with JDK 6

Code Navigation

FeatureIDEA-162418Enhanced go to file formats

BugIDEA-163673IntelliJ was frozen for 3 minutes without obvious reason

Compiling Project

BugIDEA-163375Compiling with 163.6957.12 results in java.lang.NoSuchMethodError

BugIDEA-164315Artifact destination folder contents deleted when compiling artifact in 2016.3

TaskIDEA-164402When build runtime is java8 and higher and the project depends on JDK6 or JDK7, consider using javac from these JDKs if possible

Debugger

BugWEB-14233Add property of object to watches fails

BugWEB-24149React Native Debugger Exception With React Native V0.37.0.

BugWEB-24257Meteor debugger doesn't work: ClassCastException

BugWEB-24304Angular-cli karma debugging: breakpoints are not hit

BugWEB-21216Debugger should show contents of Map/Set

BugWEB-24182Debugger: no console output when using Chromium v. < 54 for debugging

BugWEB-24297"Smart step into" doesn't work

ExceptionWEB-24091IllegalArgumentException when inspect closure

ExceptionWEB-24089TypeCastException within debug session

ExceptionWEB-23676Debugger: IOE: File is not writable: LightVirtualFile exception

JavaScript

BugWEB-24065Auto import and redundant comma

BugWEB-23588Flow checking does not support exact object types

BugWEB-244152016.3: large increase in javascript "unresolved function or method" warnings

BugWEB-21977async function always returns a Promise - incorrect jsdoc generation

BugWEB-24058Bad analysis: lambda argument breaks method resolution type inference in method chain

BugWEB-23518'resolve using flow when possible' messes up unused import checking

BugWEB-24219JSDoc: The type of non-nullable properties is not correctly propagated

PerformanceWEB-24472IDEA 2016.3 Locks Up

PerformanceWEB-24177Files never finish indexing

UsabilityWEB-16210ExtJS 'class for xtype' not found' warning should be suppressible

UsabilityWEB-23873Setting JavaScript language version to "ECMAScript 6" shows description text outside of visible area

ExceptionWEB-24108AssertionError when call 'Choose color'

文章转载自 开源中国社区[https://www.oschina.net]

相关文章
|
2月前
|
Java
使用IDEA创建项目运行我的第一个JAVA文件输出Helloword
本文介绍了如何使用IDEA(IntelliJ IDEA)创建一个新的Java项目,并运行一个简单的Java程序输出"Hello Word"。文章详细展示了创建项目的步骤,包括选择JDK版本、设置项目名称和路径、创建包和类,以及编写和运行代码。最后,还展示了如何通过IDEA的运行功能来执行程序并查看输出结果。
136 4
使用IDEA创建项目运行我的第一个JAVA文件输出Helloword
|
1月前
|
关系型数据库 MySQL Java
【IDEA】java后台操作mysql数据库驱动常见错误解决方案
【IDEA】java后台操作mysql数据库驱动常见错误解决方案
61 0
|
7天前
|
Java
轻松上手Java字节码编辑:IDEA插件VisualClassBytes全方位解析
本插件VisualClassBytes可修改class字节码,包括class信息、字段信息、内部类,常量池和方法等。
49 6
|
1月前
|
存储 缓存 Java
java基础:IO流 理论与代码示例(详解、idea设置统一utf-8编码问题)
这篇文章详细介绍了Java中的IO流,包括字符与字节的概念、编码格式、File类的使用、IO流的分类和原理,以及通过代码示例展示了各种流的应用,如节点流、处理流、缓存流、转换流、对象流和随机访问文件流。同时,还探讨了IDEA中设置项目编码格式的方法,以及如何处理序列化和反序列化问题。
67 1
java基础:IO流 理论与代码示例(详解、idea设置统一utf-8编码问题)
|
22天前
|
搜索推荐 Java 数据库连接
Java|在 IDEA 里自动生成 MyBatis 模板代码
基于 MyBatis 开发的项目,新增数据库表以后,总是需要编写对应的 Entity、Mapper 和 Service 等等 Class 的代码,这些都是重复的工作,我们可以想一些办法来自动生成这些代码。
29 6
|
1月前
|
Oracle IDE Java
IDEA安装教程配置java环境(超详细)
IDEA安装教程配置java环境(超详细)
|
3月前
|
Java 开发工具
开发工具系类 之 Cannot determine path to ‘tools.jar‘ library for 17 (D:/Program Files/Java/jdk-17.0.9)
这篇文章讲述了作者在升级JDK至17版本后遇到IDEA无法识别`tools.jar`的问题,并提供了两种解决方法:升级IDEA版本或降低JDK版本,并提供了相关版本的IDEA兼容性信息。
开发工具系类 之 Cannot determine path to ‘tools.jar‘ library for 17 (D:/Program Files/Java/jdk-17.0.9)
|
3月前
|
前端开发 Java Maven
【前端学java】全网最详细的maven安装与IDEA集成教程!
【8月更文挑战第12天】全网最详细的maven安装与IDEA集成教程!
98 2
【前端学java】全网最详细的maven安装与IDEA集成教程!
|
3月前
|
Java PHP 数据安全/隐私保护
Java——IDEA如何运行单个文件
Java——IDEA如何运行单个文件
59 1
Java——IDEA如何运行单个文件
|
4月前
|
Java
初识Java与IDEA的简易介绍
1.Java的简单介绍 2.IDEA的快速上手(模块导入、模块删除)
54 1
初识Java与IDEA的简易介绍