mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
correct relative path for one class
This commit is contained in:
@@ -125,7 +125,7 @@ public class CopyClassesHandler implements CopyHandlerDelegate {
|
||||
CopyClassDialog dialog = new CopyClassDialog(classes.values().iterator().next()[0], defaultTargetDirectory, project, false){
|
||||
@Override
|
||||
protected String getQualifiedName() {
|
||||
if (commonPath != null) {
|
||||
if (commonPath != null && !commonPath.isEmpty()) {
|
||||
return StringUtil.getQualifiedName(super.getQualifiedName(), commonPath.replaceAll("/", "."));
|
||||
}
|
||||
return super.getQualifiedName();
|
||||
|
||||
Reference in New Issue
Block a user