ctf: move ArrayDefinition.isString to be part of the declaration
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 12 Mar 2014 20:32:05 +0000 (16:32 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 19 Mar 2014 22:05:08 +0000 (18:05 -0400)
commit9639bf3a561e11d8d40f6abad85947ce22592b8b
tree929672eb0d910a44497cf6b7f3b69c29ca6e4033
parent896c08344c9331ebc9a253940b0d6ab82a44f278
ctf: move ArrayDefinition.isString to be part of the declaration

Multiple definitions of the same ArrayDeclaration will all return the
same value. The method makes more sense to be in ArrayDeclaration.

Change-Id: I245dba73c7f726ed9a792a6e443e0fe4cbec0e6a
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/23283
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/ArrayDeclarationTest.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/ArrayDefinitionTest.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/ArrayDefinition.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java
This page took 0.04373 seconds and 5 git commands to generate.