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

(-)CloneableEditorSupport.java (-2 / +8 lines)
Line 473 Link Here
473
            os = new BufferedOutputStream(env ().outputStream());
473
            try {
474
--
474
                os = new BufferedOutputStream(env ().outputStream());
475
            } catch (IOException iex) {
476
                if(!env().isModified()) {
477
                    return;
478
                }                
479
                throw iex;
480
            }

Return to bug 32743