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 96468 - Wrong icon for public static fields?
Summary: Wrong icon for public static fields?
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 17:48 UTC by Torbjorn Norbye
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot fragment showing iconsistent icons (15.55 KB, image/png)
2007-02-23 17:49 UTC, Torbjorn Norbye
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjorn Norbye 2007-02-23 17:48:23 UTC
Look in the navigator (or in code completion for that matter) at a public static
field.  Its icon is smaller than the other icons. It looks like the old-style
icon. I'm guessing in the icon upgrade it got forgotten (or perhaps a name or
extension changed, e.g. from gif to png and the old is still being used).

Take a look at the attached figure. You can see that for protected fields etc.
the icon is the new size.
Comment 1 Torbjorn Norbye 2007-02-23 17:49:01 UTC
Created attachment 38873 [details]
Screenshot fragment showing iconsistent icons
Comment 2 Torbjorn Norbye 2007-02-23 17:50:17 UTC
(By the way, this is using a fresh trunk build as of Feb 23 -07, OSX)
Comment 3 Dusan Balek 2007-03-20 11:16:03 UTC
Fixed.

Checking in fieldStaticPublic.png;
/cvs/java/source/src/org/netbeans/modules/java/source/resources/icons/fieldStaticPublic.png,v
 <--  fieldStaticPublic.png
new revision: 1.2; previous revision: 1.1
done
Checking in package-empty.gif;
/cvs/java/source/src/org/netbeans/modules/java/source/resources/icons/package-empty.gif,v
 <--  package-empty.gif
new revision: 1.3; previous revision: 1.2
done
Comment 4 Quality Engineering 2007-09-20 12:03:00 UTC
Reorganization of java component