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 38961

Summary: "Scan Directory for Suggestions" does not work - needs to run in EQ
Product: editor Reporter: Jesse Glick <jglick>
Component: Hints & AnnotationsAssignee: tasklist-issues@contrib <tasklist-issues>
Status: RESOLVED FIXED    
Severity: blocker CC: pzavadsky
Priority: P2 Keywords: THREAD
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: ide.log excerpt

Description Jesse Glick 2004-01-17 22:22:22 UTC
See stack traces and warning message from ide.log.
Comment 1 Jesse Glick 2004-01-17 22:24:07 UTC
Created attachment 12953 [details]
ide.log excerpt
Comment 2 Jesse Glick 2004-01-17 22:25:21 UTC
Should just need to add to ScanSuggestionsAction:

protected boolean asynchronous() {
    return false;
}

and if it is doing anything slow in performAction() (i.e. not GUI
work) replan that to e.g. RequestProcessor.default.
Comment 3 Jesse Glick 2004-01-17 22:26:32 UTC
BTW module versions, freshest from AU:

org.netbeans.modules.suggestions_framework/2 [1.1.112 2]
org.netbeans.modules.tasklist.suggestions/2 [1.19.1121
@tl.suggetions_ui.impl@]

Looks like you need to publish a new tasklist.suggestions after
correcting its manifest typo.
Comment 4 _ pkuzel 2004-01-26 17:56:56 UTC
fixed
Comment 5 Jesse Glick 2004-01-26 18:18:39 UTC
Milestone please!
Comment 6 Milan Kubec 2004-03-02 08:48:10 UTC
Please, reporter, could you verify fixed issues. Thanks a lot.