Created
February 5, 2013 17:06
-
-
Save cancerberoSgx/4715885 to your computer and use it in GitHub Desktop.
i'm starting to run mauve project tests on GWT in my project gwtmauve. http://code.google.com/p/gwtmauve/ The following are errors trying to compile ALL java.lang related tests. I know the full java.lang is not supported but I think these errors can be fixed in GWT.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interesting compilation errors for gwtmauve tests of java.lang classes: | |
BOOLEAN | |
The method getBoolean(String) is undefined for the type Boolean | |
CHARACTER | |
The method getNumericValue(char) is undefined for the type Character | |
The method getType(char) is undefined for the type Character | |
[ERROR] Line 33: Character.SPACE_SEPARATOR cannot be resolved | |
[ERROR] Line 36: Character.LINE_SEPARATOR cannot be resolved | |
[ERROR] Line 39: Character.PARAGRAPH_SEPARATOR cannot be resolved | |
[ERROR] Line 42: Character.UPPERCASE_LETTER cannot be resolved | |
[ERROR] Line 45: Character.LOWERCASE_LETTER cannot be resolved | |
[ERROR] Line 48: Character.TITLECASE_LETTER cannot be resolved | |
[ERROR] Line 51: Character.MODIFIER_LETTER cannot be resolved | |
[ERROR] Line 54: Character.OTHER_LETTER cannot be resolved | |
[ERROR] Line 57: Character.DECIMAL_DIGIT_NUMBER cannot be resolved | |
[ERROR] Line 60: Character.LETTER_NUMBER cannot be resolved | |
[ERROR] Line 63: Character.OTHER_NUMBER cannot be resolved | |
[ERROR] Line 66: Character.NON_SPACING_MARK cannot be resolved | |
[ERROR] Line 69: Character.ENCLOSING_MARK cannot be resolved | |
[ERROR] Line 72: Character.COMBINING_SPACING_MARK cannot be resolved | |
[ERROR] Line 75: Character.DASH_PUNCTUATION cannot be resolved | |
[ERROR] Line 78: Character.START_PUNCTUATION cannot be resolved | |
[ERROR] Line 81: Character.END_PUNCTUATION cannot be resolved | |
[ERROR] Line 84: Character.CONNECTOR_PUNCTUATION cannot be resolved | |
[ERROR] Line 87: Character.OTHER_PUNCTUATION cannot be resolved | |
[ERROR] Line 90: Character.MATH_SYMBOL cannot be resolved | |
[ERROR] Line 93: Character.CURRENCY_SYMBOL cannot be resolved | |
[ERROR] Line 96: Character.MODIFIER_SYMBOL cannot be resolved | |
[ERROR] Line 99: Character.OTHER_SYMBOL cannot be resolved | |
[ERROR] Line 102: Character.CONTROL cannot be resolved | |
[ERROR] Line 105: Character.FORMAT cannot be resolved | |
[ERROR] Line 108: Character.UNASSIGNED cannot be resolved | |
[ERROR] Line 111: Character.PRIVATE_USE cannot be resolved | |
[ERROR] Line 114: Character.SURROGATE cannot be resolved | |
[ERROR] Line 31: The method isDefined(char) is undefined for the type Character | |
[ERROR] Line 32: The method isDefined(char) is undefined for the type Character | |
[ERROR] Line 35: The method isIdentifierIgnorable(char) is undefined for the type Character | |
[ERROR] Line 36: The method isIdentifierIgnorable(char) is undefined for the type Character | |
[ERROR] Line 37: The method isIdentifierIgnorable(char) is undefined for the type Character | |
[ERROR] Line 40: The method isISOControl(char) is undefined for the type Character | |
[ERROR] Line 41: The method isISOControl(char) is undefined for the type Character | |
[ERROR] Line 42: The method isISOControl(char) is undefined for the type Character | |
[ERROR] Line 45: The method isJavaIdentifierPart(char) is undefined for the type Character | |
[ERROR] Line 48: The method isJavaIdentifierStart(char) is undefined for the type Character | |
[ERROR] Line 49: The method isJavaIdentifierStart(char) is undefined for the type Character | |
[ERROR] Line 74: The method isWhitespace(char) is undefined for the type Character | |
[ERROR] Line 75: The method isWhitespace(char) is undefined for the type Character | |
[ERROR] Line 76: The method isWhitespace(char) is undefined for the type Character | |
Character.UnicodeBlock cannot be resolved | |
The method toTitleCase(char) is undefined for the type Character | |
DOUBLE, FLOAT, INTEGER | |
The method toHexString(double) is undefined for the type Double | |
The method toHexString(float) is undefined for the type Float | |
The method getInteger(String) is undefined for the type Integer | |
[ERROR] Line 56: The method getInteger(String, Integer) is undefined for the type Integer | |
[ERROR] Line 58: The method getInteger(String, null) is undefined for the type Integer | |
[ERROR] Line 59: The method getInteger(String, int) is undefined for the type Integer | |
[ERROR] Line 60: The method getInteger(String, Integer) is undefined for the type Integer | |
[ERROR] Line 62: The method getInteger(String, null) is undefined for the type Integer | |
[ERROR] Line 56: The method getInteger(String, Integer) is undefined for the type Integer | |
[ERROR] Line 58: The method getInteger(String, null) is undefined for the type Integer | |
[ERROR] Line 59: The method getInteger(String, int) is undefined for the type Integer | |
[ERROR] Line 60: The method getInteger(String, Integer) is undefined for the type Integer | |
[ERROR] Line 62: The method getInteger(String, null) is undefined for the type Integer | |
The method getLong(String) is undefined for the type Long | |
[ERROR] Line 60: The method getLong(String, long) is undefined for the type Long | |
[ERROR] Line 63: The method getLong(String, Long) is undefined for the type Long | |
[ERROR] Line 67: The method getLong(String, null) is undefined for the type Long | |
[ERROR] Line 71: The method getLong(String, int) is undefined for the type Long | |
[ERROR] Line 75: The method getLong(String, Long) is undefined for the type Long | |
[ERROR] Line 78: The method getLong(String, null) is undefined for the type Long | |
MATH | |
The method IEEEremainder(double, double) is undefined for the type Math | |
[ERROR] Line 36: The method ulp(double) is undefined for the type Math | |
[ERROR] Line 38: The method ulp(float) is undefined for the type Math | |
STRING | |
The constructor String(byte[], Charset) is undefined | |
[ERROR] Line 47: No source code is available for type java.io.StringReader; did you forget to inherit a required module? | |
[ERROR] Line 48: No source code is available for type java.io.BufferedReader; did you forget to inherit a required module? | |
[ERROR] Line 86: The constructor String(null, int) is undefined | |
[ERROR] Line 93: The constructor String(byte[], int) is undefined | |
[ERROR] Line 105: The constructor String(byte[], int, int, int) is undefined | |
[ERROR] Line 110: The constructor String(byte[], int, int, int) is undefined | |
[ERROR] Line 115: The constructor String(byte[], int, int, int) is undefined | |
[ERROR] Line 128: The constructor String(byte[], int, int, int) is undefined | |
[ERROR] Line 142: The constructor String(byte[], int, int, int) is undefined | |
[ERROR] Line 287: The method getBytes(String) in the type String is not applicable for the arguments (int, int, null, int) | |
[ERROR] Line 294: The method getBytes(String) in the type String is not applicable for the arguments (int, int, byte[], int) | |
[ERROR] Line 299: The method getBytes(String) in the type String is not applicable for the arguments (int, int, byte[], int) | |
[ERROR] Line 304: The method getBytes(String) in the type String is not applicable for the arguments (int, int, byte[], int) | |
[ERROR] Line 309: The method getBytes(String) in the type String is not applicable for the arguments (int, int, byte[], int) | |
[ERROR] Line 314: The method getBytes(String) in the type String is not applicable for the arguments (int, int, byte[], int) | |
[ERROR] Line 318: The method getBytes(String) in the type String is not applicable for the arguments (int, int, byte[], int) | |
The method reverse() is undefined for the type StringBuffer | |
CLASS | |
[ERROR] Line 259: The method getModifiers() is undefined for the type Class | |
[ERROR] Line 266: The method getInterfaces() is undefined for the type Class | |
[ERROR] Line 270: The method forName(String) is undefined for the type Class | |
[ERROR] Line 316: The method newInstance() is undefined for the type Class | |
[ERROR] Line 317: The method newInstance() is undefined for the type Class | |
[ERROR] Line 318: The method newInstance() is undefined for the type Class | |
[ERROR] Line 319: The method newInstance() is undefined for the type Class | |
[ERROR] Line 337: The method forName(String) is undefined for the type Class | |
The method getClassLoader() is undefined for the type Class | |
No source code is available for type java.lang.ClassNotFoundException; did you forget to inherit a required module? | |
The method isAssignableFrom(Class) is undefined for the type Class | |
...and many many more... expected... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment