Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2017-03-13 04:48:12 +0000
committerMatthias Sohn2017-03-16 20:13:20 +0000
commitc88a7f169f3f0a06a99924720fad673f65496480 (patch)
tree0fa2241e4c63c2e3c822fd021fd7aef241c15243
parente338800b3f8f9e0266aa25053db0f5761b853785 (diff)
downloadegit-c88a7f169f3f0a06a99924720fad673f65496480.tar.gz
egit-c88a7f169f3f0a06a99924720fad673f65496480.tar.xz
egit-c88a7f169f3f0a06a99924720fad673f65496480.zip
Configure Eclipse to ignore "Unused exception parameter" in tests
Change-Id: I554c3760f2abcb665a13d7696e26341b5c60d5df Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r--org.eclipse.egit.core.test/.settings/org.eclipse.jdt.core.prefs1
-rw-r--r--org.eclipse.egit.gitflow.test/.settings/org.eclipse.jdt.core.prefs1
-rw-r--r--org.eclipse.egit.ui.importer.tests/.settings/org.eclipse.jdt.core.prefs1
-rw-r--r--org.eclipse.egit.ui.test/.settings/org.eclipse.jdt.core.prefs1
4 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.egit.core.test/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.egit.core.test/.settings/org.eclipse.jdt.core.prefs
index abca135a0f..c080a29f5c 100644
--- a/org.eclipse.egit.core.test/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.egit.core.test/.settings/org.eclipse.jdt.core.prefs
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedImport=error
org.eclipse.jdt.core.compiler.problem.unusedLabel=error
org.eclipse.jdt.core.compiler.problem.unusedLocal=error
diff --git a/org.eclipse.egit.gitflow.test/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.egit.gitflow.test/.settings/org.eclipse.jdt.core.prefs
index abca135a0f..c080a29f5c 100644
--- a/org.eclipse.egit.gitflow.test/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.egit.gitflow.test/.settings/org.eclipse.jdt.core.prefs
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedImport=error
org.eclipse.jdt.core.compiler.problem.unusedLabel=error
org.eclipse.jdt.core.compiler.problem.unusedLocal=error
diff --git a/org.eclipse.egit.ui.importer.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.egit.ui.importer.tests/.settings/org.eclipse.jdt.core.prefs
index abca135a0f..c080a29f5c 100644
--- a/org.eclipse.egit.ui.importer.tests/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.egit.ui.importer.tests/.settings/org.eclipse.jdt.core.prefs
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedImport=error
org.eclipse.jdt.core.compiler.problem.unusedLabel=error
org.eclipse.jdt.core.compiler.problem.unusedLocal=error
diff --git a/org.eclipse.egit.ui.test/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.egit.ui.test/.settings/org.eclipse.jdt.core.prefs
index abca135a0f..c080a29f5c 100644
--- a/org.eclipse.egit.ui.test/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.egit.ui.test/.settings/org.eclipse.jdt.core.prefs
@@ -95,6 +95,7 @@ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
+org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedImport=error
org.eclipse.jdt.core.compiler.problem.unusedLabel=error
org.eclipse.jdt.core.compiler.problem.unusedLocal=error

Back to the top