Rob Baillie

Results 8 comments of Rob Baillie

Can't see how this would work, since can't see how to check the instance of an object against a dynamic (variable driven) type. For example, the following does not work:...

At this point, may want to consider a complete rework of the parameter checking internally - a further enhancement of the work started in #91 - potentially: * `containing` becomes...

No need to rework the internals of the setting of the parameter checking - can review that later. Does require the introduction of new grammar objects to handle the fact...

SObjectFabricator (https://github.com/mattaddy/SObjectFabricator) provides a good implementation - will use that in any examples.

Unsure that this is appropriate - needs more thought

Not really possible to define how 'specific' a definition is. Priority could be the first one that's defined to match, or the expects should match before the whens. To be...

Sorry - no idea how I missed this, and it's probably way too late for you. All you can do at the moment is 'Spy' this after the call. For...

We resolved this for 'submodules' by: * Provide a pmd-ruleset at each level where we want the rules to be different (basically in the root of each submodule) * In...