-
```
The following code:
ArgumentCaptor capturedCount = new ArgumentCaptor();
verify(mock).someMethod(capturedCount.capture());
will throw an NPE on the verify line if someMethod() takes a pr…
-
```
Using Hamcrest with primitive types often requires auto boxing/unboxing to the
corresponding reference types. Hidden NullPointerExceptions are just one of
quite a few concerns regardings automat…
-
```
Using Hamcrest with primitive types often requires auto boxing/unboxing to the
corresponding reference types. Hidden NullPointerExceptions are just one of
quite a few concerns regardings automat…
-
```
I am sure there is a valid reason but I dont know it. In the java bean code
generation you use this to map primitives to integers:
map_primitive_wrapper ::= [
"int": "Integer",
"long": "…
-
```
Could Output, Input and Fieldserializer make use of the new functionality added
to reflectasm to avoid autoboxing in both sides?
I don't really know how difficult it could be, and I'm prettry su…
-
```
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);
}
…
-
```
The following code:
ArgumentCaptor capturedCount = new ArgumentCaptor();
verify(mock).someMethod(capturedCount.capture());
will throw an NPE on the verify line if someMethod() takes a pr…
-
-
```
Using Hamcrest with primitive types often requires auto boxing/unboxing to the
corresponding reference types. Hidden NullPointerExceptions are just one of
quite a few concerns regardings automat…
-
```
I am sure there is a valid reason but I dont know it. In the java bean code
generation you use this to map primitives to integers:
map_primitive_wrapper ::= [
"int": "Integer",
"long": "…