-
in hudson.model.Slave#createLauncher
hudson.Launcher.RemoteLauncher#RemoteLauncher(TaskListener,VirtualChannel,boolean) is invoked using Computer.isUnix() as argument, which return a Boolean. Autoboxi…
timja updated
5 years ago
-
**[Axel Fontaine](https://jira.spring.io/secure/ViewProfile.jspa?name=axelfont)** opened **[SPR-7452](https://jira.spring.io/browse/SPR-7452?redirect=false)** and commented
The following jsp code:
M…
-
The map(...) function provided by Builders always uses UnaryOperator, even when the field is a primitive.
For the given interface:
```
@FreeBuilder
interface Hello {
long value();
}
```…
-
**[Chad Wilson](https://jira.spring.io/secure/ViewProfile.jspa?name=voiceinsideyou)** opened **[SPR-11231](https://jira.spring.io/browse/SPR-11231?redirect=false)** and commented
The change made for …
-
**[vincent Kim](https://jira.spring.io/secure/ViewProfile.jspa?name=vincent)** opened **[SPR-12365](https://jira.spring.io/browse/SPR-12365?redirect=false)** and commented
There are some inefficient …
-
Test statements comparing an Integer value (or Long etc) to an an int should take advantage of auto boxing. Reducing size of code, increases readability.
Example :
replace
`if (author.getId().in…
-
I am just trying to understand why several of the methods in the `Js` class do not have the `@DoNotAutobox` annotation on their object parameters when presumably they should. Examples include the "as"…
-
Maps on the order of 1000x1000 take several seconds to render. We can mitigate this issue with #133 but speeding up the actual drawing would help too, especially since larger maps seem to be becoming …
-
Originally reported on Google Code with ID 48
```
Performance - Method invokes inefficient Number constructor; use static valueOf instead
Using new Integer(int) is guaranteed to always result in a n…
-
Interfaces and maybe some documentation for Vector