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 86401 - Memory Leak in SOAPComponentValidator
Summary: Memory Leak in SOAPComponentValidator
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-03 18:47 UTC by Chris Webster
Modified: 2007-04-02 17:27 UTC (History)
0 users

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 Chris Webster 2006-10-03 18:47:26 UTC
The SOAPComponentValidator retains a reference to the Validation result, so the
memory for all the models being validated is retained until the next validation.
Comment 1 Chris Webster 2006-10-04 15:36:26 UTC
fixed in release 55. 
Comment 2 Chris Webster 2007-04-02 17:27:31 UTC
verified