Dr. Christian Kohlschütter

Results 100 comments of Dr. Christian Kohlschütter

With JNI, the Java security model is entirely defeated (you can access private members, raw memory, etc.). There are separate warnings that cover this scenario already. Reflection access has been...

@gtoison Correct, and that (possibility 2) is why I think having this warning in the general case is important, rather than to silence it altogether. I do see some paranoid...

Any update on this? I'm still seeing the false positive errors in 4.8.6.1

@slawekjaranowski MINSTALL-189 refers to a fix to 3.1.1; this is about 3.1.2. fwiw, the problem remains unresolved in 3.1.4.

Given that "passthrough_ll" is supposed to be a "proper" implementation, I think it should do the right thing, especially given that it is an example implementation to tell users of...

Hang on, a few more changes (low-hanging fruit) coming...

one last improvement for this PR coming up in a sec...

I assume you're not reviewing right now — I will add two more changes before I log off.

Thanks for the tip, @oowekyala, I didn't know that! However, in order to have no errors, it would have to be ```java try (Closeable unused = source()) { // nothing...