]
Rastislav Wagner closed JBIDE-20410.
------------------------------------
verified in JBDS 9.0.0.CR1-v20150912-1100-B100
Possible memory leak in JarAccess
---------------------------------
Key: JBIDE-20410
URL:
https://issues.jboss.org/browse/JBIDE-20410
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.3.0.Beta2
Reporter: Rastislav Wagner
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 4.3.0.CR1
I think I see memory leak in org.jboss.tools.common.model.filesystems.impl.JarAccess
line 309 Set<JarSystemImpl> slaves = new HashSet<JarSystemImpl>();
these 'slaves' are just growing.