Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 7804fd: Adding some documentation to highlight potential t...

  Branch: refs/heads/jordan/bug469187-windows-build-failures
  Home:   https://github.com/eclipse/ice
  Commit: 7804fdc511de1ec3ba12ed1538884c425336f1d3
      https://github.com/eclipse/ice/commit/7804fdc511de1ec3ba12ed1538884c425336f1d3
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/moose/MOOSEFileHandlerTester.java

  Log Message:
  -----------
  Adding some documentation to highlight potential test errors in
MOOSEFileHandlerTester and their causes.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: bb6bb6fd17e7d732cf6719cf31015414b34bdf75
      https://github.com/eclipse/ice/commit/bb6bb6fd17e7d732cf6719cf31015414b34bdf75
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.client/src/org/eclipse/ice/client/internal/ItemProcessor.java

  Log Message:
  -----------
  Adding some documentation highlighting a possible design flaw (which can
lead to errors in certain multithreaded situations).

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 2a9291a8d61d86d8af2f0f6d33051ad307517bcd
      https://github.com/eclipse/ice/commit/2a9291a8d61d86d8af2f0f6d33051ad307517bcd
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

  Changed paths:
    M tests/org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/FakeExtraInfoWidget.java
    M tests/org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/ItemProcessorTester.java

  Log Message:
  -----------
  Updating the ItemProcessorTester so that the same ItemProcessor can be
tested without re-initializing it. This required a minor update to the
FakeExtraInfoWidget to prevent it from triggering an infinite loop in
the ItemProcessor thread.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/1a2490faf29e...2a9291a8d61d

Back to the top