tmf: Cleanup Statistics View classes a bit
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 13 May 2014 18:01:05 +0000 (14:01 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 15 May 2014 14:30:56 +0000 (10:30 -0400)
commitb3a26928b77232bc934aff2e04234a4bf21a4d25
treea55c032ccc26c5876a59ac43481de73d419455ee
parentaefa29cc6066212fb2c826cf160418bfe4e903f3
tmf: Cleanup Statistics View classes a bit

- Remove useless interfaces
- Change protected fields to private, make some of them static
- Use Immutable List/Set where applicable

Change-Id: Ia351e820ea6d5988074d227d369db9f821374026
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/26476
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/TmfStatisticsViewer.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/ITmfColumnDataProvider.java [deleted file]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/ITmfStatisticsColumnData.java [deleted file]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/TmfBaseColumnData.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/TmfBaseColumnDataProvider.java
This page took 0.02512 seconds and 5 git commands to generate.