-
```
An operation like this:
2.1 + 1 should result in 3.1
In h2 the result is 3.
The workaround is to use an expression like:
2.1 + 1.0.
In this case the result is 3.1
Here is a sample program to…
-
```
An operation like this:
2.1 + 1 should result in 3.1
In h2 the result is 3.
The workaround is to use an expression like:
2.1 + 1.0.
In this case the result is 3.1
Here is a sample program to…
-
```
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 …
-
```
Is this Maven 1 or Maven 2?
Maven 2
What steps will reproduce the problem?
1. Create this class:
public class Bla implements Serializable {
private static final long serialVersionUID = 1L;
…
-
```
I am running edu.berkeley.nlp.lm.io.MakeKneserNeyArpaFromText on some German
text but keep running into an ArrayIndexOutOfBoundsException exception. If I
try to build a model from very limited d…
-
```
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,…
-
```
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 …
-
```
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,…
-
```
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 …