I am using Eclipse. I have class A
with an inner class B
.
I would like class B
to be in its own class file B.java
and all references to the class in class A
and elsewhere to be updated.
Can someone point me in the right direction for the appropriate refactor please?