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

(-)a/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Disassembly.java (-1 / +1 lines)
Lines 459-465 Link Here
459
                    writer.close();
459
                    writer.close();
460
                }
460
                }
461
            } catch (IOException ex) {
461
            } catch (IOException ex) {
462
                //do nothing
462
                LOG.log(Level.INFO, null, ex);
463
            }
463
            }
464
        }
464
        }
465
        
465
        

Return to bug 253226