Ignore Eclipse warnings about non-externalized string literals

There seems to be no effort to internationalize WALA, so such warnings
are just noise that we have no plans to fix.
This commit is contained in:
Ben Liblit 2017-06-26 11:49:03 -05:00 committed by Manu Sridharan
parent 3187d09c1f
commit b3df445a4a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=error
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=error
org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=error
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=warning