Method without return type
Author: Semmle LGTM
import java
from Method m
where m.getReturnType() instanceof VoidType
select mDescription
Finds methods whose return type is 'void'
import java
from Method m
where m.getReturnType() instanceof VoidType
select mFinds methods whose return type is 'void'