--- com.mountainminds.eclemma.core/src/com/mountainminds/eclemma/core/ScopeUtils.java.orig 2014-06-17 14:31:38.964558781 +0100 +++ com.mountainminds.eclemma.core/src/com/mountainminds/eclemma/core/ScopeUtils.java 2014-06-17 14:32:25.265817797 +0100 @@ -107,8 +107,8 @@ public static Set getConfiguredScope( final ILaunchConfiguration configuration) throws CoreException { final Set all = getOverallScope(configuration); - final List selection = configuration.getAttribute( - ICoverageLaunchConfigurationConstants.ATTR_SCOPE_IDS, (List) null); + final List selection = configuration.getAttribute( + ICoverageLaunchConfigurationConstants.ATTR_SCOPE_IDS, (List) null); if (selection == null) { final DefaultScopeFilter filter = new DefaultScopeFilter( EclEmmaCorePlugin.getInstance().getPreferences()); @@ -166,4 +166,4 @@ return filtered; } -} \ No newline at end of file +} --- com.mountainminds.eclemma.core.test/src/com/mountainminds/eclemma/internal/core/SessionManagerTest.java.orig 2014-06-17 14:34:58.448365462 +0100 +++ com.mountainminds.eclemma.core.test/src/com/mountainminds/eclemma/internal/core/SessionManagerTest.java 2014-06-17 14:36:06.806270687 +0100 @@ -499,17 +499,17 @@ return 0; } - public List getAttribute(String attributeName, + public List getAttribute(String attributeName, @SuppressWarnings("rawtypes") List defaultValue) throws CoreException { return null; } - public Set getAttribute(String attributeName, + public Set getAttribute(String attributeName, @SuppressWarnings("rawtypes") Set defaultValue) throws CoreException { return null; } - public Map getAttribute(String attributeName, + public Map getAttribute(String attributeName, @SuppressWarnings("rawtypes") Map defaultValue) throws CoreException { return null; } @@ -519,7 +519,7 @@ return null; } - public Map getAttributes() throws CoreException { + public Map getAttributes() throws CoreException { return null; } @@ -547,7 +547,7 @@ return null; } - public Set getModes() throws CoreException { + public Set getModes() throws CoreException { return null; }