- This topic has 7 replies, 2 voices, and was last updated 19 years, 2 months ago by
Kapil Kapre.
-
AuthorPosts
-
leon5wuMemberWhen I drag and drop a class to UML Model Repository, only parts of attributs are shown in class diagram. Do you have any comments?
Leon
April 13, 2006 at 9:58 am #250428
Kapil KapreMemberLeon,
Could you be more specific? If you think it would help, could you send us the particuar class you are trying to reverse engineer? (support@genuitec.com with ATTN:Kapil as the subject)April 17, 2006 at 9:02 am #250583
leon5wuMemberWell, the class is not special and it is just a JavaBean. And thing was that when I draged and droped a MyClass.java from Package Explorer, the class diagram will miss some attributes. But when draged and droped a MyClass under MyClass.java, the class diagram will have all the attributes.
Another problem is that the performance of reverse engineer of one class is bad. It looks like let me wait forever and it hangs on pass 2.April 17, 2006 at 9:39 am #250585
Kapil KapreMemberThats odd, Could you paste your configuraton summary here? (Its under MyEclipse>About>Configuration Summary).
April 17, 2006 at 3:35 pm #250603
leon5wuMember1. Configuration Summary is attached.
2. More questions. Ctrl+Shift+t doesn’t work in MyEclipse UML perspective but Ctrl+Shift+r works. Ctrl+Shift+t will only work in Java perspective or in inactive MyEclipse MUL.
——————————————————
*** Date: Mon Apr 17 16:21:27 EDT 2006*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_08*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060228-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\MyIde\myeclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
304_6c
-clean
-vm
D:\bea\jdk142_08\bin\javaw.exe
———————————————April 18, 2006 at 2:42 am #250610
Kapil KapreMemberAre you using any command line paramaters? If not try adding “-vmargs -Xms128M -Xmx512M” to your eclipse shorcut and see if that helps w/ performance.
April 21, 2006 at 2:31 pm #250893
leon5wuMemberAfter added “-vmargs -Xms256M -Xmx1024M”, it still does the same!
April 22, 2006 at 9:15 pm #250911
Kapil KapreMemberStrange, I think the reason could be you’re using a BEA’s internal JDK. Could you try switching to one supplied by SUN and see if that helps? If you already have it installed on your machine add -vm “c:\path\to\jdk\bin\javaw.exe” to your eclipse shortcut. If not you can d/l it from here:http://java.sun.com/j2se/1.5.0/download.jsp
-
AuthorPosts