Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Link is pointing to the wrong method in web documentation for jaxws #1113

Closed
agentnico opened this issue Mar 29, 2022 · 1 comment
Closed
Milestone

Comments

@agentnico
Copy link

I am having the same issue as in #1056 but this time with JAXWS (Soap WebService).

@WebService(name = "MyService", targetNamespace = "mynamespace")
@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
public interface MyServiceIfc {
    /**
     * The link to m2 in this doc points to m() instead of m2()
     * @deprecated Replaced by {@link #m2}
     */
    @Deprecated
    long m();

    String m2();
}

I believe the fix should be applied to JAXWS plugin too

@agentnico agentnico changed the title @Link is generated to the wrong method in web documentation for jaxws @Link is pointing to the wrong method in web documentation for jaxws Mar 29, 2022
@stoicflame stoicflame added this to the 2.15.0 milestone Mar 29, 2022
@stoicflame
Copy link
Owner

Okay, thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants