Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] b9aa17: Fixed Entry and VizEntry constructors

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: b9aa177f3bde720f51a3add27dee89cba360b025
      https://github.com/eclipse/ice/commit/b9aa177f3bde720f51a3add27dee89cba360b025
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/EntryTester.java
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/Entry.java
    M org.eclipse.ice.viz.service.test/src/org/eclipse/ice/viz/service/datastructures/test/VizEntryTester.java
    M org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/datastructures/VizEntry.java

  Log Message:
  -----------
  Fixed Entry and VizEntry constructors

The Entry and VizEntry constructors had a bug in which overloaded
setup() methods may not have their changes applied if the constructor
taking a content provider as an arguement was used. All constructors now
properly invoke setup() once.

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>



Back to the top