Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-dev] when is Disposable.dipose() supposed to be called?

Hi,

in tycho we have a plexus component which implements Disposable, see [1].

I want some cleanup work to be done in dispose() but it seems this method is never called.

Any hints what I could be doing wrong?

Regards,
Jan

[1] http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/sisu-equinox/sisu-equinox-embedder/src/main/java/org/eclipse/sisu/equinox/embedder/internal/DefaultEquinoxEmbedder.java 


Back to the top