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 180688 - IllegalArgumentException: Parameter file was not normalized. Was instead of C:\Programme\tools\netbeans\bin
Summary: IllegalArgumentException: Parameter file was not normalized. Was instead of ...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-13 14:02 UTC by b166er
Modified: 2010-02-13 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 96276


Attachments
stacktrace (1.80 KB, text/plain)
2010-02-13 14:02 UTC, b166er
Details

Note You need to log in before you can comment on or make changes to this bug.
Description b166er 2010-02-13 14:02:23 UTC
Build: NetBeans IDE Dev (Build 201002130200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
b166er: start new project using UML-example; right click on BankAccount.java "Reverse Engineer"-> "Create New UML Project" -> OK; throw this exception

GUEST: Just creating the sample project for the UML plugin

GUEST: creating new reverse-eng. uml project

GUEST: Opening the UMLBankAppSample branch




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was  instead of C:\Programme\tools\netbeans\bin
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:963)
   at org.netbeans.modules.uml.project.UMLProject$ProjectOpenedHookImpl.projectOpened(UMLProject.java:650)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:81)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1074)
   at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1150)
   at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:678)
Comment 1 b166er 2010-02-13 14:02:28 UTC
Created attachment 94138 [details]
stacktrace