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 60916 - [50cat] Many program counter annotations in Options
Summary: [50cat] Many program counter annotations in Options
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 62558 64741 65324 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-13 11:54 UTC by _ lcincura
Modified: 2005-12-20 13:49 UTC (History)
0 users

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 _ lcincura 2005-07-13 11:54:12 UTC
NetBeans IDE 4.2 [200507110943] on jdk 1.5.0_04

1) Start IDe with clean userdir
2) Open dialog Tools | Options
3) Expand Editing | Annotation types => there are 5 Current program counter
nodes,  many of them with incorrect settings.
Comment 1 Martin Entlicher 2005-07-13 14:01:33 UTC
I agree that this looks strange. But what do you mean by "incorrect settings"?
They should have different display names IMHO...
Comment 2 Jiri Prox 2005-09-20 13:20:42 UTC
*** Issue 64741 has been marked as a duplicate of this issue. ***
Comment 3 Roman Ondruska 2005-10-03 14:16:09 UTC
*** Issue 65324 has been marked as a duplicate of this issue. ***
Comment 4 Roman Ondruska 2005-10-17 10:12:53 UTC
Seems like Ant debugger issue (see org.netbeans.modules.ant.debugger.resources).
Hanzi, can you evaluate it? Thanks!
Comment 5 clever 2005-10-20 21:48:41 UTC
I'm getting this too in 10/13 build. I keep changing the values, looking for the
right one. Haven't found it yet.
Comment 6 clever 2005-10-20 21:54:01 UTC
FYI, I changed all 6 instances. None of them actually worked. The background
remains light lime green.
Comment 7 Martin Entlicher 2005-11-01 16:53:13 UTC
It looks really like it's defined in ant debugger. The resource bundle
referenced there is from debugger core... therefore the display names are
identical...
Comment 8 Martin Entlicher 2005-11-01 17:17:25 UTC
Fixed. The colors customization works fine for me.

Checking in DebuggerAnnotation.java;
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/DebuggerAnnotation.java,v
 <--  DebuggerAnnotation.java
new revision: 1.3; previous revision: 1.2
done
RCS file:
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/resources/Bundle.properties,v
done
Checking in resources/Bundle.properties;
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/resources/Bundle.properties,v
 <--  Bundle.properties
initial revision: 1.1
done
Checking in resources/CurrentPC2.xml;
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/resources/CurrentPC2.xml,v
 <--  CurrentPC2.xml
new revision: 1.2; previous revision: 1.1
done
Checking in resources/CurrentPC2LinePart.xml;
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/resources/CurrentPC2LinePart.xml,v
 <--  CurrentPC2LinePart.xml
new revision: 1.2; previous revision: 1.1
done
Checking in resources/CurrentPCLinePart.xml;
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/resources/CurrentPCLinePart.xml,v
 <--  CurrentPCLinePart.xml
new revision: 1.2; previous revision: 1.1
done
Removing resources/NextTargetName.xml;
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/resources/NextTargetName.xml,v
 <--  NextTargetName.xml
new revision: delete; previous revision: 1.1
done
Checking in resources/mf-layer.xml;
/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/resources/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.7; previous revision: 1.6
done
Comment 9 Martin Roskanin 2005-11-03 14:51:27 UTC
*** Issue 62558 has been marked as a duplicate of this issue. ***
Comment 10 _ lcincura 2005-12-20 13:49:28 UTC
Verified in 200512181900