Files
javademos/lanes/prompts/upgrade-4-modernize-idioms.txt

2 lines
298 B
Plaintext

Apply these Java 25 idioms to this file: records for data carriers, pattern-matching switch for type checks, sequenced collection APIs (getFirst/getLast), and ScopedValue instead of ThreadLocal. Preserve behaviour exactly and add a comment for each change explaining why the new form is preferred.