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 128108 - ImageFileNotFoundException when creating diagram
Summary: ImageFileNotFoundException when creating diagram
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 09:04 UTC by Peter Lam
Modified: 2008-02-22 18:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file (43.17 KB, text/plain)
2008-02-22 09:04 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-02-22 09:04:06 UTC
Forgot to file this today. No diagram can be created so testing is blocked.
See attached ide logfile for complete exceptions.
Comment 1 Peter Lam 2008-02-22 09:04:38 UTC
Created attachment 57041 [details]
ide log file
Comment 2 Peter Lam 2008-02-22 09:06:07 UTC
Looks like missing icon file.

org.netbeans.modules.uml.resources.images.ImageUtil$ImageFileNotFoundException: Image file "link-navigation.gif" could
not be found in the images folder: org/netbeans/modules/uml/resources/images/
	at org.netbeans.modules.uml.resources.images.ImageUtil.getIcon
Comment 3 Sergey Petrov 2008-02-22 09:48:19 UTC
Checking in DiagramEngine.java;
/cvs/uml/drawingareacontrol/src/org/netbeans/modules/uml/drawingarea/engines/Attic/DiagramEngine.java,v  <-- 
DiagramEngine.java
new revision: 1.1.2.35; previous revision: 1.1.2.34

fixed by setting existent png image
Comment 4 Peter Lam 2008-02-22 18:54:47 UTC
verified fix in latest source build.