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 217997 - Check if JavaSource.runUserActionTask() calls does not cause slowness problems.
Summary: Check if JavaSource.runUserActionTask() calls does not cause slowness problems.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-09-07 13:39 UTC by Martin Entlicher
Modified: 2012-09-07 13:39 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2012-09-07 13:39:46 UTC
After JavaSource.runWhenScanFinished() call were replaced by JavaSource.runUserActionTask() by http://hg.netbeans.org/main/rev/a3f3284ff720 the (semi-)lazy behavior is gone. Although runWhenScanFinished() returns Future, it's not truly asynchronous.
It looks like runUserActionTask() calls might need to be replaced with some truly asynchronous calls.