-
Notifications
You must be signed in to change notification settings - Fork 205
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
Detect @RequestMapping with path defined as constant instead of literal string #281
Comments
There is a CI build available that includes the implementation for this, if you want to give it an early try and provide feedback: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html |
(comment in Pivotal Tracker added by Martin Lippert:) Tested this again, works in general, but not for constants defined in the same source file as the request mapping. Will file a separate issue for that. |
I have tested |
Great to hear that it works for you and thanks for reporting this in the first place. Much appreciated. |
It seems that Navigation (cmd+6) cannot detect @RequestMapping-annotated methods when the URL is defined as a constant instead of a literal string.
For example:
In STS4, if I press Ctrl+6 (I'm using Eclipse-based STS4 on Linux) and start typing something like "@/some", the results list does not include the mapping for "/somepath/resource".
It would be nice if STS4 implemented such detection.
The text was updated successfully, but these errors were encountered: