tmf: Use long[] instead of List<Long> in CTF integer-array fields
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Sat, 19 Oct 2013 02:51:52 +0000 (22:51 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 25 Oct 2013 22:41:50 +0000 (18:41 -0400)
commitcefe3edfdc7a8837f143c044a27c0300fc1b94b8
tree5e8219d5adf37598f857f08176dc4cbc2b8ca7cc
parent1f07c96c02c5ae4a3a2e73591b8153582550b552
tmf: Use long[] instead of List<Long> in CTF integer-array fields

Fixes a warning with Eclipse 4.4, as it doesn't like unchecked conversions
from non-generics types (here Object) to a type with generics.

Change-Id: I7645b61aebea8e76642572c8ad02d37abb1552d6
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/17549
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>
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfTmfEventFieldTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java
This page took 0.025434 seconds and 5 git commands to generate.