Arnauld/jbehave-eclipse-plugin

Step Priority not applied to Aliases

dschneller opened this issue · 2 comments

Having aliases for a step with a higher prio will not prevent the editor for complaining about ambiguous steps, when the alias is used. Apparently, the priority of the main annotation is not applied to the alias.

I will try to fix this tonight.

I've just added priority value on PotentialStep: alias and variants should automatically get the corresponding value for free