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

(-)a/netbinox/src/org/netbeans/modules/netbinox/NetbinoxFactory.java (+3 lines)
Lines 127-132 Link Here
127
                    LOG.log(Level.FINE, "Skipping non-existent {0}", c);
127
                    LOG.log(Level.FINE, "Skipping non-existent {0}", c);
128
                    continue;
128
                    continue;
129
                }
129
                }
130
try {
131
  c = cf.getCanonicalPath();
132
} catch (java.io.IOException ex) { ex.printStackTrace(); }                
130
                int prefix = findCommonPrefix(ia, c);
133
                int prefix = findCommonPrefix(ia, c);
131
                if (prefix == ia.length()) {
134
                if (prefix == ia.length()) {
132
                    LOG.log(Level.FINE, "No change to prefix by {0}", c);
135
                    LOG.log(Level.FINE, "No change to prefix by {0}", c);

Return to bug 212061