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

Summary: Hardcoded string hint is not intelligent enough
Product: java Reporter: Petr Hrebejk <phrebejk>
Component: SourceAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker CC: tboudreau
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 90925    

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.