From: Marc-Andre Laperle Date: Mon, 11 Jan 2016 22:45:01 +0000 (-0500) Subject: Revert "tmf: Remove an annotation temporarily to work around Sonarqube bug" X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=2b7da5ec5c4c11c42cfa7a2d7aaca769110408a1;p=deliverable%2Ftracecompass.git Revert "tmf: Remove an annotation temporarily to work around Sonarqube bug" This reverts commit d0da59edb3bd54ed5d8e8d2f81649b67755efebd. The bug was fixed in Sonarqube (sonar-java 3.9) so this commit can be reverted. Change-Id: Ic6e003f957f72b8f1d705037da116d1895370c35 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/64085 Reviewed-by: Hudson CI --- diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java index 9528a97f89..204a184c84 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java @@ -150,7 +150,7 @@ public abstract class AbstractTimeGraphView extends TmfView implements ITmfTimeA private final Map> fEntryListMap = new HashMap<>(); /** The trace to filters hash map */ - private final Map fFiltersMap = new HashMap<>(); + private final Map fFiltersMap = new HashMap<>(); /** The trace to marker event sources hash map */ private final Map> fMarkerEventSourcesMap = new HashMap<>();