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 - Refactoring keeping CompilationInfos
Summary: Refactoring keeping CompilationInfos
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 217339
  Show dependency tree
 
Reported: 2012-08-28 09:54 UTC by Ralph Ruijs
Modified: 2012-09-12 12:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.