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 85817

Summary: JspParserImpl causes the web projects to leak
Product: javaee Reporter: Andrei Badea <abadea>
Component: JSP ParserAssignee: Tomas Mysik <tmysik>
Status: VERIFIED FIXED    
Severity: blocker CC: dkonecny, issues, pjiricka, ppisl
Priority: P2 Keywords: PERFORMANCE
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123530, 70052    

Description Andrei Badea 2006-09-26 18:36:13 UTC
... because of the parseSupports HashMap. To reproduce just open a JSP file in
the editor and close the project -- it will never be garbage-collected.
Comment 4 Petr Blaha 2006-09-29 09:25:04 UTC
Can anybody verify this fix?
Comment 5 Jan Horvath 2006-09-29 13:21:41 UTC
is it possible to mark this issue as invalid?
Comment 6 Petr Jiricka 2006-10-02 11:05:11 UTC
This is not invalid, this is still an issue, but downgrading to P3 per team
agreement.
Comment 7 Andrei Badea 2006-10-02 11:40:26 UTC
Reassigning to subcomponent owner.
Comment 8 David Konecny 2007-10-10 14:18:14 UTC
Regardless of priority of this issue we should try to do something with it ASAP as it has all sorts of side effects
because it prevents closed project(s) from being GCed.
Comment 9 Tomas Mysik 2008-01-24 17:25:35 UTC
*** Issue 125079 has been marked as a duplicate of this issue. ***
Comment 10 Tomas Mysik 2008-02-26 14:56:22 UTC
Fixed.

changeset:   69670:447f86f2156b
user:        Tomas Mysik <tmysik@netbeans.org>
date:        Tue Feb 26 14:55:07 2008 +0100
summary:     #85817: JspParserImpl causes the web projects to leak
Comment 11 josin 2008-09-16 15:29:44 UTC
Seems to works ok. Changing to verified.