ctf: remove duplicate code in array/sequence declarations
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 28 Jul 2014 19:56:43 +0000 (15:56 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 4 Aug 2014 14:49:16 +0000 (10:49 -0400)
commit9377d173cdf42d0c84dd9156181996f8515a10cb
treee225617f5155153610c4e080a2780ca553c7cc63
parent2544108c2e8b21697bc1ca5fc55526b2f02b01c5
ctf: remove duplicate code in array/sequence declarations

Change-Id: I6fcb6325ae24de3984412a151137f8a5dca83deb
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/30837
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/ArrayDeclaration2Test.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/ArrayDefinition2Test.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/VariantDefinitionTest.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/ArrayDeclaration.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/CompoundDeclaration.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/SequenceDeclaration.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/internal/ctf/core/event/types/ArrayDeclaration.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/internal/ctf/core/event/types/SequenceDeclaration.java
This page took 0.027313 seconds and 5 git commands to generate.