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 64714 - Some classes in properties module refer to bundle keys from openide modules
Summary: Some classes in properties module refer to bundle keys from openide modules
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-09-20 10:21 UTC by _ rkubacki
Modified: 2005-10-24 09:57 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 _ rkubacki 2005-09-20 10:21:41 UTC
PropertiesOpen and LangRename load bundle keys from actions or loaders API. This
is unsafe as there is no guarantee that these keys will not be removed or
changed in unexpected way. Either we should create a copy of these of maybe test
that they still exists.
Comment 1 Marian Petras 2005-10-21 13:54:48 UTC
Confirmed, accepted.