I've been working on a java project for school, I don't believe the software is that limiting to a point where I have to recreate the whole project because I can't change the package name.
Essentially: my package name is 'here.London.calls'.
I have a test file that scans through 'here.london.calls'.
I've tried using refractor, but nothing seems to change, when I access the problem in the controllers and other files it gives me two options. One to convert it into the capital to the current package (NOT what i want) or move it to the test folder.
Would appreciate help or advice. Thanks in advance.