Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 929e94: Fixed a bug in the ICEFormEditor where AdaptiveTre...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 929e9471336ca86c92f8b57afb136d1cc5637efa
      https://github.com/eclipse/ice/commit/929e9471336ca86c92f8b57afb136d1cc5637efa
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java

  Log Message:
  -----------
  Fixed a bug in the ICEFormEditor where AdaptiveTreeComposites could not
be added due to an empty visit operation. They should be treated like
normal TreeComposites.

Added some default comments to visit operations that lacked them.

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



Back to the top