eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
35 stars 86 forks source link

Adapt to removing AbstractUnnamedTypeDeclaration in jdt.core #1421

Closed datho7561 closed 3 months ago

datho7561 commented 3 months ago

What it does

Adapt to removing AbstractUnnamedTypeDeclaration in jdt.core. See https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2483.

How to test

jdt.ui should compile when you are using https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2483, and the use case in https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/1414 should continue to work.

Author checklist

datho7561 commented 3 months ago

Superceeded by https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/1420