- This topic has 1 reply, 2 voices, and was last updated 14 years, 8 months ago by support-shalini.
-
AuthorPosts
-
sreenivas_rMemberHi,
while trying to paste text into a interface icon in a class diagram I am getting the following NPE.
!ENTRY com.genuitec.eclipse.uml 1 0 2010-02-23 15:37:21.462
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at org.argouml.ui.MultiEditorPane$4$1.run(MultiEditorPane.java:608)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NullPointerException
at org.argouml.model.uml.ModelManagementHelperImpl.getCorrespondingElement(ModelManagementHelperImpl.java:425)
at org.argouml.model.uml.ModelManagementHelperImpl.getCorrespondingElement(ModelManagementHelperImpl.java:402)
at com.genuitec.eclipse.uml.util.Duplicate.dupInterfaceDetail(Duplicate.java:124)
at com.genuitec.eclipse.uml.util.Duplicate.dupInterface(Duplicate.java:115)
at org.argouml.ui.MultiEditorPane$4$1$1.run(MultiEditorPane.java:899)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Root exception:
java.lang.NullPointerException
at org.argouml.model.uml.ModelManagementHelperImpl.getCorrespondingElement(ModelManagementHelperImpl.java:425)
at org.argouml.model.uml.ModelManagementHelperImpl.getCorrespondingElement(ModelManagementHelperImpl.java:402)
at com.genuitec.eclipse.uml.util.Duplicate.dupInterfaceDetail(Duplicate.java:124)
at com.genuitec.eclipse.uml.util.Duplicate.dupInterface(Duplicate.java:115)
at org.argouml.ui.MultiEditorPane$4$1$1.run(MultiEditorPane.java:899)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)Thanks
-Sreenivas
support-shaliniMemberSreenivas,
Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Instalaltion Details?
2. Can you list out the steps in detail to replicate the above issue? -
AuthorPosts