The test should be the other way round. :)
> Log: > If context object is null do nothing in fillContext method. > > + if (contextObject != null) > + //nothing to do > + return;
The test should be the other way round. :)
> Log: > If context object is null do nothing in fillContext method. > > + if (contextObject != null) > + //nothing to do > + return;