I20250918-0350
- fix VariableDeclarationFixCore.fieldCanBeFinal() method to add call to IVariableBinding.getVariableDeclaration() in lambda visitor because reference to the field in lambda will be ParameterizedFieldBinding and will not be equal to original generic field binding - add new test to CleanUpTest - fixes #2492