Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.3.1
-
Fix Version/s: UDIG 1.3.2
-
Component/s: framework
-
Labels:None
Description
Methods get, put, remove, initialize, clear and flush have access to the internal HashMap "blackboard".
As an effect the user can't export Images from Map (ExportImageWizard) because of an
IllegalArgumentException : "no null" constraint violated
EcoreUtils.copy() fails because a EMF List has null objects which can't be inserted into new EMS List. See ApplicationGIS.drawMap() -> exportMap