Skip to content

Commit

Permalink
[lang] Make the JDK and Xtext validation messages more clear.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Dec 7, 2014
1 parent 5bf7218 commit d7da839
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
SARLValidator_0=Couldn''t find a JDK {0} or higher on the project's classpath.
SARLValidator_1=Couldn''t find the mandatory library ''org.eclipse.xtext.xbase.lib'' {0} or higher on the project''s classpath.
SARLValidator_0=Couldn''t find a valid version of the JDK. Please use the JDK {0} or higher.
SARLValidator_1=Couldn''t find a valid version of the Xtext base library in the classpath. You should add ''org.eclipse.xtext.xbase.lib'', version {0} or higher.
SARLValidator_2=Duplicate definition of the type ''{0}''
SARLValidator_3=A default value cannot be declared for the variadic formal parameter ''{0}''.
SARLValidator_4=Type mismatch: cannot convert from {0} to {1}
Expand Down

0 comments on commit d7da839

Please sign in to comment.