-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Websocket annotation on AnnotatedConfigEndpoint class #5774
Comments
@lachlan-roberts Eclipse seems to think this is a problem, can you investigate? |
BTW, it's the same error for jetty-10 |
To be clear, Eclipse is complaining about the As Eclipse expects that if you use an annotation, the values are actually constants. (requires them to be |
I don't think this is actually a problem as the |
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
jetty-11
In the code below, Eclipse flags the use of the private non-static fields (idleTimeout, maxMessageSize, maxMessageSize, inputBufferSize) of the enclosing class (ClientConfigTest) as illegal because those fields are not static.
The text was updated successfully, but these errors were encountered: