Native Methods
Author: Semmle LGTM
import java
from Method m
where m.isNative()
select mDescription
Finds methods that are native (Java Native Interface)
import java
from Method m
where m.isNative()
select mFinds methods that are native (Java Native Interface)