Skip to content

Commit 98a0da1

Browse files
committed
Enable typeParameterHiding ECJ problem check
1 parent 9bb8fc3 commit 98a0da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mq/.ecj/ecj.prefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=ignore
8585
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=error
8686
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
8787
org.eclipse.jdt.core.compiler.problem.terminalDeprecation=ignore
88-
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore
88+
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
8989
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=error
9090
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=ignore
9191
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=ignore

0 commit comments

Comments
 (0)