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 85965 - Hardcoded string hint is not intelligent enough
Summary: Hardcoded string hint is not intelligent enough
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 90925
  Show dependency tree
 
Reported: 2006-09-27 22:31 UTC by Petr Hrebejk
Modified: 2013-09-02 14:24 UTC (History)
1 user (show)

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 Petr Hrebejk 2006-09-27 22:31:19 UTC
I'm surprised and pleased to see that

return NbBundle.getMessage(DeleteNextLineAction.class,
"CTL_DeletePreviousLineAction");

is not marked as a hardcoded string. Nice!


But this *is* marked as a hardcoded string, which is not so nice:

return NbBundle.getMessage(DeleteNextLineAction.class,
"CTL_DeletePreviousLineAction");

--- Lahoda

Currently, this info is pulled directly from the I18N - but I will have to stop
using this, as it causes too many problems.
Comment 1 Jan Lahoda 2006-12-12 09:44:23 UTC
Not in the build right now.
Comment 2 Rastislav Komara 2009-02-03 10:55:12 UTC
Overtake.
Comment 3 Jan Lahoda 2010-05-11 13:46:48 UTC
Resetting assignee to default for all bugs reported against product java and assigned to moonko.