I wrote a swing lib and i used it into my project with matisse.
Now i want do some name-packaging-change, a very simple operation but the problem is refactoring can't touch the code written by matisse (locked for editing).
So the question is: There is a smart way to refactor all without opening my java classes in external file-editor and hand-replace what i have to replace?
Thank all.
PS. Why a great and powerful IDE like Netbeans fall in this kind of troubles?