Skip to content

Commit

Permalink
Enable typeParameterHiding ECJ problem check
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 16, 2024
1 parent 9bb8fc3 commit 98a0da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq/.ecj/ecj.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=ignore
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=error
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
org.eclipse.jdt.core.compiler.problem.terminalDeprecation=ignore
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=ignore
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=error
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=error
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=ignore
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=ignore
Expand Down

0 comments on commit 98a0da1

Please sign in to comment.