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 116205 - "IllegalArgumentException: Parameter file was not normalized" during reverse engineering of a package containing 2 classes
Summary: "IllegalArgumentException: Parameter file was not normalized" during reverse ...
Status: VERIFIED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 18:24 UTC by Peter Lam
Modified: 2008-06-19 23:37 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 Peter Lam 2007-09-20 18:24:13 UTC
This issue is not reproducible consistently but it happens sometimes with the following steps. So, make it a p3 for now
but perhaps the stack dump will lead to something for debugging.

Repro steps:
- create a java project
- add a package
- add a couple of classes to the package
- reverse engineer the package to a new uml project

java.lang.IllegalArgumentException: Parameter file was not normalized. Was  instead of
E:\Instrumented-Builds\NetBeans-6.0-200709180324
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:516)
	at org.netbeans.modules.uml.project.UMLProject$ProjectOpenedHookImpl.projectOpened(UMLProject.java:639)
	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:59)
	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:650)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:695)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:339)
	at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:259)
	at org.netbeans.modules.project.ui.OpenProjectList.open(OpenProjectList.java:198)
	at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.openAPI(OpenProjectsTrampolineImpl.java:48)
	at org.netbeans.api.project.ui.OpenProjects.open(OpenProjects.java:105)
[catch] at org.netbeans.modules.uml.integration.netbeans.actions.ReverseEngineerAction$4.run(ReverseEngineerAction.java:644)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Joanne Lau 2008-06-19 23:36:05 UTC
Not reproducible in 6.5
Comment 2 Joanne Lau 2008-06-19 23:37:38 UTC
verified in 080619