From: Jean-Christian Kouame Date: Mon, 23 Nov 2015 22:54:42 +0000 (-0500) Subject: lttng : Remove inefficient new String(String) constructor X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=f6c0ef75c60e42945512fccbd3861e7003012de0;p=deliverable%2Ftracecompass.git lttng : Remove inefficient new String(String) constructor Change-Id: I924a7b75f1fa22b1b45c3bb93b5bafa5b177f7b0 Signed-off-by: Jean-Christian Kouame Reviewed-on: https://git.eclipse.org/r/61088 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam Reviewed-by: Marc-Andre Laperle Tested-by: Marc-Andre Laperle --- diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryFile.java b/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryFile.java index ef5a7d9bda..617c577d8d 100644 --- a/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryFile.java +++ b/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryFile.java @@ -33,7 +33,7 @@ public class UstDebugInfoBinaryFile implements Comparable