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 33241 - Malformed annotation type glyph URL
Summary: Malformed annotation type glyph URL
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-24 21:10 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Suggested patch (891 bytes, patch)
2003-04-24 21:10 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-04-24 21:10:06 UTC
URL paths should begin with a slash, at least for
nbresloc:. This URL is malformed. Trivial patch.

Symptoms without fix of issue #33240: no icon is
displayed for Tools -> Options -> Annotation Types
-> Parser Annotation, though it should be a red "X".

With fix of #33240: a random icon is displayed
according to whichever other node was last
selected (it flickers).

Does not seem to affect display of the actual
annotation in the glyph gutter, which is
apparently more robust; only the node in the
Options window.
Comment 1 Jesse Glick 2003-04-24 21:10:31 UTC
Created attachment 10157 [details]
Suggested patch
Comment 2 Jan Becicka 2003-04-25 08:08:04 UTC
This one is P4 according to Bug Priority Guidelines:
- incorrect behavior that doesn't affect functionality 
- minor usability problem 
- incorrect visual appearance



Comment 3 Martin Roskanin 2003-06-16 14:34:01 UTC
fixed in [maintrunk]

Thanks for patch, Jesse.

/cvs/java/src/org/netbeans/modules/java/resources/parser_annotation.xml,v
 <--  parser_annotation.xml
new revision: 1.6; previous revision: 1.5
Comment 4 Martin Roskanin 2003-06-19 16:32:53 UTC
integrated in [prj40_prototype]

/cvs/java/src/org/netbeans/modules/java/resources/parser_annotation.xml,v
 <--  parser_annotation.xml
new revision: 1.5.32.1; previous revision: 1.5

Comment 5 Antonin Nebuzelsky 2003-11-04 15:01:46 UTC
Fixed also in Nevada Patch 1 and in Arrow.