IntelliJBehave icon indicating copy to clipboard operation
IntelliJBehave copied to clipboard

Highlight when number of arguments in annotation does not match number of input parameters

Open strix3000 opened this issue 6 years ago • 1 comments

When developing new steps using Jbehave you might face an issue when you create a step like:

@When("I do action with item")
public static void IDoActionWith(String item){}

This step would not be found by JBehave as a number of parameters in the annotation( 0 params) does not match with method signature(1 param).

It would be good to highlight such steps either in code or in story-files.

strix3000 avatar Nov 06 '18 16:11 strix3000

Hi @strix3000 , feel free to contribute this change as many contributers here have either stopped or don't have a lot of time. See the readme on how to setup the project.

JenoDK avatar Mar 04 '19 22:03 JenoDK