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 217512

Summary: Refactoring keeping CompilationInfos
Product: javascript Reporter: Ralph Ruijs <ralphbenjamin>
Component: RefactoringAssignee: Petr Pisl <ppisl>
Status: RESOLVED WONTFIX    
Severity: normal CC: pjiricka
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 217339    

Description Ralph Ruijs 2012-08-28 09:54:39 UTC
Please see:
http://netbeans.org/bugzilla/show_bug.cgi?id=217339#add_comment

Seems that CompilationInfos are held through AbstractRefactoring, which is held
through Undo support (and possibly other roots). Please make sure refactoring
is not retaining CompilationInfos outside parsing tasks. One suspicious place
is (javascript.refactoring's) RenameRefactoringPlugin:158.

Thank you very much.
Comment 1 Petr Jiricka 2012-09-04 11:42:36 UTC
Is this still relevant in current trunk?
Comment 2 Petr Pisl 2012-09-04 12:29:14 UTC
No, the current js editor doesn't contain such refactoring yet.
Comment 3 Petr Pisl 2012-09-12 12:41:21 UTC
This issue can be closed fro NB 7.3. The new JS editor doesn't have a refactoring yet.