eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
164 stars 130 forks source link

[23] exhaustiveness signalling difference between javac and ecj #2925

Closed stephan-herrmann closed 1 month ago

stephan-herrmann commented 2 months ago

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

stephan-herrmann commented 2 months ago

@mpalat @srikanth-sankaran commit https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2925/commits/f508a96cd748c7809ddb40aea278e7937f250657 fully removes IProblem.DuplicateTotalPattern and related code. This is probably worth another pair of eyeballs looking at that change.

You'll find an explanation in https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2915#issuecomment-2335143598

stephan-herrmann commented 1 month ago

Merged in the interest of time.

Comments are still wellcome.