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 116384 - FileNotFound exception due to missing comment icon
Summary: FileNotFound exception due to missing comment icon
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reporting (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Yang Su
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 23:51 UTC by Yang Su
Modified: 2007-10-19 21:06 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 Yang Su 2007-09-21 23:51:23 UTC
create a uml project with comment element, generate report and you will hit

java.io.FileNotFoundException: C:\Documents and
Settings\Sheryl\.netbeans\nb6.0-test\.uml\config\WebReportSupport\images\notepad.png (The system cannot find the file
specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at org.netbeans.modules.uml.core.metamodel.core.foundation.UMLXMLManip.copyFile(UMLXMLManip.java:2731)
	at org.netbeans.modules.uml.reporting.ReportTask.copyImages(ReportTask.java:479)
	at org.netbeans.modules.uml.reporting.ReportTask.launchReport(ReportTask.java:918)
	at org.netbeans.modules.uml.reporting.ReportTask.generateReport(ReportTask.java:204)
	at org.netbeans.modules.uml.reporting.ReportTask.run(ReportTask.java:157)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Yang Su 2007-09-24 18:11:15 UTC
corrected image file name
Comment 2 Peter Lam 2007-09-25 19:26:40 UTC
verified in instrumented trunk build 200709232115.