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 14952 - Please remove static icons and static data from BeanInfos
Summary: Please remove static icons and static data from BeanInfos
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Josef Kozak
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 14943
  Show dependency tree
 
Reported: 2001-08-30 13:45 UTC by Petr Nejedly
Modified: 2003-06-30 18:33 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 Petr Nejedly 2001-08-30 13:45:25 UTC
There are some static Images throughout the form module, in BIs, nodes,
topComponents and so on. 

For loading images, use org.openide.util.Utilities.loadImage directly
in getImage without any caching (Utilities will do SoftCaching for you).

Create BeanDeascriptor and PropertyDescriptors just on demand without
any caching, Introspector will cache it itself.

Look for "static Image" and check BeanInfos.
Comment 1 Josef Kozak 2001-09-14 15:38:16 UTC
Static Images and PropertyDescriptors were removed.

::: fixed in dev
Comment 2 Petr Nejedly 2001-09-17 14:55:24 UTC
Verified
Comment 3 Quality Engineering 2003-06-30 18:33:09 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.