Intellij-Plugin icon indicating copy to clipboard operation
Intellij-Plugin copied to clipboard

Identify steps that duplicate behavior

Open zabil opened this issue 7 years ago • 0 comments

Identify and suggest fixes for duplicate steps

While authoring Specifications the IDE must suggest steps that might have duplicates and allow the tester to easily refer these steps and use them instead.

Statically analyze the specification file

Display a warning when there are other steps that are similar in intent to the current step.

duplicate_code

Provide fix options

Display intention actions to navigate or view duplicate code

suggestion_for_duplicate_code

Navigate to the duplicate specification

Navigate to the specification file that has similar steps so that the step can be referred.

navigate_to_duplicate

List possible duplicates

Dock the duplicate step's specfication file as well as preview the implementation for reference.

view_duplicates_like_this

zabil avatar May 11 '17 13:05 zabil