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

Summary: wrong line "=======" in debuggercore Bundle.properties
Product: debugger Reporter: Masaki Katakai <masaki>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.