eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
36 stars 86 forks source link

ClassFileEditorInputFactory: do not use "callReadOnly" #1443 #1505

Closed jukzi closed 2 months ago

jukzi commented 2 months ago

To work around IllegalStateException "Its not allow to modify JavaModel during ReadOnly action" As IJavaElement.exists() sometimes updates the classpath during eclipse start and i don't know how to fix that.

https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/1443