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

Summary: Lookup merger for SharabilityQuery is missing
Product: projects Reporter: Tomas Mysik <tmysik>
Component: Generic InfrastructureAssignee: Tomas Zezula <tzezula>
Status: VERIFIED FIXED    
Severity: normal CC: apireviews, tstupka
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 253351, 253352    
Attachments: Diff file

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.