Files
openide/java/java-impl
Tagir Valeev 2cfd1ece23 JavaCodeStyleManagerImpl#hasConflictingVariableAfterwards: check variable children as well
It could be a declaration which initializer contains a lambda. In this case lambda parameter name wasn't checked
Fixes IDEA-206763 Iteration over keySet quickfix does not take into consideration that the variable name "entry" is already used by a lambda value
2019-02-07 09:57:57 +07:00
..