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 98448 - Slow response to RE Operation action
Summary: Slow response to RE Operation action
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Kris Richards
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-03-21 11:47 UTC by Sergey Petrov
Modified: 2007-09-05 19:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2007-03-21 11:47:47 UTC
reproducible with 070320
memory setting was adjusted

steps:
1. create java project
2. add class with method
    public static void main(String[] args) {
        // TODO code application logic here
        try
        {
            Thread.sleep(100);
        }catch(InterruptedException e)
        {
            e.printStackTrace();
        }
        finally
        {
            System.out.println("dd");
        }
    }
3. RE to some uml project
4. RE Operation on the method
once item in context menu is clicked ide is frozen for about 3.5 seconds
(sometimes longer)
Comment 1 Kris Richards 2007-08-20 17:13:40 UTC
this is a result of the LARGE java16 library. This library has been reduced to half the size and the IDE responsiveness is back to normal.
Comment 2 Sherry Zhou 2007-09-05 19:50:14 UTC
verified in beta1 (build 070905)