Skip to content

Cross-project or library searching fails to find type references for star imports or qualified names #1511

@eric-milles

Description

@eric-milles

Consider the following:

import org.junit.runners.*
@Suite.SuiteClasses([...])
class SomeTestSuite {
}

Searching for org.junit.runners.Suite type fails to find the reference in this class.

Project A:

package p
class Outer {
  class Inner {}
}

Project B (depends on Project A):

import p.*
Class[] types = [Outer.Inner, p.Outer.Inner]

Searching for p.Outer or p.Outer.Inner type fails to find the references in this script.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions