Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 4d0caa: Fixed repeated pipe bug

  Branch: refs/heads/UnifiedVizRefactor_NoReactor
  Home:   https://github.com/eclipse/ice
  Commit: 4d0caa68f69d704fcdc7fa5c386e38df2301aa9d
      https://github.com/eclipse/ice/commit/4d0caa68f69d704fcdc7fa5c386e38df2301aa9d
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M org.eclipse.ice.reactor.plant/META-INF/MANIFEST.MF
    M org.eclipse.ice.reactor.plant/src/org/eclipse/ice/reactor/plant/FXPlantCompositeConverter.java
    M org.eclipse.ice.reactor.plant/src/org/eclipse/ice/reactor/plant/GeometricalComponent.java
    M org.eclipse.ice.reactor.plant/src/org/eclipse/ice/reactor/plant/PlantComposite.java
    M org.eclipse.ice.viz.service.javafx.geometry/src/org/eclipse/ice/viz/service/javafx/geometry/plant/FXPipeView.java

  Log Message:
  -----------
  Fixed repeated pipe bug

Work around for bug where pipes are being read from the composite
repeatedly with different locations. The converter now checks if a pipe
with that id already exists in the plant before placing it in the tree.
Since the first one read was always the correct one, this essentially
fixes the bug.

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



Back to the top