Hello, i found an issue about the parameter check,
parameter name only check in one method, without checking the inner lambda method and lack of recurve check.
could any one help?
public void update(InstComponent paramInstComponent) {
paramInstComponent.arrayElements().forEach(paramInstComponent -> {
});
}