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 241772 - The cache of documentation doesn't have to work correctly
Summary: The cache of documentation doesn't have to work correctly
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-12 14:23 UTC by Petr Pisl
Modified: 2014-02-13 02:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2014-02-12 14:23:19 UTC
The doc for Angular JS is downloaded from the web, when it's needed. The doc is cached in userdir and if the file exists for the documentation in the cache, then is not retrieved from internet anymore. The problem is that the file is created always, when the doc is downloaded. When the download is not success, then the cache file is created (empty) and never will be obtained the right documentation again.
Comment 1 Petr Pisl 2014-02-12 14:42:52 UTC
Fixed in web-main.
Comment 2 Quality Engineering 2014-02-13 02:44:01 UTC
Integrated into 'main-silver', will be available in build *201402130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e84c81e60898
User: Petr Pisl <ppisl@netbeans.org>
Log: #241772 - The cache of documentation doesn't have to work correctly