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

(-)ElementImpl.java (-1 / +6 lines)
Lines 1244-1250 Link Here
1244
                        return;
1244
                        return;
1245
                    }
1245
                    }
1246
                }
1246
                }
1247
                doChange (event);            
1247
                try{ 
1248
                    doChange (event);
1249
                } catch (InvalidObjectException e) {
1250
                    doRemove();
1251
                    impl.setValid(false);
1252
                }
1248
                impl = null;
1253
                impl = null;
1249
                source = null;
1254
                source = null;
1250
            } catch (RuntimeException e) {
1255
            } catch (RuntimeException e) {

Return to bug 46934