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

Summary: Check if JavaSource.runUserActionTask() calls does not cause slowness problems.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal Keywords: PERFORMANCE
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.