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 253355 - Lookup merger for SharabilityQuery is missing
Summary: Lookup merger for SharabilityQuery is missing
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 253351 253352
  Show dependency tree
 
Reported: 2015-07-08 11:10 UTC by Tomas Mysik
Modified: 2015-07-09 08:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Diff file (9.97 KB, patch)
2015-07-08 14:14 UTC, Tomas Zezula
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2015-07-08 11:10:35 UTC
Currently, there is no lookup merger for SharabilityQuery for projects. Therefore, issue #253351 and issue #253352 cannot be properly fixed - their fix is to add another SharabilityQuery to project's lookup which would handle sharability of vendor/node_modules/bower_components directory.

Thanks a lot.
Comment 1 Tomas Zezula 2015-07-08 14:14:33 UTC
Created attachment 154524 [details]
Diff file
Comment 2 Tomas Mysik 2015-07-08 14:24:33 UTC
The patch seems OK to me. Thanks Tome!
Comment 3 Tomas Zezula 2015-07-08 15:47:02 UTC
Fixed jet-main 169ffe7c3b66
Comment 4 Quality Engineering 2015-07-09 01:16:11 UTC
Integrated into 'main-silver', will be available in build *201507090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/169ffe7c3b66
User: Tomas Zezula <tzezula@netbeans.org>
Log: #253355:Lookup merger for SharabilityQuery is missing
Comment 5 Tomas Mysik 2015-07-09 08:24:58 UTC
Works perfectly, marking as VERIFIED. Thanks.