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 234478 - Wrong icon for Ant breakpoints within BreakpointsView
Summary: Wrong icon for Ant breakpoints within BreakpointsView
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-16 05:26 UTC by bbll
Modified: 2016-07-07 08:38 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 bbll 2013-08-16 05:26:35 UTC
The method "org.netbeans.modules.ant.debugger.breakpoints.BreakpointModel.getIconBase()" (subclass of "org.netbeans.spi.viewmodel.NodeModel") returns:

"org/netbeans/modules/debugger/resources/editor/Breakpoint".

As I understand, that directory is for editor related icons (such as annotations) only, which causes the implementation of "org.netbeans.spi.viewmodel.Models.getIconBaseWithExtension()" to return an unexisting icon, since it expects the GIF type (by appending ".gif").

I believe the icon base for BreakpointsView's NodeModel implementations should generally use "org/netbeans/modules/debugger/resources/breakpointsView".
Comment 1 Martin Balin 2016-07-07 08:38:59 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss