﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10203	weak references in a list instead in weakhashmap	anonymous	team	"are you sure your listeners list in Main.java

{{{
private static final List<WeakReference<ProjectionChangeListener>> listeners = new ArrayList<>();
}}}

is working as expected?

for this usecase a WeakHashMap or some third party WeakList are intended.

I would make a bet that orphan (weakly reachable) objects are not garbage collected from a List."	enhancement	closed	normal		Core		invalid		
