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

(-)WebContextLoader.java (+8 lines)
Line 163 Link Here
163
        if (!(d instanceof WebContextObject)){
164
            try{
165
                d.setValid(false);
166
            } catch (PropertyVetoException e) {
167
                e.printStackTrace();
168
            }
169
            d = DataObject.find(fs.getRoot());
170
        }

Return to bug 12001