-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Labels:None
The classes Generic[KeyedObject]PoolConfig are generic - but why?
They don't use the parameterised types anywhere as far as I can tell.
Unless I'm missing something, I don't think the parameterisation provides any useful compile-time checking; it just make the ctors harder to read ...