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 66156 - [50cat] Some annotations are duplicated, or they seem so, in new Options Dialog
Summary: [50cat] Some annotations are duplicated, or they seem so, in new Options Dialog
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-10-06 18:38 UTC by llturro
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Duplicated annotations (41.00 KB, image/jpeg)
2005-10-06 18:46 UTC, llturro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description llturro 2005-10-06 18:38:34 UTC
[ JDK VERSION : 1.6 ]

On Options -> Fonts & Colors -> Annotations tab some 
annotations appear more than once, sometimes with 
different icon.
Comment 1 llturro 2005-10-06 18:46:09 UTC
Created attachment 25617 [details]
Duplicated annotations
Comment 2 Martin Roskanin 2005-10-07 17:05:08 UTC
as for current program counter - issue #60916
and Parser Annotations is the java module issue, reassigning
Comment 3 Jan Becicka 2005-10-10 08:33:34 UTC
There *are* 2 parser annotations:
1. errors (red)
2. warnings (yellow)
Comment 4 llturro 2005-10-10 11:24:31 UTC
I do not doubt that, jbecicka, but you could make it more clear adding this
description into parser annotation line, ex:

Parser Annotation (error)
Parser Annotation (warning)

And what about 'Current Program Counter'?
Comment 5 Jan Becicka 2005-10-11 16:18:49 UTC
Checking in Bundle.properties;
/cvs/java/src/org/netbeans/modules/java/Bundle.properties,v  <--  Bundle.properties
new revision: 1.84; previous revision: 1.83
done
Checking in resources/parser_annotation_err.xml;
/cvs/java/src/org/netbeans/modules/java/resources/parser_annotation_err.xml,v 
<--  parser_annotation_err.xml
new revision: 1.4; previous revision: 1.3
done
Checking in resources/parser_annotation_warn.xml;
/cvs/java/src/org/netbeans/modules/java/resources/parser_annotation_warn.xml,v 
<--  parser_annotation_warn.xml
new revision: 1.4; previous revision: 1.3
done
Comment 6 llturro 2005-10-13 12:34:41 UTC
'Parser Annotation' solved, but 'Current Program Counter' still appears five
times with two different icons.
Comment 7 Jan Becicka 2005-10-13 12:45:40 UTC
Yes, and it is covered by issue #60916.
Comment 8 llturro 2006-01-18 14:40:58 UTC
Verified, now descriptions are different for each item.