Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Overbey2010-07-15 19:31:44 +0000
committerJeffrey Overbey2010-07-15 19:31:44 +0000
commitd9a8323ea0268a4aff072c54528fc4550d1cb3a5 (patch)
treed4d02aabc713205368235f9513d2844b79121b70 /org.eclipse.photran.cdtinterface
parent8f49bf479349e4ff3e57658e4c716e9ae973208c (diff)
downloadorg.eclipse.photran-d9a8323ea0268a4aff072c54528fc4550d1cb3a5.tar.gz
org.eclipse.photran-d9a8323ea0268a4aff072c54528fc4550d1cb3a5.tar.xz
org.eclipse.photran-d9a8323ea0268a4aff072c54528fc4550d1cb3a5.zip
Changed non-externalized strings to warnings
Diffstat (limited to 'org.eclipse.photran.cdtinterface')
-rw-r--r--org.eclipse.photran.cdtinterface/.settings/org.eclipse.jdt.core.prefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.photran.cdtinterface/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.photran.cdtinterface/.settings/org.eclipse.jdt.core.prefs
index 35b85a8d..0f087aef 100644
--- a/org.eclipse.photran.cdtinterface/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.photran.cdtinterface/.settings/org.eclipse.jdt.core.prefs
@@ -38,7 +38,7 @@ org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
-org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=error
+org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning
org.eclipse.jdt.core.compiler.problem.nullReference=warning
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore

Back to the top