Bidirectional linking of Java import statements |
||||
Issue descriptionTo try and improve a bit the low X-ref support we have for Java in Chromium codesearch I'd to suggest adding the reverse linking of import statements -> class references we already have(*). This would allow for a poor-man's version of the "References" section that exist for C++ entities. As a further improvement we could also parse the other Java files in the same package looking for non-imported references to the class, what (I think) should cover all possible uses of that class. (*): just to make this clear, I mean the linking that exist today from the import statements in a Java file to the actual file of the class being imported.
,
Mar 15 2017
That would of course be even better. :)
,
Apr 2 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 14 2018
,
May 14 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by emso@chromium.org
, Mar 15 2017Status: Available (was: Untriaged)