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