Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 3a504d: Removed redundant code from ResourceComponent and ...

  Branch: refs/heads/anna/postprocessing
  Home:   https://github.com/eclipse/ice
  Commit: 3a504db70f7a8687a59bcfbb47d0796a7aec8442
      https://github.com/eclipse/ice/commit/3a504db70f7a8687a59bcfbb47d0796a7aec8442
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/Component.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ListComponent.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/componentVisitor/IComponentVisitor.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ResourceComponentTester.java

  Log Message:
  -----------
  Removed redundant code from ResourceComponent and its tester whose
functions are already covered by the super (equals, hashCode, copy,
etc.). Also cleaned up documentation in other classes.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>



Back to the top