Community
Participate
Working Groups
Build Identifier: ArtifactManager implements ITigerstripeChangeListener, in creating himself adds as a listener to TigerstripeWorkspaceNotifier, but when you remove the project is not going unsubscribe from TigerstripeWorkspaceNotifier. This causes a memory leak. Need to consider the life cycle ArtifactManager and associate it with the life cycle of the project. Such as adding a method to dispose() in ArtifactManager and call it when a project is removed. Reproducible: Always
Applied patch from bug 337117.