Step Given does not have a matching glue code

Hi everyone, I keep getting this warning on my cucumber feature files for some step such as :

When my step does match it perfectly :

class signInSteps {
@Given(“I open https://dev-logis.com/signIn”)
def openLOGIS() {
}

Why do i have such a warning when I should not have one ? Even if do again and again a find step or recalculate step option nothing change…

I’d appreciate any help.

Thanks in advance.

Hi, should you check this solution? eclipse - does not have a matching glue code - Stack Overflow