rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Refactoring rule not available to change package name for a given CompilationUnit

Open mP1 opened this issue 4 years ago • 0 comments

Looking at the Refactor class there doesnt appear to be a method that would support changing the package declaration for a given CompilationUnit.

Im going to guess this might be possible a longer more involved way using the CompilationUnit.refactor(Consumer) / Refactor. Will have to try more.

mP1 avatar Mar 07 '20 10:03 mP1