You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.eclipse.pde.internal.genericeditor.target.extension.model.Node
is accessed in a concurrent way but its internal implementation uses
unsynchronized mutator methods.
This add synchronized to all methods and copy internal datastructures to
make the class at least concurrent-safe and prevent unsyncronized data
structures to escape the scope of a node.
Copy file name to clipboardExpand all lines: ui/org.eclipse.pde.genericeditor.extension/src/org/eclipse/pde/internal/genericeditor/target/extension/model/Node.java
0 commit comments