Community
Participate
Working Groups
Build Identifier: ArtifactManager when removing artifacts is trying to read it from file that no longer exists and silently falls (the error does not appear in 'Eclipse Error Log'). See method ArtifactManager#artifactResourceRemoved(IResource). Therefore, the planned operation to remove the artifact does not occur, the references to artifact remain and accordingly there memory leaks and incorrect application. Reproducible: Always
Created attachment 189276 [details] Patch_337117.txt Fixed. This patch also fixes the following issues: https://bugs.eclipse.org/bugs/show_bug.cgi?id=337120 https://bugs.eclipse.org/bugs/show_bug.cgi?id=337121 https://bugs.eclipse.org/bugs/show_bug.cgi?id=337123 https://bugs.eclipse.org/bugs/show_bug.cgi?id=337124
...because all the issues related to memory leaks and to each other.
Patch applied.