X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/messages.properties b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/messages.properties index 33b1294..89589c5 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/messages.properties +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/problem/messages.properties @@ -156,6 +156,9 @@ 211 = Parser error "{0}" 212 = Parser warning "{0}" 213 = Keyword 'var' is deprecated. Please use 'public' 'private' or 'protected' modifier for field declarations. +214 = Bad style: don't use keyword "{0}" as an identifier. +215 = Bad style: non-variable identifiers should contain only uppercase characters. +216 = Include filename: {0} doesn't exist in project: {1}. 220 = Unmatched bracket 221 = The primitive type {0} of {1} does not have a field {2}