pietermartin / umlg

Uml to java
5 stars 6 forks source link

Look at collection cache problem!!! #25

Closed pietermartin closed 10 years ago

pietermartin commented 11 years ago

When creating an edge, objects in a collection cache elsewhere are unaware of the change. Think about having a global list of properies that need initialization, to do lazily as needed.

pietermartin commented 10 years ago

Done