Skip to content

Prepare refaster for changes to implicit lambda parameter types in JDK-8268850#5550

Merged
copybara-service[bot] merged 1 commit intomasterfrom
test_876129207
Feb 27, 2026
Merged

Prepare refaster for changes to implicit lambda parameter types in JDK-8268850#5550
copybara-service[bot] merged 1 commit intomasterfrom
test_876129207

Conversation

@copybara-service
Copy link
Contributor

Prepare refaster for changes to implicit lambda parameter types in JDK-8268850

After https://bugs.openjdk.org/browse/JDK-8268850, VariableTree#getType will return null for implicit lambda parameter types.

This updates refaster to handle templating for lambda parameter types using the inferred Type, instead of relying on an AST node being present containing the inferred type.

@copybara-service copybara-service bot force-pushed the test_876129207 branch 2 times, most recently from 75d445d to f37664d Compare February 27, 2026 17:59
…K-8268850

After https://bugs.openjdk.org/browse/JDK-8268850, `VariableTree#getType` will return `null` for implicit lambda parameter types.

This updates refaster to handle templating for lambda parameter types using the inferred `Type`, instead of relying on an AST node being present containing the inferred type.

PiperOrigin-RevId: 876317979
@copybara-service copybara-service bot merged commit 37d435d into master Feb 27, 2026
@copybara-service copybara-service bot deleted the test_876129207 branch February 27, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant