]
Alexey Kazakov updated JBIDE-20410:
-----------------------------------
Fix Version/s: 4.3.0.CR1
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
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.