Project

General

Profile

Improvement #2145

Support public include references to be included into source via includes

Added by Henning Blohm over 1 year ago. Updated 12 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
z2-core
Target version:
Start date:
19.12.2022
Due date:
% Done:

100%

Estimated time:
origin:

Description

Currently when including a java component (include) into another java component (includer), the include may have dependencies that need to be maintained in the includer to make sure the include is effective. With this improvement we enhance the include mechanism to have an includees public references added to the private or public references of the including component for public or private inclusion respectively.

Acceptance Criterias

  • There is a new reference query parameter resolve that resolves to "public", "private", or "test" references of the qualified reference.
  • This query and the expand query is documented

Use

Given this new reference query parameter, we can model the solutions like this:

java.publicIncludes=includee
java.publicReferences=includee?resolve=public

Also available in: Atom PDF