-
Updated
Sep 8, 2021 - Java
Java

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 143,697 public repositories matching this topic...
-
Updated
Sep 28, 2021 - Java
-
Updated
Sep 28, 2021 - Java
-
Updated
Sep 17, 2021 - Java
-
Updated
Sep 4, 2021 - Java
-
Updated
Sep 28, 2021 - Java
-
Updated
Sep 28, 2021 - Java
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Java
-
Updated
Sep 20, 2021 - Java
-
Updated
Sep 28, 2021 - Java
-
Updated
Sep 26, 2021 - Java
Description
On Android TV, if the compile SDK version is set to 30 or higher, after LeakCanary had created a Toast, the app crashes when LeakCanary tries to get the Toast's view .
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.View android.view.View.findViewById(int)' on a null object reference
at leakcanary.internal.tv.TvToast.makeText(TvToa
-
Updated
Sep 8, 2021 - Java
-
Updated
Jun 14, 2021 - Java
-
Updated
Sep 26, 2021 - Java
-
Updated
Sep 27, 2021 - Java
-
Updated
Sep 16, 2021 - Java
-
Updated
Aug 14, 2021 - Java
Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the
-
Updated
Aug 24, 2021 - Java
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
We should ignore java.io.tmpdir and override it with ES_TMPDIR. I think that variable should be taken into account from the beginning of startup scripts (including JavaVersionChecker) and the value should be applied as java option to all java processes.
Java processes started before ES_JAVA_OPTS are parsed (JavaVersionChecker, TempDirectory, JvmOptionParser) can also create temporary files in /