-
Found by code inspection and white box testing:
ECJ crashes compiling the following code; javac complains `error: the switch statement does not cover all possible input values`
```
public class…
-
### SDK
Java SDK
### Description
The RestTemplate Instrumentation documentation shows a spring configuration with interceptor setup. The sample does not work out of the box, because IHub is not an …
-
As seen on `main`, today. When I enter "Tribbles" in the Deck Builder UI prompt, it crashes with this error in the log file. The front-end seems to be acting normally otherwise.
```
02:37:45.562 […
-
### MAX SDK Version
13.0.1
### Device/Platform Info
Android 14, 13, 12
### Crashes/ANRs per Day
100
### Percentage of Users Affected
1%
### First Occurrence of Crash/ANR
Upd…
-
The Java2D backend is a bit of a mess. Clean it up:
* [x] Clearly separate Swing components (which exist in the Java-centric world) from Doodle components (which are Scala / Cats Effect). E.g. curr…
-
I have found out that sometimes (i.e., 1 out of 20 attempts) during the startup of StrimziKafkaCluster with multiple nodes some nodes may be out-of-sync. Meaning that in broker logs one can see:
```j…
-
https://ankidroid.org/acra/app/1/bug/253121/report/f6ecbbf9-859d-40bb-b281-acbd2572d01a
```
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Filter.filter(java.la…
-
Every implementation of ValueVector has an instance of .FieldReader, which has an overhead of 28 bytes on the heap. This can be avoided by instantiating the object only when required.
**Reporter**: […
-
In C++ side, we already have array diff functionality for vector equals and testing to make it easy to see differences between Arrays and reduce debugging time. And it’s better to do something simila…
-
Today we use default compression levels in compressors, these should be configurable via constructor.
**Reporter**: [Micah Kornfield](https://issues.apache.org/jira/browse/ARROW-12163) / @emkornfield…