ctf: Hide internal functionalities of StringDefinition.
authorEtienne Bergeron <etienne.bergeron@gmail.com>
Tue, 3 Dec 2013 09:20:12 +0000 (04:20 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 4 Dec 2013 14:25:02 +0000 (09:25 -0500)
commit4f4b62121aaf7c28d9db695c3f9d655c0905c6e7
tree164a90d2eddd7e575dee984673120ec1b3b4aa30
parentab98db9aeab2186fab7b1c552cb1262550da9146
ctf: Hide internal functionalities of StringDefinition.

The StringDefinition should not expose its internal data structures.
The StringBuffer is a temporary buffer used by read. Nothing outside
the 'read' method should ever play with this object.

Change-Id: I2edda57f9208f4d1a56a3aa619545f803ea4278d
Signed-off-by: Etienne Bergeron <etienne.bergeron@gmail.com>
Reviewed-on: https://git.eclipse.org/r/19235
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/event/CTFEventFieldTest.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/ArrayDefinitionTest.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/StringDefinitionTest.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/StringDefinition.java
This page took 0.025783 seconds and 5 git commands to generate.