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 80894

Summary: Cannot Modify Interface in UML Diagram
Product: uml Reporter: genericprodigy <genericprodigy>
Component: ProjectAssignee: issues@uml <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jlahoda
Priority: P4    
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description genericprodigy 2006-07-22 18:05:26 UTC
Receive an exception when I right click on the interface element. This error
seems to be related to most of my other issues. Below is the stack trace:

java.lang.IllegalArgumentException: Parameter file was not normalized. Was
/Users/pjlaszkowicz/Workspaces/calderdale/Calderdale.etd instead of
/Users/pjlaszkowicz/Workspaces/calderdale/calderdale.etd
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:416)
	at
org.netbeans.modules.uml.project.ProjectUtil.findNetBeansProjectForModel(ProjectUtil.java:117)
	at
org.netbeans.modules.uml.project.ProjectUtil.findElementOwner(ProjectUtil.java:88)
	at
org.netbeans.modules.uml.integration.netbeans.actions.SourceNavigateAction.enable(SourceNavigateAction.java:90)
	at org.openide.util.actions.NodeAction.isEnabled(NodeAction.java:176)
	at
org.netbeans.modules.uml.ui.swing.drawingarea.ADDrawingAreaControl.addAddinMenus(ADDrawingAreaControl.java:9089)
	at
org.netbeans.modules.uml.ui.swing.drawingarea.ADDrawingAreaControl.menuAboutToShow(ADDrawingAreaControl.java:9053)
	at
org.netbeans.modules.uml.ui.swing.drawingarea.ADDrawingAreaControl$MouseHandler.showPopupMenu(ADDrawingAreaControl.java:8980)
	at
org.netbeans.modules.uml.ui.swing.drawingarea.ADDrawingAreaControl$MouseHandler.mousePressed(ADDrawingAreaControl.java:8937)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
	at java.awt.Component.processMouseEvent(Component.java:5551)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	at java.awt.Component.processEvent(Component.java:5319)
	at java.awt.Container.processEvent(Container.java:2010)
	at java.awt.Component.dispatchEventImpl(Component.java:4021)
	at java.awt.Container.dispatchEventImpl(Container.java:2068)
	at java.awt.Component.dispatchEvent(Component.java:3869)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3933)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
	at java.awt.Container.dispatchEventImpl(Container.java:2054)
	at java.awt.Window.dispatchEventImpl(Window.java:1774)
	at java.awt.Component.dispatchEvent(Component.java:3869)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Jan Lahoda 2006-07-22 19:08:19 UTC
IMO duplicate of issue #80892.
Comment 2 Jan Lahoda 2006-07-22 19:09:40 UTC

*** This issue has been marked as a duplicate of 80892 ***