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 195649 - API review of ElementJavadoc.getTextAsync
Summary: API review of ElementJavadoc.getTextAsync
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: API, API_REVIEW_FAST, PERFORMANCE
Depends on:
Blocks: 194969
  Show dependency tree
 
Reported: 2011-02-18 12:17 UTC by Tomas Zezula
Modified: 2011-02-21 17:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Diff file (46.59 KB, patch)
2011-02-18 12:40 UTC, Tomas Zezula
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2011-02-18 12:17:03 UTC
Added a asynchronous method ElementJavadoc.getTextAsync which returns Future<String> rather than String to prevent freeze of code completion when downloading http javadoc.
Comment 1 Tomas Zezula 2011-02-18 12:40:32 UTC
Created attachment 106147 [details]
Diff file
Comment 2 Tomas Zezula 2011-02-21 17:26:45 UTC
Review by dbalek in issue #194969
Comment 3 Tomas Zezula 2011-02-21 17:28:03 UTC
Fixed jet-main 906582f76431