1.4
·
518 commits
to master
since this release
1.4 release
- initial support for Java 9 language features (effectively final variables in try-with-resources,
module-info.javafiles). - Remove
java.langimports - Handle varargs lambda parameters
- Wrap line comments that exceed the column limit
- Ensure leading spaces are present in line comments (
//comment->// comment). - Wrap before
/*parameter=*/comments. - Handle type-annotated varargs.