Re: Finding unused steps

2018-04-23 Thread Mauro Talevi
Hi Jurgen, this is an interesting use case. Can you please create a JIRA for it and we can satisfy it by adding the appropriate functionality. Thanks > On 23 Apr 2018, at 17:21, Jürgen Schmied wrote: > > I tried to find unused steps and ended up with

Finding unused steps

2018-04-23 Thread Jürgen Schmied
I tried to find unused steps and ended up with overriding a method of PerformableTree. This is quita a hack but found 250 unused steps in our code base ;-) Is there any better method of doing this? @Override public void addStories(RunContext context, List stories) {