You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes Juggle will emit matches for methods (and presumably fields and types) that don't show up in the JavaDoc. For example, output for the query $ juggle '? compare' includes the compare method of the nested java.util.Collections.ReverseComparator class.
Because ReverseComparator has package accessibility, Juggle shouldn't include this match in its output.
When checking visibility of a member, field or class, Juggle should also recursively check the visibility of containing types.
The text was updated successfully, but these errors were encountered:
Sometimes Juggle will emit matches for methods (and presumably fields and types) that don't show up in the JavaDoc. For example, output for the query
$ juggle '? compare'
includes thecompare
method of the nestedjava.util.Collections.ReverseComparator
class.Because
ReverseComparator
has package accessibility, Juggle shouldn't include this match in its output.When checking visibility of a member, field or class, Juggle should also recursively check the visibility of containing types.
The text was updated successfully, but these errors were encountered: