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 205825 - Switch to using @NbBundle.Messages
Summary: Switch to using @NbBundle.Messages
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.1
Hardware: PC All
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks: 205823
  Show dependency tree
 
Reported: 2011-12-02 08:53 UTC by J Bachorik
Modified: 2011-12-17 16:47 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2011-12-02 08:53:21 UTC
In NetBeans there is an API for declarative registration of translatable messages - http://bits.netbeans.org/dev/javadoc/org-openide-util/org/openide/util/NbBundle.Messages.html

The profiler code should be updated to use this updated instead of NbBundle.getMessage()
Comment 1 J Bachorik 2011-12-08 09:50:41 UTC
Implemented in http://hg.netbeans.org/profiler-main/rev/7f9f6ddbf9fe
Comment 2 Quality Engineering 2011-12-17 16:47:47 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7f9f6ddbf9fe
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #205825: @NbBundle.Messages