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 112146 - wrong line "=======" in debuggercore Bundle.properties
Summary: wrong line "=======" in debuggercore Bundle.properties
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-07 05:30 UTC by Masaki Katakai
Modified: 2010-04-29 09:34 UTC (History)
1 user (show)

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 Masaki Katakai 2007-08-07 05:30:49 UTC
"=======" is not a valid in properties file. Please fix this incorrect line in

debuggercore/src/org/netbeans/modules/debugger/resources/Bundle.properties
...
HINT_CALLSITE=Call Site
=======
HINT_CURRENT_EXP_LINE=Current Program Counter In Expression
...

It is important for translation.
Comment 1 Martin Entlicher 2007-08-07 13:14:34 UTC
This stayed there from some cvs merge.
It's fixed now:
/shared/data/ccvs/repository/debuggercore/src/org/netbeans/modules/debugger/resources/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.16; previous revision: 1.15
Comment 2 Quality Engineering 2010-04-29 09:34:43 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.