eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
156 stars 123 forks source link

Bug 466406 - [compile] valid final variable causes eclipse compilation error when set via multiple catch blocks #2729

Closed stephan-herrmann closed 1 month ago

stephan-herrmann commented 1 month ago

avoid spilling flow info from one catch block to the next via accumulated updates in tryInfo.

fixes https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2726