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 31376 - Patch in support for 26640 (in module beans)
Summary: Patch in support for 26640 (in module beans)
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ mihmax
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-02-23 14:42 UTC by _ mihmax
Modified: 2003-06-19 16:25 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file (29.00 KB, patch)
2003-02-23 14:44 UTC, _ mihmax
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ mihmax 2003-02-23 14:42:42 UTC
The following .java files in beans module use
setText + setMnemonic/setDisplayedMnemonic instead of
org.openide.awt.setLocalizedText, see issue 26640 for 
details:

beans/src/org/netbeans/modules/beans/EventSetPatternPanel.java
beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.java
beans/src/org/netbeans/modules/beans/PropertyPatternPanel.java
beans/src/org/netbeans/modules/beans/UEventSetPatternPanel.java
beans/src/org/netbeans/modules/beans/beaninfo/BiIconEditor.java

The following file is a diff (unified format),
against the trunk for all the affected files:
.java and .properties

Please, commit ASAP
Comment 1 _ mihmax 2003-02-23 14:44:45 UTC
Created attachment 9103 [details]
Patch file
Comment 2 _ mihmax 2003-02-25 10:13:30 UTC
Please postpone commiting these patches, they should be 
rewritten. See Jesse's comment in issue 31372.
Comment 3 _ mihmax 2003-06-19 16:25:56 UTC
After resolution of issue 27009 the patch will be absolutely
different, so closing this as INVALID so far.