Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.2.Release
-
Fix Version/s: 2.6.1.M1
-
Component/s: Project Settings, Search
-
Labels:None
-
Number of attachments :
Description
Some users have noticed that if a very generic search term (such as getName) is used inside of a groovy project, then the search results return way too many 'potential matches'. The reason for this is that there are missing binary dependencies that cause the type hierarchies of many bunary types to be invalid. Any type hierarchy that is invalid will cause matching to occur as a string, rather than using type bindings.
We can fix this by adding all binary dependencies to the classpath container.
Fixed locally. Will commit after the official release of 2.5.2.