Community
Participate
Working Groups
After ASTNodes#getType(VariableDeclaration) method is updated to return 'null' for a type inferred lambda parameter, callers of the method need to be fixed iff there's a possibility that the given VariableDeclaration is a type inferred lambda parameter. Patch to update ASTNodes#getType(VariableDeclaration) to return 'null' is attached in bug 407985 comment #3.
Updated the callers where the VariableDeclaration could be a type inferred lambda parameter: - ASTNodeFactory.newType(AST ast, VariableDeclaration declaration, ImportRewrite importRewrite, ImportRewriteContext context) : Handled in bug 407985. - ASTNodes.getDimensions(VariableDeclaration declaration) : Fall-back is the number of extra dimensions only on VariableDeclaration. Released via: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?h=BETA_JAVA8&id=3310af6fcd5a077ef1b734db2749c6860241d716