Skip to content

Commit 68a50f5

Browse files
HannesWelliloveeclipse
authored andcommitted
Set compiler.problem.forbiddenReference to error for all projects
If it's not already an error.
1 parent 234ac3a commit 68a50f5

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

org.eclipse.jdt.debug.jdi.tests/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
4343
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
4444
org.eclipse.jdt.core.compiler.problem.finalParameterBound=error
4545
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
46-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
46+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
4747
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
4848
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
4949
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

org.eclipse.jdt.debug.tests/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
4747
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
4848
org.eclipse.jdt.core.compiler.problem.finalParameterBound=error
4949
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
50-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
50+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
5151
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
5252
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
5353
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

org.eclipse.jdt.debug.ui/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
4343
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
4444
org.eclipse.jdt.core.compiler.problem.finalParameterBound=error
4545
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
46-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
46+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
4747
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
4848
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
4949
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

org.eclipse.jdt.debug/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
4343
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
4444
org.eclipse.jdt.core.compiler.problem.finalParameterBound=error
4545
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
46-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
46+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
4747
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
4848
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
4949
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

org.eclipse.jdt.launching.javaagent/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
4343
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
4444
org.eclipse.jdt.core.compiler.problem.finalParameterBound=error
4545
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
46-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
46+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
4747
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
4848
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
4949
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

org.eclipse.jdt.launching.ui.macosx/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
4343
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
4444
org.eclipse.jdt.core.compiler.problem.finalParameterBound=error
4545
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
46-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
46+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
4747
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
4848
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
4949
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

org.eclipse.jdt.launching/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
4343
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
4444
org.eclipse.jdt.core.compiler.problem.finalParameterBound=error
4545
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
46-
org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
46+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
4747
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
4848
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
4949
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning

0 commit comments

Comments
 (0)