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 - Avoid frequent conversions between integer and string
Summary: Avoid frequent conversions between integer and string
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-08-10 08:23 UTC by _ rkubacki
Modified: 2007-09-19 00:08 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
proposed patch (2.60 KB, patch)
2007-08-10 08:24 UTC, _ rkubacki
Details | Diff

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