Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 9fc0d7: Fixing bug 481961

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 9fc0d77e7744c1488d4e2e813a4c6868abe3edba
      https://github.com/eclipse/ice/commit/9fc0d77e7744c1488d4e2e813a4c6868abe3edba
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M org.eclipse.ice.client.test/src/org/eclipse/ice/client/test/ClientTester.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/EclipseFormWidget.java
    M org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java
    M org.eclipse.ice.client/src/org/eclipse/ice/client/internal/Client.java
    M org.eclipse.ice.client/src/org/eclipse/ice/iclient/IClient.java
    M org.eclipse.ice.repository/ice.macosx_product.launch

  Log Message:
  -----------
  Fixing bug 481961 

This commit fixes the bug found in bug 481961 where an opened Item XML
File failed to execute processes due the lack of an IFormWidget object. 

This has been fixed with the addition of an addFormWidget method to the
IClient interface, and implementation on Client that adds it to the
formWidgetTable, and the ICEFormEditor setting a new
EclipseFormWidget(this) on its IClient reference if the input was a
FileEditorInput. 

Updated tests as well. 

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top