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

Summary: Wrong icon for Ant breakpoints within BreakpointsView
Product: projects Reporter: bbll
Component: AntAssignee: Tomas Stupka <tstupka>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.3.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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