Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 303137: Further addressed threading issues.

  Branch: refs/heads/jay/tasks
  Home:   https://github.com/eclipse/ice
  Commit: 3031370fc427ee3be0e2d06d34ef5fbfa6bc78a6
      https://github.com/eclipse/ice/commit/3031370fc427ee3be0e2d06d34ef5fbfa6bc78a6
  Author: Jay Jay Billings <billingsjj@xxxxxxxx>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M org.eclipse.ice.tasks/src/main/java/org/eclipse/ice/tasks/Task.java
    M org.eclipse.ice.tasks/src/main/java/org/eclipse/ice/tasks/spring/statemachine/ExecutingStateAction.java
    M org.eclipse.ice.tasks/src/test/java/org/eclipse/ice/tests/tasks/TaskTest.java

  Log Message:
  -----------
  Further addressed threading issues.

Task now stores thread safe refereneces for action, action data, and
state data. This was addressed because of a bug revealed by the coverage
tool in Eclipse where it had some resolution issues with its
instrumentation due to the threading.

Signed-off-by: Jay Jay Billings <billingsjj@xxxxxxxx>




Back to the top