Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Prework for 1002704 assembla ticket #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Prework for 1002704 assembla ticket #169

wants to merge 1 commit into from

Conversation

wpopielarski
Copy link
Member

Adds tests for problem described in #1002704 originally related to
package scope. Tests cover import pattern in other scope.

The package scope is not fixed. Reason(s):

  • addToResult() of CompilationUnitDependencies groups Selects with
    key made of string so loses info about original positions of transformed
    TypeTrees and there is no way to check how type has been declared in
    source file

Adds tests for problem described in #1002704 originally related to
package scope. Tests cover import pattern in other scope.

The package scope is not fixed. Reason(s):
- `addToResult()` of `CompilationUnitDependencies` groups `Selects` with
  key made of string so loses info about original positions of transformed
  `TypeTrees` and there is no way to check how type has been declared in
  source file
@ghprb-bot
Copy link

Test PASSed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants