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 221169

Summary: CompilationInfo held in memory
Product: web Reporter: Tomas Hurka <thurka>
Component: CSS EditorAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal CC: mmirilovic, pjiricka
Priority: P2 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 220877    
Attachments: Path to GC root

Description Tomas Hurka 2012-10-31 11:35:20 UTC
Created attachment 126848 [details]
Path to GC root

Last CompilationInfo is held in memory my css.editor module. See attached path to GC root.
Comment 1 Tomas Hurka 2012-10-31 13:19:16 UTC
Fixed in profiler-main.

changeset:   237692:23f6ee830331
user:        Tomas Hurka <thurka@netbeans.org>
date:        Wed Oct 31 14:15:03 2012 +0100
summary:     bugfix #221169, do not hold last CompilationInfo in featureCancel - nullify it at the end of run() method
Comment 2 Quality Engineering 2012-11-01 02:40:41 UTC
Integrated into 'main-golden', will be available in build *201211010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/23f6ee830331
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #221169, do not hold last CompilationInfo in featureCancel - nullify it at the end of run() method