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 174584
Collapse All | Expand All

(-)a/xml.wsdl.refactoring/src/org/netbeans/modules/xml/wsdl/refactoring/WSDLRefactoringPlugin.java (-1 / +3 lines)
Lines 168-174 Link Here
168
            try {
168
            try {
169
                Component root = engine.getSearchRoot(file);
169
                Component root = engine.getSearchRoot(file);
170
//System.out.println("       : " + root);
170
//System.out.println("       : " + root);
171
                searchRoots.add(root);
171
                if (root != null) {
172
                    searchRoots.add(root);
173
                }
172
            }
174
            }
173
            catch (IOException ex) {
175
            catch (IOException ex) {
174
                ErrorManager.getDefault().log(ErrorManager.INFORMATIONAL, ex.getMessage());
176
                ErrorManager.getDefault().log(ErrorManager.INFORMATIONAL, ex.getMessage());

Return to bug 174584