diff options
author | Andrew Ferrazzutti | 2014-05-21 15:11:46 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2014-07-28 08:17:15 +0000 |
commit | 2f7e852daae3523e3782541386a58aae8116adf0 (patch) | |
tree | 451d21f8f7549a42e53a49f3c20a645b478ba6b0 /gcov | |
parent | 05cb7259f97e319225e97127363289698c63d735 (diff) | |
download | org.eclipse.linuxtools-2f7e852daae3523e3782541386a58aae8116adf0.tar.gz org.eclipse.linuxtools-2f7e852daae3523e3782541386a58aae8116adf0.tar.xz org.eclipse.linuxtools-2f7e852daae3523e3782541386a58aae8116adf0.zip |
Linuxtools: Resolve warnings, improve syntax.
-Use try-with-resource statements where possible.
-Add type arguments to generic types where possible.
-Remove commented-out code.
-Make various syntax improvements in edited files
(proper indentation, braces after control statements, etc).
-Add missing "Override" annotations and "NON-NLS" tags.
Change-Id: I426dc0207301d25e52daacc9954f18a588d53427
Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com>
Reviewed-on: https://git.eclipse.org/r/27022
Tested-by: Hudson CI
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'gcov')
-rw-r--r-- | gcov/org.eclipse.linuxtools.gcov.launch/src/org/eclipse/linuxtools/internal/gcov/launch/GcovLaunchShortcut.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov.launch/src/org/eclipse/linuxtools/internal/gcov/launch/GcovLaunchShortcut.java b/gcov/org.eclipse.linuxtools.gcov.launch/src/org/eclipse/linuxtools/internal/gcov/launch/GcovLaunchShortcut.java index c5536ab836..fc20041c4b 100644 --- a/gcov/org.eclipse.linuxtools.gcov.launch/src/org/eclipse/linuxtools/internal/gcov/launch/GcovLaunchShortcut.java +++ b/gcov/org.eclipse.linuxtools.gcov.launch/src/org/eclipse/linuxtools/internal/gcov/launch/GcovLaunchShortcut.java @@ -21,6 +21,7 @@ public class GcovLaunchShortcut extends ProfileLaunchShortcut { @Override protected void setDefaultProfileAttributes( ILaunchConfigurationWorkingCopy wc) { + // Pass } /** |