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 231122 - Adapt sourcejar-component mapping on sever not to read from local DB, but rather obtain from dashboard, where is up to date
Summary: Adapt sourcejar-component mapping on sever not to read from local DB, but rat...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger Server (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Danek
URL:
Keywords: NO74
Depends on:
Blocks:
 
Reported: 2013-06-12 10:34 UTC by Tomas Danek
Modified: 2013-07-04 07:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (23.45 KB, patch)
2013-06-12 10:59 UTC, Tomas Danek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2013-06-12 10:34:15 UTC
..read mapping from dashboard db via http request.
Comment 1 Tomas Danek 2013-06-12 10:59:34 UTC
Created attachment 135673 [details]
patch

Patch uses URL provided by dashboard to obtain mapping. Refresh is invoked prior every submit insertion. Matching is simplified, removed useless heuristics from jar name (which was not supposed to give reasonable results anyway). Tests are added/adapted.
Comment 2 Tomas Danek 2013-06-12 11:01:55 UTC
New mapping mechanism implemented. Tomas, Marian, feel free to comment. Will be deployed to staging and tested there if no objections....
Comment 3 Tomas Danek 2013-07-04 07:46:58 UTC
testing on staging worked, deployed to production.