IU-98.382 Web project file rename issues
I have a spring project created with run/debug tomcat configuration.
In the project I have a JSP file:
web/WEB-INF/jsp/helloworld.jsp
The file was referenced in
a)controller
b)Run configuration under "startup page" (http://localhost:8080/helloWorld) .
c)"Start browser" was unchecked
I press shift F6 to rename helloworld.jsp to dashboard.jsp. Accepted refactoring of all occurences.
Issues:
1."Start browser" become checked
2."Startup page" was changed to http://localhost:8080/WEB-INF/jsp/dashboard
3.Annotation @RequestMapping("/helloWorld") on top of controller has not been renamed (although I am not sure if it should have)
Please sign in to leave a comment.
Could you submit a YouTrack ticket for this?
Submitted: http://youtrack.jetbrains.net/issue/IDEA-61631