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 199260 - LowPerformance took 275062 ms.
Summary: LowPerformance took 275062 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-06-08 10:27 UTC by Mirimas
Modified: 2011-09-06 15:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158392


Attachments
nps snapshot (248.10 KB, application/nps)
2011-06-08 10:27 UTC, Mirimas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mirimas 2011-06-08 10:27:20 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

User Comments:
GUEST: Accessing a GUI component through a right click.

GUEST: For a button on a form, I was setting up the event handling opperation.  This then created some text and I probably tried to type in that method, even though it wasn't quite finished.  Or alternately, this could be in response to the automatic text generation in response to the event handling task itself.  Either way, setting up an event handler is slow.

GUEST: Adding event handler in design view
Switching to source view (automatically)
Returning to design view

GUEST: Interrupted my SWING Project and rebuild.

Mirimas: ?????? ???????? ? ????? ?????????. ???? ???, ??????????, ???????? ? ??? ??????? ??????????.

GUEST: Tried to change a wdget that is a extended copy of mytable

public int toModel(JTable table, int vColIndex) {
        if (vColIndex >= table.getColumnCount()) {
            return -1;
        }
        return table.getColumnModel().getColumn(vColIndex).getModelIndex();
    }
Only wanted to remove the JTable paramter

GUEST: open java forms

GUEST: I opned three project and the scanning project is workin and then i select a button and i select setAction from context menu.

GUEST: estaba enlanzando tablas jtable con una bd

GUEST: Autocompletion

GUEST: renaming public field

GUEST: I was creating a new database application
I wasn't aware of any unexpected speed change



Maximum slowness yet reported was 275062 ms, average is 24838
Comment 1 Mirimas 2011-06-08 10:27:27 UTC
Created attachment 108799 [details]
nps snapshot
Comment 2 Jan Stola 2011-09-06 15:10:22 UTC
The attached profiler snapshosts show problem in Swing Application Framework support. Unfortunately, the support of this library/technology has been discontinued => I am closing this issue as 'will not fix'.