Community
Participate
Working Groups
TaglibController keeps every document it encounters in memory in a hashtable because the removal code in the FileBufferListener.bufferDisposed(...) is trying to fDocumentMap.remove(...) from the map using the map entry instead of the key. To fix, should use the map key to remove from fDocumentMap.
checked the fix into HEAD
I've run yourkit profiler recently and haven't seen this. Marking closed.