]
Alexey Kazakov reassigned JBIDE-20410:
--------------------------------------
Assignee: Viacheslav Kabanovich
[~scabanovich] could you please take a look?
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.