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 251615 - Show Changes: Display correct file icons
Summary: Show Changes: Display correct file icons
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-03 09:28 UTC by markiewb
Modified: 2015-04-03 09:30 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows the issue (46.38 KB, image/png)
2015-04-03 09:28 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2015-04-03 09:28:38 UTC
Created attachment 153011 [details]
Shows the issue

* invoke "show changes" for a folder with changes

ACTUAL: 
* files in list view have no file icon
* files in list tree have only a blank icon
See the screenshot

EXPECTED:
* files in list view have a correct file icon (as in the project/files view)
* files in tree view have a correct file icon (as in the project/files view)
Comment 1 markiewb 2015-04-03 09:30:38 UTC
Icons can be fetched by 
DataObject.find(fo).getNodeDelegate().getIcon(BeanInfo.ICON_COLOR_16x16) IIRC