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.

Bug 56586

Summary: TLD sometimes doesn't write the bean graph changes
Product: javaee Reporter: Martin Grebac <mgrebac>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: CLOSED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 57104    
Bug Blocks:    

Comment 1 Martin Grebac 2005-03-25 15:03:57 UTC
This behaves exactly like 55405, but I'm using the correct method you suggested.
This is random, but happens very often and in latest builds can be reproduced by
hand, therefore I'm raising priority.
Comment 2 Milan Kuchtiak 2005-03-29 10:30:37 UTC
The behaviour is caused by changes in CloneableEditorSupport when changes made
in FileObject are not synchronized with changes in editor. 
Comment 3 Martin Grebac 2005-04-01 08:32:21 UTC
Is there anything going on here? 
This is still blocks refactoring tests. 
More, I tried it today with on winxp - there's a stackoverflow after refactoring
and IDE is locked => raising priority to P1.
Comment 4 Martin Grebac 2005-04-01 08:53:31 UTC
Sorry, I didn't notice the blocking issue.
Comment 5 Milan Kuchtiak 2005-04-02 07:55:32 UTC
57104 fix helped.

However I noticed some problems wit tag handler renaming.
See the issue 57368.
Comment 6 zikmund 2005-07-12 16:15:24 UTC
v