On Jan 15, 2016, at 9:21 AM, Michal Skrivanek
<michal.skrivanek(a)redhat.com> wrote:
somehow findbugs started to fail[1] on network code
any idea why?
To me this looks like that might be because of the VnicProfileModel base class which
accesses the sourceModel parameter without checking if it is null or not in the cancel
method.
But that is just a hunch