-
```
The method "public native int KeyPressEvent.getCharacterValue()" causes an
"Expected primitive type int; actual value was undefined" exception when
the user presses a non-character key like shift,…
-
```
I'm using the SQL Visualizer to check which classes are most often
instanciated to determine what causes GC pressure. To do this, I'm looking
for calls of functions ending with ".ctor". However,…
-
```
The method "public native int KeyPressEvent.getCharacterValue()" causes an
"Expected primitive type int; actual value was undefined" exception when
the user presses a non-character key like shift,…
-
Originally reported on Google Code with ID 2446
```
Found in GWT Release: 1.5 (r2934)
Detailed description:
The code generated for operators (++, --, -=, +=, *=, /=, etc...) with
auto-boxed types i…
-
```
I'm using the SQL Visualizer to check which classes are most often
instanciated to determine what causes GC pressure. To do this, I'm looking
for calls of functions ending with ".ctor". However,…
-
```
It would be useful to have the behaviour for computing hashcodes as recommended in Effective
Java Item 8 included as a library function. See
http://java.sun.com/developer/Books/effectivejava/C…
-
```
The GWT compiler (1.4*) does not support primitive types as parameters for
Object type.
public void setColumnValue(String dataIndex, int value){
setTreeAttribute(dataIndex, value);
}
…
-
```
This is a contribution to the "add a sampling CPU profiler" from the TODO list
#10.
The attached files comes from MessAdmin (http://messadmin.sourceforge.net).
There are some references to i18n …
-
```
Hi.
Currenly u implemented #514. It for parameters. I think it need at to methods
to. Like it:
@NonNull
public String test()
{
return null;
}
ill generate code
public String test()
{
Str…
-
```
According to the documentation:
http://code.google.com/p/json-simpl/wiki/MappingBetweenJSONAndJavaEntities
JSON arrays are only serialised from java.util.List. When it comes to
serialisation, I …