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 203998 - 4s - image.ImageViewer.open()
Summary: 4s - image.ImageViewer.open()
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Image (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-10-20 09:36 UTC by rrhegde
Modified: 2011-11-08 15:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182157


Attachments
nps snapshot (32.57 KB, application/nps)
2011-10-20 09:36 UTC, rrhegde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rrhegde 2011-10-20 09:36:12 UTC
This bug was originally marked as duplicate of bug 176469, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
rrhegde: when i try to open a image it toook time to respond



Maximum slowness yet reported was 3891 ms, average is 3891
Comment 1 rrhegde 2011-10-20 09:36:16 UTC
Created attachment 112253 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-11-04 12:42:13 UTC
Image viewer does some very expensive checks in its open. I am not sure why it should be searching its own mode.
Comment 3 Jan Peska 2011-11-07 14:19:32 UTC
fix: http://hg.netbeans.org/core-main/rev/a5ed530f9ab1
Comment 4 Quality Engineering 2011-11-08 15:38:20 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a5ed530f9ab1
User: Jan Peska <jpeska@netbeans.org>
Log: Issue #203998 - 4s - image.ImageViewer.open()
Using of deprecated interface Workspace removed - it caused Performance problem during image opening.