You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/06/11 14:13:43 UTC

[GitHub] [netbeans] JaroslavTulach opened a new pull request #1295: Using SourceFile attribute when indexing

JaroslavTulach opened a new pull request #1295: Using SourceFile attribute when indexing
URL: https://github.com/apache/netbeans/pull/1295
 
 
   Often multiple source roots share a single target directory. With `preferBinaries()` being `true` the index (used by Go to Type dialog) incorrectly reports classes being in all source roots.
   
   This PR fixes that by checking the `SourceFile` attribute of each `.class` and indexes only those that come from the correct source root.
   
   The PR also fixes the `BinaryAnalyserTest` by adding missing annotation sources.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists