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]