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 119822

Summary: Initial slashes in icon path
Product: web Reporter: Jesse Glick <jglick>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2007-10-23 17:39:07 UTC
Found in log:

WARNING [org.openide.util.IconManager]: Initial slashes in Utilities.loadImage deprecated (cf. #20072):
/org/netbeans/modules/html/editor/resources/htmlTag.png

---%<--- html/editor/src/org/netbeans/modules/html/editor/resources/HTML.nbs
NAVIGATOR:tag: {
    display_name: "$startTag.TAG_OPEN$";
    tooltip: "$$";
    icon: "/org/netbeans/modules/html/editor/resources/htmlTag.png";
}
# etc.
---%<---
Comment 1 Marek Fukala 2007-10-26 17:04:21 UTC
fixed

Checking in html/editor/src/org/netbeans/modules/html/editor/resources/HTML.nbs;
/cvs/html/editor/src/org/netbeans/modules/html/editor/resources/HTML.nbs,v  <--  HTML.nbs
new revision: 1.14; previous revision: 1.13
done
Checking in languages/css/src/org/netbeans/modules/languages/css/CSS.nbs;
/cvs/languages/css/src/org/netbeans/modules/languages/css/CSS.nbs,v  <--  CSS.nbs
new revision: 1.28; previous revision: 1.27
done