Community
Participate
Working Groups
Created attachment 100410 [details] Fix Now the default label provider will not dispose cached images while switching modality. The patch that would solve the general issue (not disposing even custom label providers) is much much bigger and I am afraid unacceptable at current time. I'd like to work on this after 3.4.
The issue is that we're using the same label provider even though its been disposed. Luckily at present, dispose() doesn't do anything and so the code happens to work.
Created attachment 114915 [details] Fix with test
Created attachment 114916 [details] mylyn/context/zip
Created attachment 114920 [details] Fix with improved test
Released to HEAD with minor changes in javadocs. Thanks Krzysztof.