-
```
When returning Double the conversion is futile, and for the other cases this
works as well and does not consume so much memory.
public Number toNumber(double value) {
switch (this…
-
```
When returning Double the conversion is futile, and for the other cases this
works as well and does not consume so much memory.
public Number toNumber(double value) {
switch (this…
-
**Describe the bug**
Soot generates redundant Jimple statements while SootUp does not
**Input file**
https://github.com/soot-oss/SootUp/blob/develop/shared-test-resources/miniTestSuite/java6/bina…
-
Object... is not an explicit contract. There is no indication that the operation could take long due to serialization + Base64, and it doesn't recommend caching or anything of the sorts. Serialization…
-
# Date on version you are commenting on
May 23, 2020
# Section you are commenting on
example - 3.0
# Comments
You might want to explain somewhere how addData knows how to do the "right thing"…
-
Hi,
if I mock a method with boolean argument, I got NullPointerException. Example with this interface :
interface ITest {
fun fun1(b: Boolean, user: User): String
fun fun2…
-
Defining an op that supports passing either a Scalar or Tensor for one or more args is currently laborious - there's no way to type an arg as taking both (i.e., a union), instead one must write out ea…
-
I'd like to be able to write methods like this:
``` java
public static Tuple average(Tuple... tuples) {
```
...rather than writing multiple methods to handle the different types of Tuples.
This co…
-
@xflywind is this benchmark flawed / representative?
benchmark refs https://github.com/nim-lang/Nim/pull/16850#discussion_r566711862
### Example
```nim
import times, macros
macro getArray(): …
-
While analyzing your project using our Automatic bug fixing software, i noticed that sonar rule S2129 was sometimes violated. If you wish, I can offer you a correction in the form of a PR.
https:…