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 112520

Summary: Avoid frequent conversions between integer and string
Product: uml Reporter: _ rkubacki <rkubacki>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: proposed patch

Description _ rkubacki 2007-08-10 08:23:16 UTC
CoreProductManager seems to be called very often during project expanding and diagram opening and can be easily
optimized to save a lot of conversions.
Comment 1 _ rkubacki 2007-08-10 08:24:26 UTC
Created attachment 46444 [details]
proposed patch