import eclipse 3.1 M4 compiler
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / util / messages.properties
index 8a1f05c..7a53316 100644 (file)
@@ -54,10 +54,6 @@ parser.endOfConstructor = end of constructor
 parser.endOfMethod = end of method
 parser.endOfInitializer = end of initializer
 
-### binding
-binding.subclass = anonymous subclass of {0}
-binding.implementation = anonymous implementation of {0}
-
 ### ast
 ast.missingCode = Missing code gen implementation
 
@@ -66,4 +62,5 @@ constant.cannotCastedInto =  {0} constant cannot be casted into {1}
 constant.cannotConvertedTo = {0} constant cannot be converted to {1}
 
 ### miscellaneous
-error.undefinedBaseType = Undefined base type: {0}
+error.undefinedTypeVariable = Undefined type variable: {0}
+error.missingBound = The class files for {0} and {1} are out of sync
\ No newline at end of file