| Summary: | Eclipse-Edit_Java bean | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | levan Dvalishvili <dvalishvili> | ||||||
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 3.1 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | stalebug | ||||||||
| Attachments: |
|
||||||||
|
Description
levan Dvalishvili
Please provide steps to reproduce. Also could you please check this still occurs under 3.2.1. Closing as REMIND. we have model directory under project's rood directory, it has has regular Java beans , this dir can not be placed under src directory. steps to reproduce are quite simple : open any of the beans,highligh any of the methods with mouse, including method body, so about 3-4 lines . and performa copy with ctrl+C. in 3.2.1 performance is better average of 3-6 seconds freeze right after ctrl+C is pressed, VS about 30 sec in eclipse 3.1, but its gets slower more I try to copy paste. behaviouse is more or less consistant on my machine. Hope this helps. Reopen. Could you please provide a thread dump (Ctrl + Break in the console) when Eclipse is hanging? Thanks. Add -console -debug on the command line that starts Eclipse. Could you please also attach a project that we could use to reproduce this issue? Created attachment 51585 [details]
thread dump
about sample project, that might be a problem due to client confidentiality ... I can tell you the statistics :
there is about 200 + library entities(all jars) under class path, and architecture is two layered : Model and application itself, model is kodo JDO, application is customized Struts. bean that I run test has about 45 properties total, 20 is collection type.
I started eclipse with followign command :
SET CLASSPATH=D:\jdk-1.5.6\lib\rt.jar;
SET PATH=D:\jdk-1.5.6\bin;%PATH%;
D:\eclipse\eclipse.exe -debug -vmargs -Xms256M -Xmx512M -XX:PermSize=128M -XX:MaxPermSize=256M
hope this helps.
Created attachment 51587 [details]
thread dump 2
this thread dump is with additional -console argument to eclipse startup,
forgot to add it for first thread dump.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |