Title: Message Title
Gunnar Morling commented on an issue
Mojo's Animal Sniffer / Bug MANIMALSNIFFER-62
NullPointerException if a method return type is not in the signature
This is most likely a regression due to MANIMALSNIFFER-49

If the code you're checking has a method with a return type which is not present in the signature, a NullPointerException is thrown.

Given the following code:
{code}
package test;

import static java.util.stream.Collectors.joining;

import java.util.ArrayList;
import java.util.List;
i...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to