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 27786

Summary: UI resonsiveness of pasting some text in the editor
Product: editor Reporter: _ rkubacki <rkubacki>
Component: -- Other --Assignee: issues@editor <issues>
Status: VERIFIED WORKSFORME    
Severity: blocker CC: mmirilovic
Priority: P2 Keywords: PERFORMANCE
Version: 3.x   
Hardware: All   
OS: All   
URL: http://performance.netbeans.org/responsiveness/issues.html
Issue Type: TASK Exception Reporter:

Description _ rkubacki 2002-10-03 16:34:54 UTC
Beginning of action: Paste command issued,
keyboard, menu, or toolbar. Clipboard contains
less than 50 lines of text.
Initial feedback: text pasted
Max time: 100 ms
Comment 1 _ pkuzel 2002-11-18 13:45:19 UTC
Cannot reproduce while copy-pasting from NB-to-NB on PIII@600 running
Linux.

REOPEN providing additional data if you still can reproduce it. I'll
remove it from toppish issues until you object.
Comment 2 David Simonek 2002-11-19 16:52:43 UTC
Dafe's measurements - testing conditions: PC Dell Pentium III, 600Mhz,
512 MB memory, JDK 1.4.1, Netbeans Main trunk build, mounted sampledir
local filesystem, opened 8 java source files, 3 plain text files.
times in milliseconds, first number shows first invocation, followed
by subsequent invocations.
pasted blocks of 40-50 lines, nb to nb
78, 47, 63

IMO can stay closed, it really works as it should. Only one possible
caveat - Tomas Pavek measured that when copying from system clipboard,
it takes 200-300 ms, so perhaps waiot cursor would work here.
Comment 3 Marian Mirilovic 2002-11-22 10:09:28 UTC
Marian's measurement (time in milliseconds):
conditions: 
 - SUN UltraSparc60 / 512 MB RAM / Solaris 5.8 / CDE
 - JDK1.4.1(01)
 - [nb_dev](200211140100) , MDI
        - mounted sampledir

select licence-header in ColorPreview, paste before package definition
                                37      66      57

Test cases described on page :
http://performance.netbeans.org/qa/TestSuites.html#paste_text_in_the_editor

verified, it works fine in current dev builds.