This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 192647
Collapse All | Expand All

(-)refactoring.java/src/org/netbeans/modules/refactoring/java/RefactoringUtils.java (-1 / +1 lines)
Lines 578-584 Link Here
578
                    ownerRoot = cp.findOwnerRoot(fo);
578
                    ownerRoot = cp.findOwnerRoot(fo);
579
                }
579
                }
580
            }
580
            }
581
            if (cp != null && ownerRoot != null && FileUtil.getArchiveFile(ownerRoot) == null) {
581
            if (cp != null && ownerRoot != null) {
582
                URL sourceRoot = URLMapper.findURL(ownerRoot, URLMapper.INTERNAL);
582
                URL sourceRoot = URLMapper.findURL(ownerRoot, URLMapper.INTERNAL);
583
                if (dependencies) {
583
                if (dependencies) {
584
                    dependentRoots.addAll(SourceUtils.getDependentRoots(sourceRoot));
584
                    dependentRoots.addAll(SourceUtils.getDependentRoots(sourceRoot));

Return to bug 192647