Replies: 3 comments 1 reply
-
well... is the project open? :) focus the file in the editor, then hit |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mbien yes it works. It is not obvious to see if a project is open or closed. How do I know? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@mbien that was quick :-) I guess I need to open each module for a maven project? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a java maven project with modules.
I start with building the project using maven.
Goals: clean install -DskipTests
It is successful!
Then I select, in "Files" my abstract class name in a module and right click and
select "Refactor" and then "Rename".
Then I get a pop-up saying:
"Cannot refactor MDCCallable.java that is defined outside an open project."
I also tried using the "CTRL"+R and with the same result.
This always fails.
Anyone else that has the same problem for maven and java projects?
//mike
Beta Was this translation helpful? Give feedback.
All reactions