ctf: Refactor CTFTrace's constructor
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 27 Apr 2012 17:11:35 +0000 (13:11 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 27 Apr 2012 17:13:26 +0000 (13:13 -0400)
commitc88e827daff00ea46f170da5dda24bc9cb23eeda
tree28f6547b9ac11808ddfe97a28cf07a872a3f428c
parent68c9980db0b4bf6957cacb8bc8fd1ca2f771eeb2
ctf: Refactor CTFTrace's constructor

Squash 4-5 private methods that were only used by the constructor
into the constructor itself. This allows us to use 'final' fields
more efficiently.

Also ran the formatter on the whole file.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java
This page took 0.0277 seconds and 5 git commands to generate.