-
```
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…
-
```
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,…
-
```
Hi,
This is just a suggestion and I'm not sure if it fits into your concept!
I think it would be really cool if your Array- and Map- implementations would
implement the common interfaces: java.u…
-
```
Say I have a
@Captor ArgumentCaptor fooCaptor;
I'd like to have it capture primitive double arguments, but the annotation
gives me an Object captor.
Unfortunately this also fails in a non-obviou…
-
```
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…
-
```
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 …
-
```
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 …
-
```
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…
-
```
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,…
-
[@FroMage] We need to make sure we can interoperate with Java:
- ~~Call and override methods with checked exceptions~~ (appears to just work)
- ~~Call static methods~~ (#336)
- ~~Read/Write public fie…