Skip to content

Commit

Permalink
Enable redundantSuperinterface ECJ problem check
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 15, 2024
1 parent 88d824e commit 6a2e1b3
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 @@ -71,7 +71,7 @@ org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=error
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=error
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=error
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=error
Expand Down

0 comments on commit 6a2e1b3

Please sign in to comment.