tmf: Eliminate lesser constructors in TmfTrace
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Sat, 13 Apr 2013 00:01:40 +0000 (20:01 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 22 Apr 2013 19:26:12 +0000 (15:26 -0400)
commit8cf330ae77ce0a6e6e41c6a0b33e457488ef54f8
treedb9a794aa471460db3a62b7dffcc8ee5cea4a1a2
parent0505c6fc6182f16853eadf2d3ce72e3c9de5c740
tmf: Eliminate lesser constructors in TmfTrace

It's becoming very hard to figure out which exact constructor
is being called, and the resulting program flow. Remove the
intermediate constructors in TmfTrace and redirect implementations
to the full one.

Improved the Javadoc at the same time, to mention which default
values can be used.

Change-Id: Id0d03a976ce6d84e680021bf1634fa15d03942f3
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/11913
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.core.tests/stubs/org/eclipse/linuxtools/tmf/tests/stubs/trace/TmfTraceStub.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfTrace.java
This page took 0.026115 seconds and 5 git commands to generate.