Thomas Leplus

Results 14 issues of Thomas Leplus

If you call mediaPlayerDelegate.videoInfo before checking that mediaPlayerDelegate is not null, you'll get a NullPointerException.

The trim() method returns a new trimmed string, it does not alter the current string (strings being immutable in Java). ### All Submissions: * [x] Have you followed the guidelines...

Component: IDE
Type: Bug

See https://www.baeldung.com/java-not-a-number for details.

Using == with NaN doesn't work as expected. See https://www.baeldung.com/java-not-a-number for details.

Hi, I think that a recipe to remove unused private classes could be useful, similar to the existing org.openrewrite.java.cleanup.RemoveUnusedPrivateMethods recipe. Cheers, Tom

recipe

Existing code would cause a NullPointerException if mVectorState == null

Hi, Is there an equivalent of `set $session_cipher none;` in v4? I am using it to troubleshoot authentication issues. I don't see anything [here](https://github.com/bungle/lua-resty-session?tab=readme-ov-file#session-configuration) and I tried not providing a...

I just noticed this extra HTML tag and though it'd be nice to tidy this up.

Hi, First of all thank you for creating such a fun project! I'd like to have the ability to tweak as much as possible the frequencies of the screen updates....

## Describe the PR This PR adds a new Java rule to detect uses of the `sun.misc.Unsafe` and `jdk.internal.misc.Unsafe` classes which are a [security concern](https://archive.is/AFw31). The newer, safer [Foreign Function...

a:new-rule