Ying Chen
Results
2
issues of
Ying Chen
Use iterator to access task collection instead of iterating the collection directly, the later would cause ConcurrentModificationException if the items are changed during iteration.
With custom serialization, multiple projects can share the same instance of tooling model after serialization, because the serialization mechanism uses hashcode as identifier to avoid re-creating objects. While two projects...