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 49784 - [40cat] Expanding of large arrays takes long time => mouse cursor should be changet
Summary: [40cat] Expanding of large arrays takes long time => mouse cursor should be c...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-10-01 11:19 UTC by _ lcincura
Modified: 2006-03-24 09:51 UTC (History)
2 users (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 _ lcincura 2004-10-01 11:19:27 UTC
Expanding of arrays of >1000 nodes takes long
time. User does not know what is going on and may
think, IDE is frozen. At least mouse cursor should
be changed during the operation.
Comment 1 _ rkubacki 2004-10-03 18:16:45 UTC
I guess this is exactly the kind of problems that Jarda is trying to
fix currently.
Comment 2 Jan Jancura 2004-10-04 15:34:58 UTC
fixed in the main trunk:

Checking in AbstractVariable.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/AbstractVariable.java,v
 <--  AbstractVariable.java
new revision: 1.18; previous revision: 1.17
done
Checking in JPDAThreadImpl.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/JPDAThreadImpl.java,v
 <--  JPDAThreadImpl.java
new revision: 1.6; previous revision: 1.5
done
Checking in LocalsTreeModel.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/LocalsTreeModel.java,v
 <--  LocalsTreeModel.java
new revision: 1.20; previous revision: 1.19
done
Checking in SuperVariable.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/SuperVariable.java,v
 <--  SuperVariable.java
new revision: 1.5; previous revision: 1.4
done
Comment 3 _ lcincura 2004-11-01 13:28:50 UTC
Verified